Skip to main content
Module

x/capi/mod.ts>$.OutputObject

[WIP] A framework for crafting interactions with Substrate chains
Latest
type alias $.OutputObject
Re-export
import { type $ } from "https://deno.land/x/capi@v0.1.1-beta.1/mod.ts";
const { OutputObject } = $;
definition: Expand<U2I<{ x: { }; } | [K in keyof T]: { x: Output<T[K]>; }[number]>["x"]>