Documentation ¶
Index ¶
- func GenerateGenesisState(simState *module.SimulationState)
- func NewDecodeStore(cdc codec.BinaryCodec) func(kvA, kvB kv.Pair) string
- func ParamChanges(r *rand.Rand) []simtypes.ParamChange
- func ProposalContents(_ module.SimulationState) []simtypes.WeightedProposalContent
- func SimulateMsgAdjustPlaneExperience(sk scorumkeeper.Keeper, nk nftkeeper.Keeper, ak accountkeeper.AccountKeeper, ...) simtypes.Operation
- func SimulateMsgCreatePlane(sk scorumkeeper.Keeper, ak accountkeeper.AccountKeeper, bk bankkeeper.Keeper) simtypes.Operation
- func SimulateMsgUpdatePlaneExperience(sk scorumkeeper.Keeper, nk nftkeeper.Keeper, ak accountkeeper.AccountKeeper, ...) simtypes.Operation
- func WeightedOperations(simState module.SimulationState, sk scorumkeeper.Keeper, nk nftkeeper.Keeper, ...) []simtypes.WeightedOperation
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateGenesisState ¶ added in v0.0.5
func GenerateGenesisState(simState *module.SimulationState)
GenerateGenesisState creates a randomized GenState of the module
func NewDecodeStore ¶ added in v0.0.5
func NewDecodeStore(cdc codec.BinaryCodec) func(kvA, kvB kv.Pair) string
func ParamChanges ¶ added in v0.0.5
func ParamChanges(r *rand.Rand) []simtypes.ParamChange
func ProposalContents ¶ added in v0.0.5
func ProposalContents(_ module.SimulationState) []simtypes.WeightedProposalContent
func SimulateMsgAdjustPlaneExperience ¶ added in v0.0.5
func SimulateMsgAdjustPlaneExperience( sk scorumkeeper.Keeper, nk nftkeeper.Keeper, ak accountkeeper.AccountKeeper, bk bankkeeper.Keeper, ) simtypes.Operation
func SimulateMsgCreatePlane ¶
func SimulateMsgCreatePlane( sk scorumkeeper.Keeper, ak accountkeeper.AccountKeeper, bk bankkeeper.Keeper, ) simtypes.Operation
func SimulateMsgUpdatePlaneExperience ¶ added in v0.0.5
func SimulateMsgUpdatePlaneExperience( sk scorumkeeper.Keeper, nk nftkeeper.Keeper, ak accountkeeper.AccountKeeper, bk bankkeeper.Keeper, ) simtypes.Operation
func WeightedOperations ¶ added in v0.0.5
func WeightedOperations( simState module.SimulationState, sk scorumkeeper.Keeper, nk nftkeeper.Keeper, ak accountkeeper.AccountKeeper, bk bankkeeper.Keeper, ) []simtypes.WeightedOperation
WeightedOperations returns the all the gov module operations with their respective weights.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.