Skip to main content
Module

x/capi/mod.ts>known.LeafBatchProof

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

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].