Versions in this module Expand all Collapse all v0 v0.0.0 Jul 28, 2021 Changes in this version + type Mempool struct + func (Mempool) CheckTx(_ types.Tx, _ func(*abci.Response), _ mempl.TxInfo) error + func (Mempool) CloseWAL() + func (Mempool) EnableTxsAvailable() + func (Mempool) Flush() + func (Mempool) FlushAppConn() error + func (Mempool) InitWAL() error + func (Mempool) Lock() + func (Mempool) ReapMaxBytesMaxGas(_, _ int64) types.Txs + func (Mempool) ReapMaxTxs(n int) types.Txs + func (Mempool) Size() int + func (Mempool) TxsAvailable() <-chan struct{} + func (Mempool) TxsBytes() int64 + func (Mempool) TxsFront() *clist.CElement + func (Mempool) TxsWaitChan() <-chan struct{} + func (Mempool) Unlock() + func (Mempool) Update(_ int64, _ types.Txs, _ []*abci.ResponseDeliverTx, _ mempl.PreCheckFunc, ...) error