bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Interface iMerklePathItem

    interface iMerklePathItem {
        aunt: string;
        onRight: boolean;
    }
    Index

    Properties

    Properties

    aunt: string

    The aunt of the merkle path item.

    onRight: boolean

    Indicates whether the aunt node is on the right side of the path.