Documentation ¶
Index ¶
- Constants
- func FindAccount(accs []simtypes.Account, address string) (simtypes.Account, bool)
- func GenHouseParticipationFee(r *rand.Rand) sdkmath.LegacyDec
- func GenMinDeposit(r *rand.Rand) sdkmath.Int
- func NewDecodeStore(cdc codec.BinaryCodec) func(kvA, kvB kv.Pair) string
- func ProposalMsgs() []simtypes.WeightedProposalMsg
- func RandomizedGenState(simState *module.SimulationState)
- func SimulateMsgUpdateParams(r *rand.Rand, _ sdk.Context, _ []simtypes.Account) sdk.Msg
Constants ¶
View Source
const ( HouseParticipationFee = "HouseParticipationFee" MinDeposit = "MinDeposit" )
Simulation parameter 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 FindAccount ¶
FindAccount find a specific address from an account list
func GenHouseParticipationFee ¶
GenHouseParticipationFee randomized batch settlement count
func GenMinDeposit ¶
GenMinDeposit randomized house by uid query count
func NewDecodeStore ¶
func NewDecodeStore(cdc codec.BinaryCodec) func(kvA, kvB kv.Pair) string
NewDecodeStore returns a decoder function closure that unmarshal the KVPair's Value to the corresponding house type.
func ProposalMsgs ¶ added in v1.4.5
func ProposalMsgs() []simtypes.WeightedProposalMsg
ProposalMsgs defines the module weighted proposals' contents
func RandomizedGenState ¶
func RandomizedGenState(simState *module.SimulationState)
RandomizedGenState generates a random GenesisState for house
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.