Blockstrap Blocks
Block methods return details on Blocks in the blockchain.
- block - Gets details on a Block from it's hash
- blockHeight - Gets details of Blocks at a given chain height
- blockLatest - Gets the details of the most recent Block or Blocks
All Block functions return a Block object (or an array of them). By default, only minimal Transaction information is returned. For additional Transaction details use the ?showtxn=1 and showtxnio=1 query parameters.