Appends the given value to the existing value associated with the given key of the current contract.
value
key
string
StaticArray<u8>
Args
Can be either string, Args, or StaticArray<u8>.
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
value
to the existing value associated with the givenkey
of the current contract.Throws
key
does not exist in the datastore.key
andvalue
type are neitherstring
,StaticArray<u8>
, orArgs
.