Structs§
- Mempool
- The
Mempool
holds unprocessed blocks and transactions and is in control of discerning when the node is allowed to create a block. It bundles the block and sends it to theBlockchain
to be added to the longest-chain. NewBlock
s received over the network are queued in theMempool
before being added to theBlockchain