Versions in this module Expand all Collapse all v0 v0.38.78 Jul 18, 2023 v0.38.77 Jul 18, 2023 Changes in this version + type Mempool struct + func NewMempool(t mockConstructorTestingTNewMempool) *Mempool + func (_m *Mempool) CheckTx(tx types.Tx, callback func(*abcitypes.ResponseCheckTx), txInfo mempool.TxInfo) error + func (_m *Mempool) EnableTxsAvailable() + func (_m *Mempool) Flush() + func (_m *Mempool) FlushAppConn() error + func (_m *Mempool) Lock() + func (_m *Mempool) ReapMaxBytesMaxGas(maxBytes int64, maxGas int64) types.Txs + func (_m *Mempool) ReapMaxTxs(max int) types.Txs + func (_m *Mempool) RemoveTxByKey(txKey types.TxKey) error + func (_m *Mempool) Size() int + func (_m *Mempool) SizeBytes() int64 + func (_m *Mempool) TxsAvailable() <-chan struct{} + func (_m *Mempool) Unlock() + func (_m *Mempool) Update(blockHeight int64, blockTxs types.Txs, ...) error