SearchTransactionsRequest constructor

SearchTransactionsRequest(
  1. NetworkIdentifier network_identifier,
  2. String? operator,
  3. int? max_block,
  4. int? offset,
  5. int? limit,
  6. TransactionIdentifier? transaction_identifier,
  7. AccountIdentifier? account_identifier,
  8. CoinIdentifier? coin_identifier,
  9. Currency? currency,
  10. String? status,
  11. String? type,
  12. String? address,
  13. bool? success,
)

Implementation

SearchTransactionsRequest(
    this.network_identifier,
    this.operator,
    this.max_block,
    this.offset,
    this.limit,
    this.transaction_identifier,
    this.account_identifier,
    this.coin_identifier,
    this.currency,
    this.status,
    this.type,
    this.address,
    this.success);