MerkleRoot defines a merkle root hash. In the Cosmos SDK, the AppHash of a block header becomes the root.

interface MerkleRoot {
    hash: Uint8Array;
}

Properties

Properties

hash: Uint8Array