Skip to main content
Module

x/capi/mod.ts>$.Input

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