Versions in this module Expand all Collapse all v11 v11.0.0 Jul 18, 2023 Changes in this version + func CombinedFeeRequirement(globalFees, minGasPrices sdk.Coins) (sdk.Coins, error) + func ContainZeroCoins(coins sdk.Coins) bool + func Find(coins sdk.Coins, denom string) (bool, sdk.Coin) + func GetMinGasPrice(ctx sdk.Context, gasLimit int64) sdk.Coins + type FeeDecorator struct + GlobalMinFeeParamSource globalfee.ParamSource + StakingSubspace paramtypes.Subspace + func NewFeeDecorator(globalfeeSubspace, stakingSubspace paramtypes.Subspace) FeeDecorator + func (mfd FeeDecorator) AnteHandle(ctx sdk.Context, tx sdk.Tx, simulate bool, next sdk.AnteHandler) (newCtx sdk.Context, err error) + func (mfd FeeDecorator) ContainsOnlyBypassMinFeeMsgs(ctx sdk.Context, msgs []sdk.Msg) bool + func (mfd FeeDecorator) DefaultZeroGlobalFee(ctx sdk.Context) ([]sdk.DecCoin, error) + func (mfd FeeDecorator) GetBypassMsgTypes(ctx sdk.Context) (res []string) + func (mfd FeeDecorator) GetGlobalFee(ctx sdk.Context, feeTx sdk.FeeTx) (sdk.Coins, error) + func (mfd FeeDecorator) GetMaxTotalBypassMinFeeMsgGasUsage(ctx sdk.Context) (res uint64) + func (mfd FeeDecorator) GetTxFeeRequired(ctx sdk.Context, tx sdk.FeeTx) (sdk.Coins, error) v11.0.0-rc0 Jul 18, 2023 Other modules containing this package github.com/cosmos/gaia/v10 github.com/cosmos/gaia/v12 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/v8 github.com/cosmos/gaia/v9