Documentation ¶
Index ¶
- Constants
- Variables
- func GenAirdrops(r *rand.Rand) (airdrops []types.Airdrop)
- func GenClaimRecords(r *rand.Rand, accs []simtypes.Account, airdrops []types.Airdrop) (claimRecords []types.ClaimRecord)
- func NewDecodeStore(cdc codec.Codec) func(kvA, kvB kv.Pair) string
- func RandomizedGenState(simState *module.SimulationState)
- func SimulateMsgClaim(ak types.AccountKeeper, bk types.BankKeeper, lk types.LiquidityKeeper, ...) simtypes.Operation
- func WeightedOperations(appParams simtypes.AppParams, cdc codec.JSONCodec, ak types.AccountKeeper, ...) simulation.WeightedOperations
Constants ¶
View Source
const (
OpWeightMsgClaim = "op_weight_msg_claim"
)
Variables ¶
View Source
var ( Gas = uint64(20000000) Fees = sdk.NewCoins(sdk.NewInt64Coin(sdk.DefaultBondDenom, 1000)) )
Functions ¶
func GenAirdrops ¶
GenAirdrops randomly generates airdrops.
func GenClaimRecords ¶
func GenClaimRecords(r *rand.Rand, accs []simtypes.Account, airdrops []types.Airdrop) (claimRecords []types.ClaimRecord)
GenClaimRecords randomly generates claim records.
func NewDecodeStore ¶
NewDecodeStore returns a decoder function closure that unmarshals the KVPair's Value to the corresponding claim type.
func RandomizedGenState ¶
func RandomizedGenState(simState *module.SimulationState)
RandomizedGenState generates a random genesis state for the module.
func SimulateMsgClaim ¶
func SimulateMsgClaim( ak types.AccountKeeper, bk types.BankKeeper, lk types.LiquidityKeeper, lsk types.LiquidStakingKeeper, gk types.GovKeeper, k keeper.Keeper, ) simtypes.Operation
func WeightedOperations ¶
func WeightedOperations( appParams simtypes.AppParams, cdc codec.JSONCodec, ak types.AccountKeeper, bk types.BankKeeper, lk types.LiquidityKeeper, lsk types.LiquidStakingKeeper, gk types.GovKeeper, k keeper.Keeper, ) simulation.WeightedOperations
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.