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
key
from 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
key
does not exist in the datastore.address
does not existkey
type are neitherstring
,StaticArray<u8>
, orArgs
.