SearchTransactionsResponse constructor

SearchTransactionsResponse(
  1. List<BlockTransaction> transactions,
  2. int? total_count,
  3. int? next_offset
)

Implementation

SearchTransactionsResponse(
    this.transactions, this.total_count, this.next_offset);