SearchTransactionsRequest constructor
SearchTransactionsRequest(
- NetworkIdentifier network_identifier,
- String? operator,
- int? max_block,
- int? offset,
- int? limit,
- TransactionIdentifier? transaction_identifier,
- AccountIdentifier? account_identifier,
- CoinIdentifier? coin_identifier,
- Currency? currency,
- String? status,
- String? type,
- String? address,
- 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);