Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Action ¶
func FundAccount ¶
func FundAccount(account sdk.AccAddress, amount sdk.Coins) Action
func IncreaseBlockNumberBy ¶
IncreaseBlockNumberBy increases the block number by the given number of blocks
func IncreaseBlockTimeBy ¶
func MoveToNextBlock ¶
func MoveToNextBlock() Action
func SetBlockNumber ¶
SetBlockNumber sets the block number to the given value
func SetBlockTime ¶
SetBlockTime sets the block time to the given value
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.