Clarigen makes it easy to get values from your contract's maps and variables.
Assume a contract with the following data:
Getting variables
varGet
is used to get the value of a variable.
Getting map entries
mapGet
is used to get the value of a map entry.
When getting a map entry, the type of the result is always T | null
.