Documentation ¶
Index ¶
- Constants
- Variables
- func FindAccount(accs []simtypes.Account, address string) (simtypes.Account, bool)
- func GenGoalBonded(r *rand.Rand) math.LegacyDec
- func GenSubsidyHalvingInterval(r *rand.Rand) math.LegacyDec
- func NewDecodeStore(cdc codec.Codec) func(kvA, kvB kv.Pair) string
- func ProposalMsgs() []simtypes.WeightedProposalMsg
- func RandomizedGenState(simState *module.SimulationState)
- func SimulateMsgUpdateParams(r *rand.Rand, _ sdk.Context, _ []simtypes.Account) sdk.Msg
Constants ¶
View Source
const ( SubsidyHalvingInterval = "subsidy_halving_interval" GoalBonded = "goal_bonded" )
Simulation parameter constants
View Source
const ( DefaultWeightMsgUpdateParams int = 100 OpWeightMsgUpdateParams = "op_weight_msg_update_params" //nolint:gosec )
Simulation operation weights constants
Variables ¶
View Source
var ( KeySubsidyHalvingInterval = []byte("SubsidyHalvingInterval") KeyGoalBonded = []byte("GoalBonded") )
Functions ¶
func FindAccount ¶
FindAccount find a specific address from an account list
func GenGoalBonded ¶
GenGoalBonded randomized GoalBonded
func GenSubsidyHalvingInterval ¶
GenSubsidyHalvingInterval randomized subsidy halving interval
func NewDecodeStore ¶
NewDecodeStore returns a decoder function closure that unmarshals the KVPair's Value to the corresponding mint type.
func ProposalMsgs ¶
func ProposalMsgs() []simtypes.WeightedProposalMsg
ProposalMsgs defines the module weighted proposals' contents
func RandomizedGenState ¶
func RandomizedGenState(simState *module.SimulationState)
RandomizedGenState generates a random GenesisState for mint
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.