Skip to main content
Module

x/capi/rpc/known/mod.ts>MmrCalls

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