getContractIterateMapAmount method

Future<ContractIterateMapResponse> getContractIterateMapAmount(
  1. String contractAddress,
  2. String continuationToken
)

Implementation

Future<ContractIterateMapResponse> getContractIterateMapAmount(
    String contractAddress, String continuationToken) {
  return getContractIterateMap(
      contractAddress, "amount", continuationToken, "hex", "hex", 32);
}