Documentation ¶
Index ¶
- Constants
- func ParamChanges(_ *rand.Rand) []simtypes.ParamChange
- func RandomNodes(r *rand.Rand, accounts []simtypes.Account) types.Nodes
- func RandomizedGenesisState(state *module.SimulationState) *types.GenesisState
- func SimulateMsgRegister(txConfig client.TxConfig, ak expected.AccountKeeper, bk expected.BankKeeper, ...) simtypes.Operation
- func SimulateMsgSubscribe(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 SimulateMsgUpdateStatus(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 ( MaxPricesAmount = 1 << 18 MaxRemoteURLLength = 48 )
View Source
const (
MaxInt = 1 << 18
)
Variables ¶
This section is empty.
Functions ¶
func ParamChanges ¶ added in v0.8.0
func ParamChanges(_ *rand.Rand) []simtypes.ParamChange
func RandomNodes ¶ 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 SimulateMsgSubscribe ¶ added in v0.11.0
func SimulateMsgSubscribe(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 SimulateMsgUpdateStatus ¶ added in v0.11.0
func SimulateMsgUpdateStatus(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.