package
0.0.0-20230510093534-25a7e6aa1f30
Repository: https://github.com/gridironone/gridmint.git
Documentation: pkg.go.dev

# Functions

NewTxMempool constructs a new, empty priority mempool at the specified initial height and using the given config and options.
WithMetrics sets the mempool's metrics collector.
WithPostCheck sets a filter for the mempool to reject a transaction if f(tx, resp) returns an error.
WithPreCheck sets a filter for the mempool to reject a transaction if f(tx) returns an error.

# Structs

TxMempool implemements the Mempool interface and allows the application to set priority values on transactions in the CheckTx response.
WrappedTx defines a wrapper around a raw transaction with additional metadata that is used for indexing.

# Type aliases

TxMempoolOption sets an optional parameter on the TxMempool.