ChickenTicket
ChickenTicket copied to clipboard
TODO: Block/Transaction Validation
Need to be able to instance a new Block
/Transaction
class using data from a JSON message
Recreating a block from JSON data is done now in Block.from_dict()
. Need to create a validate
method to check header
and block data. Must also validate transactions.
See #17 for more information on checks that must be performed