In common blockchain design, what is one common method to “chain” blocks of data together in order?
Select an option, then click Submit answer.
-
○
Store the hash of the previous block within the current block
-
○
Having the genesis node store an ordered, mutable array of block hashes
-
○
Writing each block into a separate file on the hard disk of the node
-
○
Assigning an order number to each block so they can be sorted when requested