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.
# Type aliases
TxMempoolOption sets an optional parameter on the TxMempool.