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 MerklePrefix {
    keyPrefix: Uint8Array;
}

Properties

Properties

keyPrefix: Uint8Array