Structs§
- Mempool
- The
Mempoolholds 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 theBlockchainto be added to the longest-chain. NewBlocks received over the network are queued in theMempoolbefore being added to theBlockchain