Documentation ¶
Index ¶
- Constants
- func DecodeStore(cdc *codec.Codec, kvA, kvB tmkv.Pair) string
- func ProposalContents(k keeper.Keeper) []simulation.WeightedProposalContent
- func RandomizedGenState(simState *module.SimulationState)
- func SimulateCertifierUpdateProposalContent(k keeper.Keeper) simulation.ContentSimulatorFn
- func SimulateMsgCertifyAuditing(ak types.AccountKeeper, k keeper.Keeper) simulation.Operation
- func SimulateMsgCertifyPlatform(ak types.AccountKeeper, k keeper.Keeper) simulation.Operation
- func SimulateMsgCertifyProof(ak types.AccountKeeper, k keeper.Keeper) simulation.Operation
- func SimulateMsgCertifyValidator(ak types.AccountKeeper, k keeper.Keeper) simulation.Operation
- func WeightedOperations(appParams simulation.AppParams, cdc *codec.Codec, ak types.AccountKeeper, ...) simulation.WeightedOperations
Constants ¶
const ( OpWeightMsgCertifyValidator = "op_weight_msg_certify_validator" OpWeightMsgCertifyPlatform = "op_weight_msg_certify_platform" OpWeightMsgCertifyAuditing = "op_weight_msg_certify_auditing" OpWeightMsgCertifyProof = "op_weight_msg_certify_proof" )
const OpWeightSubmitCertifierUpdateProposal = "op_weight_submit_certifier_update_proposal"
OpWeightSubmitCertifierUpdateProposal app params key for certifier update proposal
Variables ¶
This section is empty.
Functions ¶
func DecodeStore ¶
DecodeStore unmarshals the KVPair's Value to the corresponding type of cert module.
func ProposalContents ¶ added in v1.0.0
func ProposalContents(k keeper.Keeper) []simulation.WeightedProposalContent
ProposalContents defines the module weighted proposals' contents
func RandomizedGenState ¶
func RandomizedGenState(simState *module.SimulationState)
RandomizedGenState creates a random genesis state for module simulation.
func SimulateCertifierUpdateProposalContent ¶ added in v1.0.0
func SimulateCertifierUpdateProposalContent(k keeper.Keeper) simulation.ContentSimulatorFn
SimulateCertifierUpdateProposalContent generates random certifier update proposal content nolint: funlen
func SimulateMsgCertifyAuditing ¶
func SimulateMsgCertifyAuditing(ak types.AccountKeeper, k keeper.Keeper) simulation.Operation
SimulateMsgCertifyAuditing generates a MsgCertifyAuditing object which fields contain a randomly chosen existing certifer, a random contract and a random string description.
func SimulateMsgCertifyPlatform ¶
func SimulateMsgCertifyPlatform(ak types.AccountKeeper, k keeper.Keeper) simulation.Operation
SimulateMsgCertifyPlatform generates a MsgCertifyPlatform object which fields contain a randomly chosen existing certifier, a randomized validator's PubKey and a random string description.
func SimulateMsgCertifyProof ¶
func SimulateMsgCertifyProof(ak types.AccountKeeper, k keeper.Keeper) simulation.Operation
SimulateMsgCertifyProof generates a MsgCertifyProof object which fields contain a randomly chosen existing certifer, a random contract and a random string description.
func SimulateMsgCertifyValidator ¶
func SimulateMsgCertifyValidator(ak types.AccountKeeper, k keeper.Keeper) simulation.Operation
SimulateMsgCertifyValidator generates a MsgCertifyValidator object which fields contain a randomly chosen existing certifier and randomized validator's PubKey.
func WeightedOperations ¶
func WeightedOperations(appParams simulation.AppParams, cdc *codec.Codec, ak types.AccountKeeper, k keeper.Keeper) simulation.WeightedOperations
WeightedOperations creates an operation (with weight) for each type of message generators.
Types ¶
This section is empty.