tuweni / org.apache.tuweni.trie / MerklePatriciaTrie / getAsync

getAsync

fun getAsync(key: Bytes): AsyncResult<V?> (source)

Returns the value that corresponds to the specified key, or an empty byte array if no such value exists.

Parameters

key - The key of the value to be returned.

Return
A value that corresponds to the specified key, or {@code null} if no such value exists.