Documentation
¶
Index ¶
- type ThresholdMempool
- func (t *ThresholdMempool) CountTx() int
- func (t *ThresholdMempool) Insert(ctx context.Context, tx sdk.Tx) error
- func (t *ThresholdMempool) Remove(tx sdk.Tx) error
- func (t *ThresholdMempool) Select(ctx context.Context, i [][]byte) mempool.Iterator
- func (t *ThresholdMempool) SelectPending(ctx context.Context, i [][]byte) mempool.Iterator
- func (t *ThresholdMempool) Update(ctx context.Context, tx sdk.Tx) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ThresholdMempool ¶
type ThresholdMempool struct {
// contains filtered or unexported fields
}
func NewThresholdMempool ¶
func NewThresholdMempool(logger log.Logger) *ThresholdMempool
func (*ThresholdMempool) CountTx ¶
func (t *ThresholdMempool) CountTx() int
func (*ThresholdMempool) SelectPending ¶
Click to show internal directories.
Click to hide internal directories.