Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/capi/deps/scale.ts>field

[WIP] A framework for crafting interactions with Substrate chains
Latest
function field
Re-export
import { field } from "https://deno.land/x/capi@v0.1.1-beta.1/deps/scale.ts";

Type Parameters

K extends keyof any
VI
VO

Parameters

key: K
$value: Codec<VI, VO>

Returns

Codec<Expand<Readonly<Record<K, VI>>>, Expand<Record<K, VO>>>