Versions in this module Expand all Collapse all v0 v0.50.9 Jul 10, 2024 Changes in this version + const OpWeightExec + const OpWeightMsgGrant + const OpWeightRevoke + const WeightExec + const WeightGrant + const WeightRevoke + var TypeMsgExec = sdk.MsgTypeURL(&authz.MsgExec{}) + var TypeMsgGrant = sdk.MsgTypeURL(&authz.MsgGrant{}) + var TypeMsgRevoke = sdk.MsgTypeURL(&authz.MsgRevoke{}) + func NewDecodeStore(cdc codec.Codec) func(kvA, kvB kv.Pair) string + func RandomizedGenState(simState *module.SimulationState) + func SimulateMsgExec(cdc *codec.ProtoCodec, txCfg client.TxConfig, ak authz.AccountKeeper, ...) simtypes.Operation + func SimulateMsgGrant(cdc *codec.ProtoCodec, txCfg client.TxConfig, ak authz.AccountKeeper, ...) simtypes.Operation + func SimulateMsgRevoke(cdc *codec.ProtoCodec, txCfg client.TxConfig, ak authz.AccountKeeper, ...) simtypes.Operation + func WeightedOperations(registry cdctypes.InterfaceRegistry, appParams simtypes.AppParams, ...) simulation.WeightedOperations