Skip to main content
Module

x/capi/deps/scale.ts>Output

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