Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAnteHandlerAndDepGenerator ¶
func NewAnteHandlerAndDepGenerator(options HandlerOptions) (sdk.AnteHandler, sdk.AnteDepGenerator, error)
func NewAnteHandlerAndDepGeneratorForEVM ¶
func NewAnteHandlerAndDepGeneratorForEVM(options HandlerOptions) (sdk.AnteHandler, sdk.AnteDepGenerator, error)
Types ¶
type HandlerOptions ¶
type HandlerOptions struct { ante.HandlerOptions IBCKeeper *ibckeeper.Keeper WasmConfig *wasmtypes.WasmConfig WasmKeeper *wasm.Keeper OracleKeeper *oraclekeeper.Keeper DexKeeper *dexkeeper.Keeper AccessControlKeeper *aclkeeper.Keeper TXCounterStoreKey sdk.StoreKey CheckTxMemState *dexcache.MemState TracingInfo *tracing.Info }
HandlerOptions extend the SDK's AnteHandler options by requiring the IBC channel keeper.
Click to show internal directories.
Click to hide internal directories.