getMappingValue
Description
Returns value of a mapping at a specific key.
Method Parameters
params
-Object
:program_id
-string
: Program ID where the mapping is defined.mapping_name
-string
: Name of the mapping.key
-string
: Key to get the value from (Aleo object).
Returns
result
-string
: Aleo object stored in mapping encoded in string.
Example
Request
Response
Last updated