Documentation
¶
Index ¶
- func FundAccount(account sdk.AccAddress, amount sdk.Coins) testutil.Action
- func IncreaseBlockNumberBy(numBlocks int64) testutil.Action
- func IncreaseBlockTimeBy(numSeconds time.Duration) testutil.Action
- func MoveToNextBlock() testutil.Action
- func SetBlockNumber(blockNumber int64) testutil.Action
- func SetBlockTime(blockTime time.Time) testutil.Action
- type BalanceEqualAction
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FundAccount ¶
func IncreaseBlockNumberBy ¶
IncreaseBlockNumberBy increases the block number by the given number of blocks
func MoveToNextBlock ¶
func SetBlockNumber ¶
SetBlockNumber sets the block number to the given value
Types ¶
type BalanceEqualAction ¶
type BalanceEqualAction struct {
Account sdk.AccAddress
Amount sdk.Coins
}
func BalanceShouldBeEqual ¶
func BalanceShouldBeEqual(account sdk.AccAddress, amount sdk.Coins) *BalanceEqualAction
Click to show internal directories.
Click to hide internal directories.