Documentation ¶
Index ¶
- Constants
- func RandomGenesisPlans(r *rand.Rand) types.GenesisPlans
- func RandomPlans(r *rand.Rand) types.Plans
- func RandomizedGenesisState(state *module.SimulationState) types.GenesisState
- func SimulateMsgCreate(txConfig client.TxConfig, ak expected.AccountKeeper, bk expected.BankKeeper, ...) simtypes.Operation
- func SimulateMsgLinkNode(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 SimulateMsgUnlinkNode(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 ( MaxCount = 1 << 10 MaxID = 1 << 10 MaxBytes = 1 << 10 MaxDuration = 1 << 10 MaxCoinAmount = 1 << 10 )
Variables ¶
This section is empty.
Functions ¶
func RandomGenesisPlans ¶ added in v0.8.0
func RandomGenesisPlans(r *rand.Rand) types.GenesisPlans
func RandomizedGenesisState ¶ added in v0.4.0
func RandomizedGenesisState(state *module.SimulationState) types.GenesisState
func SimulateMsgCreate ¶ added in v0.11.0
func SimulateMsgCreate(txConfig client.TxConfig, ak expected.AccountKeeper, bk expected.BankKeeper, k keeper.Keeper) simtypes.Operation
func SimulateMsgLinkNode ¶ added in v0.11.0
func SimulateMsgLinkNode(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 SimulateMsgUnlinkNode ¶ added in v0.11.0
func SimulateMsgUnlinkNode(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.