Returns the value associated with the given key in the current contract's datastore.
key
The value associated with the given key in the datastore.
string
StaticArray<u8>
Args
Can be either string, Args, or StaticArray<u8>.
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 current contract's datastore.Returns
The value associated with the given
key
in the datastore.Throws
key
does not exist in the datastore.key
type are neitherstring
,StaticArray<u8>
, orArgs
.