Documentation ¶
Index ¶
- type Mempool
- 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 (m Mempool) GetAddressList() []string
- func (Mempool) GetConfig() *cfg.MempoolConfig
- func (Mempool) GetEnableDeleteMinGPTx() bool
- func (Mempool) GetPendingNonce(address string) (uint64, bool)
- func (m Mempool) GetTxByHash(hash [sha256.Size]byte) (types.Tx, error)
- func (Mempool) GetTxSimulateGas(txHash string) int64
- func (Mempool) GetUserPendingTxsCnt(address string) int
- func (Mempool) InitWAL() error
- func (Mempool) Lock()
- func (Mempool) ReapEssentialTx(tx types.Tx) abci.TxEssentials
- func (Mempool) ReapMaxBytesMaxGas(_, _ int64) []types.Tx
- func (Mempool) ReapMaxTxs(n int) types.Txs
- func (Mempool) ReapUserTxs(address string, max int) types.Txs
- func (Mempool) ReapUserTxsCnt(address string) int
- func (Mempool) SetAccountRetriever(_ mempl.AccountRetriever)
- func (Mempool) SetEnableDeleteMinGPTx(enable bool)
- func (Mempool) SetEventBus(eventBus types.TxEventPublisher)
- func (Mempool) SetTxInfoParser(_ mempl.TxInfoParser)
- 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, txs types.Txs, deliverTxResponses []*abci.ResponseDeliverTx, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Mempool ¶
type Mempool struct{}
Mempool is an empty implementation of a Mempool, useful for testing.
func (Mempool) EnableTxsAvailable ¶
func (Mempool) EnableTxsAvailable()
func (Mempool) FlushAppConn ¶
func (Mempool) GetAddressList ¶
func (Mempool) GetConfig ¶
func (Mempool) GetConfig() *cfg.MempoolConfig
func (Mempool) GetEnableDeleteMinGPTx ¶ added in v1.6.7
func (Mempool) GetPendingNonce ¶ added in v1.1.7
func (Mempool) GetTxSimulateGas ¶ added in v1.6.6
func (Mempool) GetUserPendingTxsCnt ¶
func (Mempool) ReapEssentialTx ¶ added in v1.2.0
func (Mempool) ReapEssentialTx(tx types.Tx) abci.TxEssentials
func (Mempool) ReapUserTxsCnt ¶
func (Mempool) SetAccountRetriever ¶
func (Mempool) SetAccountRetriever(_ mempl.AccountRetriever)
func (Mempool) SetEnableDeleteMinGPTx ¶ added in v1.6.7
func (Mempool) SetEventBus ¶
func (Mempool) SetEventBus(eventBus types.TxEventPublisher)
func (Mempool) SetTxInfoParser ¶
func (Mempool) SetTxInfoParser(_ mempl.TxInfoParser)
func (Mempool) TxsAvailable ¶
func (Mempool) TxsAvailable() <-chan struct{}
func (Mempool) TxsWaitChan ¶
func (Mempool) TxsWaitChan() <-chan struct{}
func (Mempool) Update ¶
func (Mempool) Update( _ int64, txs types.Txs, deliverTxResponses []*abci.ResponseDeliverTx, _ mempl.PreCheckFunc, _ mempl.PostCheckFunc, ) error
Click to show internal directories.
Click to hide internal directories.