Documentation ¶
Index ¶
- func NonnegativeBalanceInvariant(mapper auth.AccountKeeper) simulation.Invariant
- func SendMsg(mapper auth.AccountKeeper, bk bank.Keeper) simulation.Operation
- func SendTx(mapper auth.AccountKeeper) simulation.Operation
- func SingleInputMsgMultiSend(mapper auth.AccountKeeper, bk bank.Keeper) simulation.Operation
- func SingleInputMultiSendTx(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 SendMsg ¶ added in v0.31.0
func SendMsg(mapper auth.AccountKeeper, bk bank.Keeper) simulation.Operation
SendTx tests and runs a single msg send where both accounts already exist.
func SendTx ¶ added in v0.31.0
func SendTx(mapper auth.AccountKeeper) simulation.Operation
SendTx tests and runs a single tx send, with auth where both accounts already exist.
func SingleInputMsgMultiSend ¶ added in v0.31.0
func SingleInputMsgMultiSend(mapper auth.AccountKeeper, bk bank.Keeper) simulation.Operation
SingleInputSendMsg tests and runs a single msg multisend, with one input and one output, where both accounts already exist.
func SingleInputMultiSendTx ¶ added in v0.31.0
func SingleInputMultiSendTx(mapper auth.AccountKeeper) simulation.Operation
SingleInputSendTx tests and runs a single msg multisend 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.