aptos/src/provider/methods/blocks/get_blocks_by_version library
Classes
- AptosRequestGetBlocksByVersion
- This endpoint allows you to get the transactions in a blockand the corresponding block information given a version in the block. Transactions are limited by max default transactions size. If not all transactionsare present, the user will need to query for the rest of the transactions via theget transactions API.If the block has been pruned, it will return a 410 aptos documation