Skip to main content
Module

x/capi/mod.ts>$.Output

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