Versions in this module Expand all Collapse all v11 v11.0.0 Jul 6, 2023 Changes in this version + type FeeDecorator struct + func NewFeeDecorator(codec codec.BinaryCodec, fk GlobalFeeReaderExpected, sk StakingReaderExpected) FeeDecorator + func (mfd FeeDecorator) AnteHandle(ctx sdk.Context, tx sdk.Tx, simulate bool, next sdk.AnteHandler) (newCtx sdk.Context, err error) + type GlobalFeeReaderExpected interface + GetCodeAuthorization func(ctx sdk.Context, codeID uint64) (types.CodeAuthorization, bool) + GetContractAuthorization func(ctx sdk.Context, contractAddr sdk.AccAddress) (types.ContractAuthorization, bool) + GetContractInfo func(ctx sdk.Context, contractAddress sdk.AccAddress) *wasmtypes.ContractInfo + GetParams func(ctx sdk.Context) types.Params + type StakingReaderExpected interface + BondDenom func(ctx sdk.Context) string v11.0.0-beta.1 Jul 5, 2023 Other modules containing this package github.com/public-awesome/stargaze/v10 github.com/public-awesome/stargaze/v12 github.com/public-awesome/stargaze/v13 github.com/public-awesome/stargaze/v14 github.com/public-awesome/stargaze/v15