Versions in this module Expand all Collapse all v24 v24.0.0 Aug 21, 2024 Changes in this version + const OpWeightMsgBurn + const OpWeightMsgChangeAdmin + const OpWeightMsgCreateDenom + const OpWeightMsgForceTransfer + const OpWeightMsgMint + const OpWeightMsgSetDenomMetadata + func BuildOperationInput(r *rand.Rand, app *baseapp.BaseApp, ctx sdk.Context, msg interface{ ... }, ...) simulation.OperationInput + func DefaultSimulationDenomSelector(r *rand.Rand, ctx sdk.Context, tfKeeper TokenfactoryKeeper, creator string) (string, bool) + func RandDenomCreationFeeParam(r *rand.Rand) sdk.Coins + func RandomizedGenState(simstate *module.SimulationState) + func SimulateMsgBurn(tfKeeper TokenfactoryKeeper, ak types.AccountKeeper, bk BankKeeper, ...) simtypes.Operation + func SimulateMsgChangeAdmin(tfKeeper TokenfactoryKeeper, ak types.AccountKeeper, bk BankKeeper, ...) simtypes.Operation + func SimulateMsgCreateDenom(tfKeeper TokenfactoryKeeper, ak types.AccountKeeper, bk BankKeeper) simtypes.Operation + func SimulateMsgMint(tfKeeper TokenfactoryKeeper, ak types.AccountKeeper, bk BankKeeper, ...) simtypes.Operation + func SimulateMsgSetDenomMetadata(tfKeeper TokenfactoryKeeper, ak types.AccountKeeper, bk BankKeeper, ...) simtypes.Operation + func WeightedOperations(simstate *module.SimulationState, tfKeeper TokenfactoryKeeper, ...) simulation.WeightedOperations + type BankKeeper interface + GetAllBalances func(ctx sdk.Context, addr sdk.AccAddress) sdk.Coins + GetBalance func(ctx sdk.Context, addr sdk.AccAddress, denom string) sdk.Coin + type DenomSelector = func(*rand.Rand, sdk.Context, TokenfactoryKeeper, string) (string, bool) + type TokenfactoryKeeper interface + GetAllDenomsIterator func(ctx sdk.Context) sdk.Iterator + GetAuthorityMetadata func(ctx sdk.Context, denom string) (types.DenomAuthorityMetadata, error) + GetDenomsFromCreator func(ctx sdk.Context, creator string) []string + GetParams func(ctx sdk.Context) (params types.Params) Other modules containing this package github.com/CosmosContracts/juno/v16 github.com/CosmosContracts/juno/v17 github.com/CosmosContracts/juno/v18 github.com/CosmosContracts/juno/v19 github.com/CosmosContracts/juno/v21 github.com/CosmosContracts/juno/v22 github.com/CosmosContracts/juno/v23 github.com/CosmosContracts/juno/v25 github.com/CosmosContracts/juno/v26