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

getAsync

abstract fun getAsync(hash: Bytes32): AsyncResult<Optional<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 an exception.