Variables$Query$TransactionHistoryByAddress constructor
Variables$Query$TransactionHistoryByAddress({})
Implementation
factory Variables$Query$TransactionHistoryByAddress({
required String address,
required int first,
String? before,
required bool showBalanceChanges,
required bool showObjectChanges,
}) => Variables$Query$TransactionHistoryByAddress._({
r'address': address,
r'first': first,
if (before != null) r'before': before,
r'showBalanceChanges': showBalanceChanges,
r'showObjectChanges': showObjectChanges,
});