SearchTransactionsResponse constructor
SearchTransactionsResponse(
- List<
BlockTransaction> transactions, - int? total_count,
- int? next_offset
Implementation
SearchTransactionsResponse(
this.transactions, this.total_count, this.next_offset);