Documentation ¶
Index ¶
- Constants
- func GenBudgets(r *rand.Rand, ctx sdk.Context, accs []simtypes.Account) []types.Budget
- func GenEpochBlocks(r *rand.Rand) uint32
- func InitBudgets(r *rand.Rand) []types.Budget
- func NewDecodeStore(cdc codec.Codec) func(kvA, kvB kv.Pair) string
- func ParamChanges(r *rand.Rand) []simtypes.ParamChange
- func ProposalContents(k keeper.Keeper) []simtypes.WeightedProposalContent
- func RandomizedGenState(simState *module.SimulationState)
- func SimulateUpdateBudgetPlans(k keeper.Keeper) simtypes.ContentSimulatorFn
Constants ¶
const ( EpochBlocks = "epoch_blocks" Budgets = "budgets" )
Simulation parameter constants
const (
OpWeightSimulateUpdateBudgetPlans = "op_weight_update_budget_plans"
)
Simulation operation weights constants.
Variables ¶
This section is empty.
Functions ¶
func GenBudgets ¶
GenBudgets returns randomized budgets.
func GenEpochBlocks ¶
GenEpochBlocks returns randomized epoch blocks.
func NewDecodeStore ¶
NewDecodeStore returns a decoder function closure that unmarshals the KVPair's Value to the corresponding budget type.
func ParamChanges ¶
func ParamChanges(r *rand.Rand) []simtypes.ParamChange
ParamChanges defines the parameters that can be modified by param change proposals on the simulation
func ProposalContents ¶
func ProposalContents(k keeper.Keeper) []simtypes.WeightedProposalContent
ProposalContents defines the module weighted proposals' contents for mocking param changes, other actions with keeper
func RandomizedGenState ¶
func RandomizedGenState(simState *module.SimulationState)
RandomizedGenState generates a random GenesisState for budget.
func SimulateUpdateBudgetPlans ¶
func SimulateUpdateBudgetPlans(k keeper.Keeper) simtypes.ContentSimulatorFn
SimulateUpdateBudgetPlans generates random update budget plans param change proposal content.
Types ¶
This section is empty.