Provide UI to query data map entry in sandbox
Is your feature request related to a problem? Please describe. Some contracts do not provide explicit functions to get map data, instead clients are required to query the map directly through the rcp api. This requires cumbersome interaction with rcp tools like postman and hex encoding of clarity values
Describe the solution you'd like The Sandbox should provide a UI component similar to function calls (after the contract was selected) that allow users to
- select the map name
- enter clarity values as strings for the key.
The clarity values are converted to hex and use as parameter for function call to https://hirosystems.github.io/stacks-blockchain-api/client/classes/generated.smartcontractsapi.html#getcontractdatamapentry
Describe alternatives you've considered Do it manually
Additional context n/a