Blockchain Data Structure
In this lesson, we well discuss the data structure of blockchain
We'll cover the following...
What is blockchain? #
In a blockchain system, data is stored in blocks of transactions. The most common definition is as follows:
A timestamped log of transactions that is replicated on multiple peers. ...