Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Mempool ¶
type Mempool interface { txmempool.Mempool[*txs.Tx] // RequestBuildBlock notifies the consensus engine that a block should be // built if there is at least one transaction in the mempool. RequestBuildBlock() }
Mempool contains transactions that have not yet been put into a block.
func New ¶
func New( namespace string, registerer prometheus.Registerer, toEngine chan<- common.Message, ) (Mempool, error)
Directories ¶
Path | Synopsis |
---|---|
Package mempoolmock is a generated GoMock package.
|
Package mempoolmock is a generated GoMock package. |
Click to show internal directories.
Click to hide internal directories.