Module

x/polkadot/types/interfaces/types.ts>MmrBatchProof

Package publishing for deno.land/x/polkadot
Go to Latest
interface MmrBatchProof
implements Struct
import { type MmrBatchProof } from "https://dotland.deno.dev/x/polkadot@0.2.24/types/interfaces/types.ts";

Properties

readonly
leafIndices: Vec<MmrLeafIndex>
readonly
leafCount: MmrNodeIndex
readonly
items: Vec<Hash>