Versions in this module Expand all Collapse all v1 v1.0.1 Sep 1, 2023 Changes in this version + 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(ak feegrant.AccountKeeper, bk feegrant.BankKeeper, k keeper.Keeper) simtypes.Operation + func SimulateMsgRevokeAllowance(ak feegrant.AccountKeeper, bk feegrant.BankKeeper, k keeper.Keeper) simtypes.Operation + func WeightedOperations(appParams simtypes.AppParams, cdc codec.JSONCodec, ak feegrant.AccountKeeper, ...) simulation.WeightedOperations