interface MerkleNode {
    direction: string;
    hash: string;
}

Properties

Properties

direction: string
hash: string