Documentation ¶
Index ¶
- Constants
- func SimulateMsgBeginRedelegate(ak stakingTypes.AccountKeeper, k staking.Keeper) simulation.Operation
- func SimulateMsgCreateValidator(k staking.Keeper, ak stakingTypes.AccountKeeper, ck types.CertKeeper) simulation.Operation
- func SimulateMsgUndelegate(ak stakingTypes.AccountKeeper, k staking.Keeper) simulation.Operation
- func WeightedOperations(appParams simulation.AppParams, cdc *codec.Codec, ...) simulation.WeightedOperations
Constants ¶
View Source
const ( OpWeightMsgCreateValidator = "op_weight_msg_create_validator" OpWeightMsgEditValidator = "op_weight_msg_edit_validator" OpWeightMsgDelegate = "op_weight_msg_delegate" OpWeightMsgUndelegate = "op_weight_msg_undelegate" OpWeightMsgBeginRedelegate = "op_weight_msg_begin_redelegate" )
Variables ¶
This section is empty.
Functions ¶
func SimulateMsgBeginRedelegate ¶ added in v1.0.0
func SimulateMsgBeginRedelegate(ak stakingTypes.AccountKeeper, k staking.Keeper) simulation.Operation
func SimulateMsgCreateValidator ¶
func SimulateMsgCreateValidator(k staking.Keeper, ak stakingTypes.AccountKeeper, ck types.CertKeeper) simulation.Operation
func SimulateMsgUndelegate ¶ added in v1.0.0
func SimulateMsgUndelegate(ak stakingTypes.AccountKeeper, k staking.Keeper) simulation.Operation
func WeightedOperations ¶
func WeightedOperations(appParams simulation.AppParams, cdc *codec.Codec, ak stakingTypes.AccountKeeper, ck types.CertKeeper, k staking.Keeper) simulation.WeightedOperations
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.