tuweni / org.apache.tuweni.trie / MerkleTrie / remove

remove

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