SenderTransactionPage constructor

SenderTransactionPage({
  1. required List<SenderTransaction> transactions,
  2. required bool hasNextPage,
  3. String? endCursor,
})

Implementation

SenderTransactionPage({
  required this.transactions,
  required this.hasNextPage,
  this.endCursor,
});