Block API
Get a block by given height
The block height
true, if transactions shall be included
The Block
Get a block by given id
The block id
Get a block from a given timestamp
The timestamp in seconds since genesis block
Get a block id by given height
The Block Id
Get blocks from the blockchain in reverse block height order.
first block to retrieve (optional, default is zero or the last block on the blockchain)
the last block to retrieve (optional, default is firstIndex + 99)
the array of blocks retrieved
Block API