Documentation ¶
Index ¶
- Constants
- func ParamChanges(_ *rand.Rand) []simtypes.ParamChange
- func RandomizedGenesisState(state *module.SimulationState) *types.GenesisState
- func SimulateMsgAllocate(txConfig client.TxConfig, ak expected.AccountKeeper, bk expected.BankKeeper, ...) simtypes.Operation
- func SimulateMsgCancel(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 (
MaxStatusChangeDelay = 1 << 18
)
View Source
const (
MaxSubscriptionDepositAmount = 1 << 18
)
Variables ¶
This section is empty.
Functions ¶
func ParamChanges ¶ added in v0.8.0
func ParamChanges(_ *rand.Rand) []simtypes.ParamChange
func RandomizedGenesisState ¶ added in v0.4.0
func RandomizedGenesisState(state *module.SimulationState) *types.GenesisState
func SimulateMsgAllocate ¶ added in v0.11.0
func SimulateMsgAllocate(txConfig client.TxConfig, ak expected.AccountKeeper, bk expected.BankKeeper, k keeper.Keeper) simtypes.Operation
func SimulateMsgCancel ¶
func SimulateMsgCancel(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.