Documentation ¶
Index ¶
- func Contains(s []string, e string) bool
- func GenAndDeliverTx(txCtx simulation.OperationInput, fees sdk.Coins) (simtypes.OperationMsg, []simtypes.FutureOperation, error)
- func GenAndDeliverTxWithRandFees(txCtx simulation.OperationInput) (simtypes.OperationMsg, []simtypes.FutureOperation, error)
- func GetAccountAndSpendableCoins(ctx sdk.Context, bk ecocredit.BankKeeper, accs []simtypes.Account, ...) (sdk.Coins, *simtypes.Account, simtypes.OperationMsg, error)
- func GetClasses(sdkCtx sdk.Context, r *rand.Rand, qryClient core.QueryClient, msgType string) ([]*core.ClassInfo, simtypes.OperationMsg, error)
- func GetRandomClass(sdkCtx sdk.Context, r *rand.Rand, qryClient core.QueryClient, msgType string) (*core.ClassInfo, simtypes.OperationMsg, error)
- func RandomExponent(r *rand.Rand, precision uint32) uint32
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenAndDeliverTx ¶
func GenAndDeliverTx(txCtx simulation.OperationInput, fees sdk.Coins) (simtypes.OperationMsg, []simtypes.FutureOperation, error)
GenAndDeliverTx generates a transactions and delivers it.
func GenAndDeliverTxWithRandFees ¶
func GenAndDeliverTxWithRandFees(txCtx simulation.OperationInput) (simtypes.OperationMsg, []simtypes.FutureOperation, error)
GenAndDeliverTxWithRandFees generates a transaction with a random fee and delivers it.
func GetClasses ¶
func GetRandomClass ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.