suspend fun remove(key: Bytes): Unit
(source)
Overrides MerkleTrie.remove
Deletes the value that corresponds to the specified key, if such a value exists.
key
- The key of the value to be deleted.
MerkleStorageException
- If there is an error while writing to storage.