coinbase / mesh-specifications

Specification files for the Mesh Blockchain Standard
Apache License 2.0
324 stars 92 forks source link

[indexer] Add `total_count` field #70

Closed patrick-ogrady closed 3 years ago

patrick-ogrady commented 3 years ago

Closes: #69

This PR adds a new total_count field to the SearchTransactionResponse. This enables callers to concurrently fetch search results.

Changes