Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NonnegativeBalanceInvariant ¶
func NonnegativeBalanceInvariant(mapper auth.AccountMapper) simulation.Invariant
NonnegativeBalanceInvariant checks that all accounts in the application have non-negative balances
func TestAndRunSingleInputMsgSend ¶
func TestAndRunSingleInputMsgSend(mapper auth.AccountMapper) simulation.TestAndRunTx
TestAndRunSingleInputMsgSend tests and runs a single msg send, with one input and one output, where both accounts already exist.
func TotalCoinsInvariant ¶
func TotalCoinsInvariant(mapper auth.AccountMapper, 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.