Documentation
¶
Index ¶
- Constants
- Variables
- func GenParams(r *rand.Rand) types.Params
- func MsgCommunityPoolSpendFactory() simsx.SimMsgFactoryFn[*types.MsgCommunityPoolSpend]
- func MsgFundCommunityPoolFactory() simsx.SimMsgFactoryFn[*types.MsgFundCommunityPool]
- func ProposalMsgs() []simtypes.WeightedProposalMsg
- func RandomizedGenState(simState *module.SimulationState)
- func SimulateMsgCreateContinuousFund(r *rand.Rand, _ sdk.Context, accs []simtypes.Account) sdk.Msg
- func SimulateMsgFundCommunityPool(txGen client.TxConfig, ak types.AccountKeeper, bk types.BankKeeper, ...) simtypes.Operation
- func SimulateMsgUpdateParams(r *rand.Rand, _ sdk.Context, _ []simtypes.Account) sdk.Msg
- func WeightedOperations(appParams simtypes.AppParams, txGen client.TxConfig, ak types.AccountKeeper, ...) simulation.WeightedOperations
Constants ¶
View Source
const ( OpWeightMsgFundCommunityPool = "op_weight_msg_fund_community_pool" DefaultWeightMsgFundCommunityPool = 100 )
Simulation operation weights constants
View Source
const ( DefaultWeightMsgUpdateParams int = 50 OpWeightMsgUpdateParams = "op_weight_msg_update_params" DefaultWeightCreateContinuousFund int = 50 OpWeightMsgCreateContinuousFund = "op_weight_msg_create_continuous_fund" )
Simulation operation weights constants
View Source
const (
Params = "params"
)
Variables ¶
View Source
var TypeFundCommunityPool = sdk.MsgTypeURL(&types.MsgFundCommunityPool{})
Functions ¶
func MsgCommunityPoolSpendFactory ¶
func MsgCommunityPoolSpendFactory() simsx.SimMsgFactoryFn[*types.MsgCommunityPoolSpend]
MsgCommunityPoolSpendFactory creates a gov proposal to send tokens from the community pool to a random account
func MsgFundCommunityPoolFactory ¶
func MsgFundCommunityPoolFactory() simsx.SimMsgFactoryFn[*types.MsgFundCommunityPool]
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 gov
func SimulateMsgCreateContinuousFund ¶
SimulateMsgCreateContinuousFund returns a random MsgCreateContinuousFund
func SimulateMsgFundCommunityPool ¶
func SimulateMsgFundCommunityPool( txGen client.TxConfig, ak types.AccountKeeper, bk types.BankKeeper, _ keeper.Keeper, ) simtypes.Operation
func SimulateMsgUpdateParams ¶
SimulateMsgUpdateParams returns a random MsgUpdateParams
func WeightedOperations ¶
func WeightedOperations( appParams simtypes.AppParams, txGen client.TxConfig, ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper, ) simulation.WeightedOperations
WeightedOperations returns all the operations from the module with their respective weights
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.