Skip to main content
Module

x/capi/rpc/known/mmr.ts>LeafProof

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

Retrieved MMR leaf and its proof.

Properties

blockHash: string

Block hash the proof was generated for.

leaf: string

SCALE-encoded leaf data.

proof: string

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