Versions in this module Expand all Collapse all v1 v1.0.1 Sep 18, 2024 v1.0.0 May 17, 2024 Changes in this version + type Mempool struct + func NewMempool(t mockConstructorTestingTNewMempool) *Mempool + func (_m *Mempool) CheckTx(ctx context.Context, tx types.Tx, callback func(*abcitypes.ResponseCheckTx), ...) error + func (_m *Mempool) EnableTxsAvailable() + func (_m *Mempool) Flush() + func (_m *Mempool) FlushAppConn(_a0 context.Context) error + func (_m *Mempool) GetTxsForKeys(txKeys []types.TxKey) types.Txs + func (_m *Mempool) HasTx(txKey types.TxKey) bool + 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) TxStore() *mempool.TxStore + func (_m *Mempool) TxsAvailable() <-chan struct{} + func (_m *Mempool) Unlock() + func (_m *Mempool) Update(ctx context.Context, blockHeight int64, blockTxs types.Txs, ...) error