Documentation ¶
Index ¶
- Constants
- func ParamChanges(_ *rand.Rand) []simtypes.ParamChange
- func RandomizedGenesisState(state *module.SimulationState) *types.GenesisState
- func SimulateMsgEnd(txConfig client.TxConfig, ak expected.AccountKeeper, bk expected.BankKeeper, ...) simtypes.Operation
- func SimulateMsgStart(txConfig client.TxConfig, ak expected.AccountKeeper, bk expected.BankKeeper, ...) simtypes.Operation
- func SimulateMsgUpdateDetails(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 ( MaxSessionDuration = 1 << 18 MaxSessionBandwidthUpload = math.MaxInt32 MaxSessionBandwidthDownload = math.MaxInt32 )
View Source
const (
MaxStatusChangeDelay = 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 SimulateMsgEnd ¶ added in v0.11.0
func SimulateMsgEnd(txConfig client.TxConfig, ak expected.AccountKeeper, bk expected.BankKeeper, k keeper.Keeper) simtypes.Operation
func SimulateMsgStart ¶ added in v0.11.0
func SimulateMsgStart(txConfig client.TxConfig, ak expected.AccountKeeper, bk expected.BankKeeper, k keeper.Keeper) simtypes.Operation
func SimulateMsgUpdateDetails ¶ added in v0.11.0
func SimulateMsgUpdateDetails(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.