package
0.0.0-20200624065002-44c09abdf7b1
Repository: https://github.com/bcbchain/tendermint.git
Documentation: pkg.go.dev
# Functions
DecodeMessage decodes a byte-array into a MempoolMessage.
GetDoneTxsCache returns a new global DoneTxsCache.
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
# Variables
No description provided by the author
# Structs
DoneTxs is a transaction that done cache ran.
DoneTxsCache maintains a cache of done transactions.
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.