tuweni / org.apache.tuweni.trie / MerklePatriciaTrie / remove

remove

suspend fun remove(key: Bytes): Unit (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.

Exceptions

MerkleStorageException - If there is an error while writing to storage.