Documentation ¶
Index ¶
- func NonnegativeBalanceInvariant(mapper auth.AccountKeeper) simulation.Invariant
- func SingleInputSendMsg(mapper auth.AccountKeeper, bk bank.Keeper) simulation.Operation
- func SingleInputSendTx(mapper auth.AccountKeeper) simulation.Operation
- func TotalCoinsInvariant(mapper auth.AccountKeeper, totalSupplyFn func() sdk.Coins) simulation.Invariant
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NonnegativeBalanceInvariant ¶
func NonnegativeBalanceInvariant(mapper auth.AccountKeeper) simulation.Invariant
NonnegativeBalanceInvariant checks that all accounts in the application have non-negative balances
func SingleInputSendMsg ¶
func SingleInputSendMsg(mapper auth.AccountKeeper, bk bank.Keeper) simulation.Operation
SingleInputSendMsg tests and runs a single msg send, with one input and one output, where both accounts already exist.
func SingleInputSendTx ¶
func SingleInputSendTx(mapper auth.AccountKeeper) simulation.Operation
SingleInputSendTx tests and runs a single msg send w/ auth, with one input and one output, where both accounts already exist.
func TotalCoinsInvariant ¶
func TotalCoinsInvariant(mapper auth.AccountKeeper, totalSupplyFn func() sdk.Coins) simulation.Invariant
TotalCoinsInvariant checks that the sum of the coins across all accounts is what is expected
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.