Documentation ¶
Index ¶
- Constants
- func NewDecodeStore(cdc TransferUnmarshaler) func(kvA, kvB kv.Pair) string
- func ProposalMsgs() []simtypes.WeightedProposalMsg
- func RadomEnabled(r *rand.Rand) bool
- func RandomizedGenState(simState *module.SimulationState)
- func SimulateMsgUpdateParams(_ *rand.Rand, _ sdk.Context, _ []simtypes.Account) sdk.Msg
- type TransferUnmarshaler
Constants ¶
View Source
const ( DefaultWeightMsgUpdateParams int = 100 OpWeightMsgUpdateParams = "op_weight_msg_update_params" // #nosec )
Simulation operation weights constants
Variables ¶
This section is empty.
Functions ¶
func NewDecodeStore ¶
func NewDecodeStore(cdc TransferUnmarshaler) func(kvA, kvB kv.Pair) string
NewDecodeStore returns a decoder function closure that unmarshals the KVPair's Value to the corresponding DenomTrace type.
func ProposalMsgs ¶
func ProposalMsgs() []simtypes.WeightedProposalMsg
ProposalMsgs defines the module weighted proposals' contents
func RadomEnabled ¶
RadomEnabled randomized send or receive enabled param with 75% prob of being true.
func RandomizedGenState ¶
func RandomizedGenState(simState *module.SimulationState)
RandomizedGenState generates a random GenesisState for transfer.
Types ¶
type TransferUnmarshaler ¶
type TransferUnmarshaler interface {
MustUnmarshalDenomTrace([]byte) types.DenomTrace
}
TransferUnmarshaler defines the expected encoding store functions.
Click to show internal directories.
Click to hide internal directories.