Closed AlanVerbner closed 4 years ago
The only way to paginate transactions in case the BlockResponse might get too big if returning all of them, is to just return the metadata and use BlockTransactionRequest to do so.
BlockResponse
BlockTransactionRequest
See https://community.rosetta-api.org/t/how-to-return-data-without-being-able-to-paginate/98/4?u=alan.verbner
Just added a brief description
N/A
@AlanVerbner would you mind running make gen? This will fix the test failures here.
make gen
@patrick-ogrady I addressed all your comments :smile:
Motivation
The only way to paginate transactions in case the
BlockResponse
might get too big if returning all of them, is to just return the metadata and useBlockTransactionRequest
to do so.See https://community.rosetta-api.org/t/how-to-return-data-without-being-able-to-paginate/98/4?u=alan.verbner
Solution
Just added a brief description
Open questions
N/A