Components
The building blocks of SparqNet's structure
The SparqNet blockchain structure involves interactions between the following components:
- Transaction - implemented as
Tx
inutils/transaction
- Block - implemented as
Block
incore/block
- Validator - implemented as
Validator
incore/blockmanager
- BlockManager - implemented as
BlockManager
incore/blockmanager
- Mempool - implemented as
Mempool
incore/chainTip
- Chain - implemented as
Chain
incore/chainHead
Last modified 3mo ago