Skip to main content

Channel

Mempool has one channel. The channel identifier is listed below.

Message Types

There is currently only one message that Mempool broadcasts and receives over the p2p gossip network (via the reactor): TxsMessage

Txs

A list of transactions. These transactions have been checked against the application for validity. This does not mean that the transactions are valid, it is up to the application to check this.

Message

Message is a oneof protobuf type. The one of consists of one message Txs.