v1WalletsAddrStrOperationsGet method
@param since Time since the stats are requested (YYYY-MM-DDTHH:MM:SS) @param until Time until pool stats are requested (YYYY-MM-DDTHH:MM:SS) @param op_type target op type @param addr_str
Implementation
Future<chopper.Response<OperationsResponse$Response>>
v1WalletsAddrStrOperationsGet({
required String? since,
required String? until,
String? opType,
required String? addrStr,
}) {
generatedMapping.putIfAbsent(OperationsResponse$Response,
() => OperationsResponse$Response.fromJsonFactory);
return _v1WalletsAddrStrOperationsGet(
since: since, until: until, opType: opType, addrStr: addrStr);
}