Documentation
      ¶
    
    
  
    
  
    Index ¶
- Constants
 - func NewDecodeStore(k keeper.Keeper) func(kvA, kvB kv.Pair) string
 - func ProposalMsgs() []simtypes.WeightedProposalMsg
 - func RandomizedGenState(simState *module.SimulationState)
 - func SimulateClientMsgRecoverClient(r *rand.Rand, _ sdk.Context, _ []simtypes.Account) sdk.Msg
 - func SimulateClientMsgScheduleIBCSoftwareUpgrade(r *rand.Rand, _ sdk.Context, _ []simtypes.Account) sdk.Msg
 - func SimulateClientMsgUpdateParams(r *rand.Rand, _ sdk.Context, _ []simtypes.Account) sdk.Msg
 - func SimulateConnectionMsgUpdateParams(r *rand.Rand, _ sdk.Context, _ []simtypes.Account) sdk.Msg
 
Constants ¶
      View Source
      
  const ( DefaultWeight int = 100 OpWeightMsgUpdateParams = "op_weight_msg_update_params" // #nosec OpWeightMsgRecoverClient = "op_weight_msg_recover_client" // #nosec OpWeightMsgIBCSoftwareUpgrade = "op_weight_msg_schedule_ibc_software_upgrade" // #nosec )
Simulation operation weights constants
Variables ¶
This section is empty.
Functions ¶
func NewDecodeStore ¶
NewDecodeStore returns a decoder function closure that unmarshals the KVPair's Value to the corresponding ibc type.
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 evidence
func SimulateClientMsgRecoverClient ¶
SimulateClientMsgRecoverClient returns a MsgRecoverClient for 02-client
func SimulateClientMsgScheduleIBCSoftwareUpgrade ¶
func SimulateClientMsgScheduleIBCSoftwareUpgrade(r *rand.Rand, _ sdk.Context, _ []simtypes.Account) sdk.Msg
SimulateClientMsgScheduleIBCSoftwareUpgrade returns a MsgScheduleIBCSoftwareUpgrade for 02-client
func SimulateClientMsgUpdateParams ¶
SimulateClientMsgUpdateParams returns a MsgUpdateParams for 02-client
Types ¶
This section is empty.
 Click to show internal directories. 
   Click to hide internal directories.