Open Aareon opened 2 years ago
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
Need to be able to instance a new
Block
/Transaction
class using data from a JSON message