Add BlockHeader struct
manishmeganathan opened this issue · 1 comments
manishmeganathan commented
- Add a struct BlockHeader to store the information considered when generating the block hash
- This is in line with development convention and the structure of traditional blockchains
- It would allow for the isolation of components such as the block height and full transaction data away from the content that is considered for the block hash
manishmeganathan commented
closed by commit e968def