Skip to main content
Module

x/capi/deps/scale.ts>Input

[WIP] A framework for crafting interactions with Substrate chains
Latest
type alias Input
Re-export
import { type Input } from "https://deno.land/x/capi@v0.1.1-beta.1/deps/scale.ts";
definition: T extends Codec<infer I, unknown> ? I : never