Documentation ¶
Index ¶
- Constants
- func ContractFn(r *rand.Rand, accs []simtypes.Account) string
- func NewDecodeStore(cdc codec.Codec) func(kvA, kvB kv.Pair) string
- func ProposalMsgs(simState module.SimulationState, k *keeper.Keeper) []simtypes.WeightedProposalMsg
- func RandomizedGenState(simState *module.SimulationState)
- func SimulatePropMsgUpdateParams(k *keeper.Keeper) simtypes.MsgSimulatorFn
Constants ¶
View Source
const (
Contract = "contract"
)
Simulation parameter constants
View Source
const (
//nolint:gosec // not credentials
OpWeightMsgUpdateParams = "op_weight_msg_update_params"
)
Simulation operation weights constants
Variables ¶
This section is empty.
Functions ¶
func ContractFn ¶
ContractFn randomized contract address
func NewDecodeStore ¶
NewDecodeStore returns a decoder function closure that unmarshalls the KVPair's Value
func ProposalMsgs ¶ added in v1.19.0
func ProposalMsgs(simState module.SimulationState, k *keeper.Keeper) []simtypes.WeightedProposalMsg
ProposalMsgs returns all the governance proposal messages.
func RandomizedGenState ¶
func RandomizedGenState(simState *module.SimulationState)
RandomizedGenState generates a random GenesisState for ibcratelimit
func SimulatePropMsgUpdateParams ¶ added in v1.19.0
func SimulatePropMsgUpdateParams(k *keeper.Keeper) simtypes.MsgSimulatorFn
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.