# 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.
No description provided by the author
TxID is the hex encoded hash of the bytes as a types.Tx.
# Constants
No description provided by the author
# Variables
ErrMempoolIsFull means Tendermint & an application can't handle that much load.
ErrTxInCache is returned to the client if we saw tx earlier.
# 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.
PeerState describes the state of a peer.