MerklePrefix is merkle path prefixed to the key. The constructed key from the Path and the key will be append(Path.KeyPath, append(Path.KeyPrefix, key...))

interface MerklePrefixSDKType {
    key_prefix: Uint8Array;
}

Properties

Properties

key_prefix: Uint8Array