Skip to main content
Module

x/capi/mod.ts>known.LeafProof

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

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