# 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.

# Structs

No description provided by the author
Mempool is a storage for the chain transactions that are valid according to the current chain state and can be included in the next block.
TxDesc encapsulates both tx raw and meta data.

# Interfaces

Pool represents a transaction pool of the verified txs only.