Skip to main content
Module

x/capi/mod.ts>known.FrameSystemCalls

[WIP] A framework for crafting interactions with Substrate chains
Latest
type alias known.FrameSystemCalls
Re-export
import { type known } from "https://deno.land/x/capi@v0.1.1-beta.1/mod.ts";
const { FrameSystemCalls } = known;
definition: { account_nextIndex: FrameSystemCalls["system_accountNextIndex"]; system_dryRunAt: FrameSystemCalls["system_dryRun"]; system_accountNextIndex(account: AccountId): number; system_dryRun(extrinsic: string, at?: string): string; }