# Functions
DecodeMessage decodes a byte-array into a MempoolMessage.
NewMempool returns a new Mempool with the given configuration and connection to an application.
NewMempoolReactor returns a new MempoolReactor with the given config and mempool.
# Constants
No description provided by the author
# Structs
Mempool is an ordered in-memory pool for transactions before they are proposed in a consensus round.
MempoolReactor handles mempool tx broadcasting amongst peers.
TxMessage is a MempoolMessage containing a transaction.
# Interfaces
MempoolMessage is a message sent or received by the MempoolReactor.
Peer describes a peer.
PeerState describes the state of a peer.