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

interface MerkleRootAmino {
    hash?: string;
}

Properties

Properties

hash?: string