WalletListRequest constructor

WalletListRequest({
  1. String? clientId,
  2. String? secret,
  3. WalletISOCurrencyCode? isoCurrencyCode,
  4. String? cursor,
  5. int? count,
})

Implementation

WalletListRequest({
  this.clientId,
  this.secret,
  this.isoCurrencyCode,
  this.cursor,
  this.count,
});