package
2.1.5
Repository: https://github.com/skip-mev/block-sdk.git
Documentation: pkg.go.dev

# 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.

# Interfaces

BaseApp is an interface that allows us to call baseapp's CheckTx method as well as retrieve the latest committed state.
MEVLaneI defines the interface for the mev auction lane.

# Type aliases

No description provided by the author