SparqNet
Search
⌃K

Components

The building blocks of SparqNet's structure
The SparqNet blockchain structure involves interactions between the following components:
  • Transaction - implemented as Tx in utils/transaction
  • Block - implemented as Block in core/block
  • Validator - implemented as Validator in core/blockmanager
  • BlockManager - implemented as BlockManager in core/blockmanager
  • Mempool - implemented as Mempool in core/chainTip
  • Chain - implemented as Chain in core/chainHead