Typeberry by Fluffy Labs - v0.4.0
    Preparing search index...

    Interface MmrPeaks<H>

    Merkle Mountain Range peaks.

    interface MmrPeaks<H extends OpaqueHash> {
        peaks: readonly (H | null)[];
    }

    Type Parameters

    Index

    Properties

    Properties

    peaks: readonly (H | null)[]

    Peaks at particular positions.

    In case there is no merkle trie at given index, null is placed.