tuweni / org.apache.tuweni.trie / AsyncMerkleStorage / getAsync

getAsync

abstract fun getAsync(hash: Bytes32): AsyncResult<Bytes?> (source)

Get the stored content under the given hash.

Parameters

hash - The hash for the content.

Return
An AsyncResult that will complete with the stored content or {@code null} if not found.