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 MerklePrefixAmino {
    key_prefix?: string;
}

Properties

Properties

key_prefix?: string