Skip to main content
Module

x/capi/mod.ts>known.MmrCalls

[WIP] A framework for crafting interactions with Substrate chains
Latest
type alias known.MmrCalls
Re-export
import { type known } from "https://deno.land/x/capi@v0.1.1-beta.1/mod.ts";
const { MmrCalls } = known;
definition: { mmr_generateProof(leafIndex: LeafIndex, at?: string): LeafProof; mmr_generateBatchProof(leafIndices: LeafIndex[], at?: string): LeafBatchProof; }