Documentation ¶
Index ¶
- Constants
- func NewDecodeStore(cdc codec.Codec) func(kvA, kvB kv.Pair) string
- func ParamChanges(r *rand.Rand) []simulation.ParamChange
- func RandomizedGenState(simState *module.SimulationState)
- func SimulateMsgClaimBeam(k keeper.Keeper, ak account.AccountKeeper, bk bank.Keeper) simtypes.Operation
- func SimulateMsgOpenBeam(k keeper.Keeper, ak account.AccountKeeper, bk bank.Keeper) simtypes.Operation
- func SimulateMsgUpdateBeam(k keeper.Keeper, ak account.AccountKeeper, bk bank.Keeper) simtypes.Operation
- func WeightedOperations(appParams simtypes.AppParams, cdc codec.JSONCodec, ak account.AccountKeeper, ...) simulation.WeightedOperations
Constants ¶
View Source
const ( OpWeightMsgOpenBeam = "op_weight_msg_open_beam" OpWeightMsgUpdateBeam = "op_weight_msg_update_beam" OpWeightMsgClaimBeam = "op_weight_msg_claim_beam" )
Variables ¶
This section is empty.
Functions ¶
func ParamChanges ¶
func ParamChanges(r *rand.Rand) []simulation.ParamChange
ParamChanges defines the parameters that can be modified by param change proposals on the simulation
func RandomizedGenState ¶
func RandomizedGenState(simState *module.SimulationState)
RandomizedGenState generates a random GenesisState for mint
func SimulateMsgClaimBeam ¶
func SimulateMsgOpenBeam ¶
func SimulateMsgUpdateBeam ¶
func WeightedOperations ¶
func WeightedOperations(appParams simtypes.AppParams, cdc codec.JSONCodec, ak account.AccountKeeper, bk bank.Keeper, k keeper.Keeper, wContents []simtypes.WeightedProposalContent) simulation.WeightedOperations
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.