merkle-trie / net.consensys.cava.trie.experimental / MerkleStorage / get

get

abstract suspend fun get(hash: Bytes32): Bytes? (source)

Get the stored content under the given hash.

Parameters

hash - The hash for the content.

Return
The stored content.