tuweni / org.apache.tuweni.trie / MerklePatriciaTrie / removeAsync

removeAsync

fun removeAsync(key: Bytes): AsyncCompletion (source)

Deletes the value that corresponds to the specified key, if such a value exists.

Parameters

key - The key of the value to be deleted.

Return
A completion that will complete when the value has been removed.