tuweni / org.apache.tuweni.trie / 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, or {@code null} if not found.