Skip to main content
Module

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

[WIP] A framework for crafting interactions with Substrate chains
Latest
interface LeafBatchProof
import { type LeafBatchProof } from "https://deno.land/x/capi@v0.1.1-beta.1/rpc/known/mod.ts";

Retrieved MMR leaves and their proof.

Properties

blockHash: string

Block hash the proof was generated for.

leaves: string

SCALE-encoded vector of LeafData.

proof: string

SCALE-encoded proof data. See [sp_mmr_primitives::Proof].