Documentation ¶
Index ¶
- Constants
- func ParamChanges(_ *rand.Rand) []simtypes.ParamChange
- func RandomProvider(r *rand.Rand, items types.Providers) types.Provider
- func RandomProviders(r *rand.Rand, accounts []simtypes.Account) types.Providers
- func RandomizedGenesisState(state *module.SimulationState) *types.GenesisState
- func SimulateMsgRegister(txConfig client.TxConfig, ak expected.AccountKeeper, bk expected.BankKeeper, ...) simtypes.Operation
- func SimulateMsgUpdate(txConfig client.TxConfig, ak expected.AccountKeeper, bk expected.BankKeeper, ...) simtypes.Operation
- func WeightedOperations(cdc codec.Codec, txConfig client.TxConfig, params simtypes.AppParams, ...) simulation.WeightedOperations
Constants ¶
View Source
const ( MaxDeposit = 1 << 8 )
View Source
const ( MaxNameLength = 64 MaxIdentityLength = 64 MaxWebsiteLength = 64 MaxDescriptionLength = 256 )
Variables ¶
This section is empty.
Functions ¶
func ParamChanges ¶ added in v0.8.0
func ParamChanges(_ *rand.Rand) []simtypes.ParamChange
func RandomProviders ¶ added in v0.8.0
func RandomizedGenesisState ¶ added in v0.4.0
func RandomizedGenesisState(state *module.SimulationState) *types.GenesisState
func SimulateMsgRegister ¶
func SimulateMsgRegister(txConfig client.TxConfig, ak expected.AccountKeeper, bk expected.BankKeeper, k keeper.Keeper) simtypes.Operation
func SimulateMsgUpdate ¶
func SimulateMsgUpdate(txConfig client.TxConfig, ak expected.AccountKeeper, bk expected.BankKeeper, k keeper.Keeper) simtypes.Operation
func WeightedOperations ¶ added in v0.4.0
func WeightedOperations( cdc codec.Codec, txConfig client.TxConfig, params simtypes.AppParams, ak expected.AccountKeeper, bk expected.BankKeeper, k keeper.Keeper, ) simulation.WeightedOperations
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.