Returns the value associated with the given key in the datastore of the contract at the specified address.
key
address
The value associated with the given key in the datastore of the specified contract.
string
StaticArray<u8>
Args
Can be either string, Args, or StaticArray<u8>.
The targeted smart contract address.
The key whose associated value is to be retrieved from the datastore.
Generated using TypeDoc
Returns the value associated with the given
key
in the datastore of the contract at the specifiedaddress
.Returns
The value associated with the given
key
in the datastore of the specified contract.Throws
key
does not exist in the datastore.address
does not exist.key
type are neitherstring
,StaticArray<u8>
, orArgs
.