UGoldReadTransactionsParams constructor

UGoldReadTransactionsParams({
  1. String? cursor,
  2. int limit = 20,
})

Implementation

UGoldReadTransactionsParams({this.cursor, this.limit = 20});