Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 498 Bytes

Blockhash.md

File metadata and controls

16 lines (14 loc) · 498 Bytes

The block hashes are not available for all blocks for scalability reasons. You can only access the hashes of the most recent 256 blocks, all other values will be zero.


Slide Screenshot

076.jpg


Slide Deck

  • blockhash(blockNumber)
  • Hash of Given Block
  • Only 256 Recent Blocks Excluding Current Block
  • All Other Values -> Zero

References