Documentation ¶
Index ¶
- Constants
- func ProposalMsgs() []simtypes.WeightedProposalMsg
- func SimulateMsgBurnHeldBalance(txGen client.TxConfig, k keeper.Keeper) simtypes.Operation
- func SimulateMsgPayout(txGen client.TxConfig, k keeper.Keeper) simtypes.Operation
- func WeightedOperations(appParams simtypes.AppParams, _ codec.JSONCodec, txGen client.TxConfig, ...) []simtypes.WeightedOperation
Constants ¶
View Source
const ( OpWeightMsgPayout = "op_weight_msg_manifest_payout" // nolint: gosec OpWeightMsgBurnHeldBalance = "op_weight_msg_manifest_burn_held_balance" // nolint: gosec DefaultWeightMsgPayoutStakeholders = 100 DefaultWeightMsgBurnHeldBalance = 100 )
Variables ¶
This section is empty.
Functions ¶
func ProposalMsgs ¶
func ProposalMsgs() []simtypes.WeightedProposalMsg
ProposalMsgs defines the module weighted proposals' contents
func SimulateMsgPayout ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.