Removes the key-value pair associated with the given key from the datastore of the specified address.
key
address
Can only be called at smart contract generation time by the parent smart contract to the child's address.
string
StaticArray<u8>
Args
Can be either string, Args, or StaticArray<u8>.
The child smart contract address.
The key to delete from the datastore.
Generated using TypeDoc
Removes the key-value pair associated with the given
keyfrom the datastore of the specifiedaddress.Remarks
Can only be called at smart contract generation time by the parent smart contract to the child's address.
Throws
keydoes not exist in the datastore.addressdoes not existkeytype are neitherstring,StaticArray<u8>, orArgs.