ante

package
v2.10.0-rc0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 2, 2024 License: Apache-2.0 Imports: 14 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

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

	IBCkeeper          *ibckeeper.Keeper
	FeeShareKeeper     feesharekeeper.Keeper
	BankKeeper         bankKeeper.Keeper
	SmartAccountKeeper *smartaccountkeeper.Keeper
	WasmKeeper         *terrawasmkeeper.Keeper
	TxCounterStoreKey  storetypes.StoreKey
	WasmConfig         wasmTypes.WasmConfig
	TxConfig           client.TxConfig
}

HandlerOptions extends the SDK's AnteHandler options by requiring the IBC channel keeper.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL