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

get

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

Overrides MerkleStorage.get

Get the stored content under the given hash.

Parameters

hash - The hash for the content.

Return
The stored content.