getContractIterateMapAddr method

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

Implementation

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