Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateAnteHandlerForOPinit ¶ added in v1.2.0
func CreateAnteHandlerForOPinit(ak ante.AccountKeeper, signModeHandler *txsigning.HandlerMap) sdk.AnteHandler
func NewAnteHandler ¶
func NewAnteHandler(options HandlerOptions) (sdk.AnteHandler, error)
NewAnteHandler returns an AnteHandler that checks and increments sequence numbers, checks signatures & account numbers, and deducts fees from the first signer.
Types ¶
type HandlerOptions ¶
type HandlerOptions struct { ante.HandlerOptions Codec codec.BinaryCodec IBCkeeper *ibckeeper.Keeper OPChildKeeper opchildtypes.AnteKeeper AuctionKeeper auctionkeeper.Keeper TxEncoder sdk.TxEncoder MevLane auctionante.MEVLane FreeLane block.Lane // wasm ante options WasmKeeper *wasmkeeper.Keeper WasmConfig *wasmtypes.WasmConfig TXCounterStoreService corestoretypes.KVStoreService }
HandlerOptions extends the SDK's AnteHandler options by requiring the IBC channel keeper.
Click to show internal directories.
Click to hide internal directories.