# Functions
NewMempool instantiates and initializes node mempool.
# Variables
ErrAlreadyExists transaction with the same txid already exists in mempool.
ErrAlreadyExistsInBlockchain transaction with the same txid already exists in blockchain.
ErrNullifierExists nullifier(s) already exists in the mempool state.
# Interfaces
Pool represents a transaction pool of the verified txs only.