GetTransactionsQuery constructor

GetTransactionsQuery({
  1. required String walletId,
  2. int limit = 50,
  3. int offset = 0,
  4. String? queryId,
})

Implementation

GetTransactionsQuery({
  required this.walletId,
  this.limit = 50,
  this.offset = 0,
  this.queryId,
});