Versions in this module Expand all Collapse all v12 v12.0.0 Aug 18, 2023 Changes in this version + func NewAnteHandler(opts HandlerOptions) (sdk.AnteHandler, error) + type GovPreventSpamDecorator struct + func NewGovPreventSpamDecorator(cdc codec.BinaryCodec, govKeeper *govkeeper.Keeper) GovPreventSpamDecorator + func (g GovPreventSpamDecorator) AnteHandle(ctx sdk.Context, tx sdk.Tx, simulate bool, next sdk.AnteHandler) (newCtx sdk.Context, err error) + func (g GovPreventSpamDecorator) ValidateGovMsgs(ctx sdk.Context, msgs []sdk.Msg) error + type HandlerOptions struct + Codec codec.BinaryCodec + GlobalFeeSubspace paramtypes.Subspace + GovKeeper *govkeeper.Keeper + IBCkeeper *ibckeeper.Keeper + StakingSubspace paramtypes.Subspace v12.0.0-rc0 Aug 18, 2023 Other modules containing this package github.com/cosmos/gaia/v10 github.com/cosmos/gaia/v11 github.com/cosmos/gaia/v13 github.com/cosmos/gaia/v14 github.com/cosmos/gaia/v15 github.com/cosmos/gaia/v16 github.com/cosmos/gaia/v17 github.com/cosmos/gaia/v18 github.com/cosmos/gaia/v19 github.com/cosmos/gaia/v20 github.com/cosmos/gaia/v21 github.com/cosmos/gaia/v7 github.com/cosmos/gaia/v8 github.com/cosmos/gaia/v9