Removes the key-value pair associated with the given key from the current contract's datastore.
key
string
StaticArray<u8>
Args
Can be either string, Args, or StaticArray<u8>.
The key to delete from the datastore.
Generated using TypeDoc
Removes the key-value pair associated with the given
key
from the current contract's datastore.Throws
key
does not exist in the datastore.key
type are neitherstring
,StaticArray<u8>
, orArgs
.