# Functions
NewMempoolParityCheckTx returns a new MempoolParityCheckTx handler.
NewMEVCheckTxHandler constructs a new CheckTxHandler instance.
# Structs
MempoolParityCheckTx is a CheckTx function that evicts txs that are not in the app-side mempool on ReCheckTx.
MEVCheckTxHandler is a wrapper around baseapp's CheckTx method that allows us to verify bid transactions against the latest committed state.
# Type aliases
No description provided by the author