getValueForBigMapKey static method
dynamic
getValueForBigMapKey(})
Implementation
static getValueForBigMapKey(String server, String index, String key,
{String? block, String? chainid}) async {
return await HttpHelper.performGetRequest(
server, 'chains/$chainid/blocks/$block/context/big_maps/$index/$key');
}