Interface iMerklePathItem

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

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.