simulation

package
v0.5.20 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 13, 2022 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

View Source
const (
	OpWeightMsgSend      = "op_weight_msg_send"
	OpWeightMsgMultiSend = "op_weight_msg_multisend"
)

Simulation operation weights constants

Variables

This section is empty.

Functions

func RandomGenesisBalances

func RandomGenesisBalances(simState *module.SimulationState) []types.Balance

RandomGenesisBalances returns a slice of account balances. Each account has a balance of simState.InitialStake for sdk.DefaultBondDenom and core.MicroLunaDenom.

func RandomizedGenState

func RandomizedGenState(simState *module.SimulationState)

RandomizedGenState generates a random GenesisState for bank

func SimulateMsgMultiSend

func SimulateMsgMultiSend(ak types.AccountKeeper, bk keeper.Keeper) simtypes.Operation

SimulateMsgMultiSend tests and runs a single msg multisend, with randomized, capped number of inputs/outputs. all accounts in msg fields exist in state

func SimulateMsgSend

func SimulateMsgSend(ak types.AccountKeeper, bk keeper.Keeper) simtypes.Operation

SimulateMsgSend tests and runs a single msg send where both accounts already exist. nolint: funlen

func WeightedOperations

func WeightedOperations(
	appParams simtypes.AppParams, cdc codec.JSONCodec, ak types.AccountKeeper, bk keeper.Keeper,
) simulation.WeightedOperations

WeightedOperations returns all the operations from the module with their respective weights

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL