Skip to main content
Module

x/capi/deps/scale.ts>Metadata

[WIP] A framework for crafting interactions with Substrate chains
Latest
type alias Metadata
Re-export
import { type Metadata } from "https://deno.land/x/capi@v0.1.1-beta.1/deps/scale.ts";
definition: Array<{ type: "atomic"; name: string; docs?: never; factory?: never; args?: never; } | { type: "factory"; name: string; docs?: never; factory: (...args: any) => Codec<I, O>; args: any[]; }>