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
keyin the current contract's datastore.Returns
The value associated with the given
keyin the datastore.Throws
keydoes not exist in the datastore.keytype are neitherstring,StaticArray<u8>, orArgs.