exportDexscreenerV1PairAddressGet method

Future<Response<PoolInfoScreenerResponse$Response>> exportDexscreenerV1PairAddressGet({
  1. required String? address,
})

@param address

Implementation

Future<chopper.Response<PoolInfoScreenerResponse$Response>>
    exportDexscreenerV1PairAddressGet({required String? address}) {
  generatedMapping.putIfAbsent(PoolInfoScreenerResponse$Response,
      () => PoolInfoScreenerResponse$Response.fromJsonFactory);

  return _exportDexscreenerV1PairAddressGet(address: address);
}