Appends the given value to the existing value associated with the given key of the specified address.
value
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 whose data the value will be appended to.
The data that will be appended to the existing data associated with the key.
Generated using TypeDoc
Appends the given
valueto the existing value associated with the givenkeyof 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 existkeyandvaluetype are neitherstring,StaticArray<u8>, orArgs.