suspend fun get(key: Bytes): V? (source)
Overrides MerkleTrie.get
Returns the value that corresponds to the specified key, or an empty byte array if no such value exists.
key - The key of the value to be returned.
MerkleStorageException - If there is an error while accessing or decoding data from storage.
Return
The value that corresponds to the specified key, or null if no such value exists.