Main Block

Main blocks contain a copy of the transaction list, the receipt list, and the recent states. Though this approach is considered to be inefficient due to the necessity to store all receipts and states, it ensures storage of all the aspects and peculiarities of the blockchain work. To address these gaps, it is planned to improve storing methods in the upcoming releases.

The main block contains:

  • Timestamp

  • High

  • Hash

  • Previous block hash

  • Transactions

  • Transfer transactions

  • Reward transactions

  • Delegate transactions

  • Vote transactions

  • States

  • Delegate states

  • Account states

  • Receipts

  • Transactions Merkle Root

  • States Merkle Root

  • Receipts Merkle Root

  • Signature

  • Public key

Block validation algorithm depends on the role of a node. The basic block validation process and participation of each node can be viewed in the table below.

Last updated