Versions in this module Expand all Collapse all v0 v0.47.3 Aug 22, 2024 Changes in this version + const DefaultWeightGrantAllowance + const DefaultWeightRevokeAllowance + const OpWeightMsgGrantAllowance + const OpWeightMsgRevokeAllowance + var TypeMsgGrantAllowance = sdk.MsgTypeURL(&feegrant.MsgGrantAllowance{}) + var TypeMsgRevokeAllowance = sdk.MsgTypeURL(&feegrant.MsgRevokeAllowance{}) + func NewDecodeStore(cdc codec.Codec) func(kvA, kvB kv.Pair) string + func RandomizedGenState(simState *module.SimulationState) + func SimulateMsgGrantAllowance(cdc *codec.ProtoCodec, ak feegrant.AccountKeeper, bk feegrant.BankKeeper, ...) simtypes.Operation + func SimulateMsgRevokeAllowance(cdc *codec.ProtoCodec, ak feegrant.AccountKeeper, bk feegrant.BankKeeper, ...) simtypes.Operation + func WeightedOperations(registry codectypes.InterfaceRegistry, appParams simtypes.AppParams, ...) simulation.WeightedOperations