Versions in this module Expand all Collapse all v0 v0.1.3 Nov 25, 2021 v0.1.1 Nov 25, 2021 Changes in this version + const OpWeightMsgMultiSend + const OpWeightMsgSend + const SendEnabled + func GenSendEnabled(r *rand.Rand) bool + func NewDecodeStore(cdc SupplyUnmarshaller) func(kvA, kvB tmkv.Pair) string + func ParamChanges(r *rand.Rand) []simtypes.ParamChange + func RandomGenesisBalances(simState *module.SimulationState) []types.Balance + func RandomizedGenState(simState *module.SimulationState) + func SimulateMsgMultiSend(ak types.AccountKeeper, bk keeper.Keeper) simtypes.Operation + func SimulateMsgSend(ak types.AccountKeeper, bk keeper.Keeper) simtypes.Operation + func WeightedOperations(appParams simtypes.AppParams, cdc *codec.Codec, ak types.AccountKeeper, ...) simulation.WeightedOperations + type SupplyUnmarshaller interface + UnmarshalSupply func([]byte) (exported.SupplyI, error)