package
0.19.0-rc4
Repository: https://github.com/eeonevision/tendermint.git
Documentation: pkg.go.dev

# 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

# Constants

No description provided by the author

# Variables

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.
PeerState describes the state of a peer.