Versions in this module Expand all Collapse all v0 v0.19.0 Jun 21, 2018 Changes in this version + func CheckBalance(t *testing.T, app *App, addr sdk.Address, exp sdk.Coins) + func GenTx(msg sdk.Msg, accnums []int64, seq []int64, priv ...crypto.PrivKeyEd25519) auth.StdTx + func SetGenesis(app *App, accs []auth.Account) + func SignCheck(t *testing.T, app *baseapp.BaseApp, msg sdk.Msg, accnums []int64, seq []int64, ...) sdk.Result + func SignCheckDeliver(t *testing.T, app *baseapp.BaseApp, msg sdk.Msg, accnums []int64, seq []int64, ...) + type App struct + AccountMapper auth.AccountMapper + Cdc *wire.Codec + FeeCollectionKeeper auth.FeeCollectionKeeper + GenesisAccounts []auth.Account + KeyAccount *sdk.KVStoreKey + KeyMain *sdk.KVStoreKey + func NewApp() *App + func (app *App) CompleteSetup(t *testing.T, newKeys []*sdk.KVStoreKey) + func (app *App) InitChainer(ctx sdk.Context, _ abci.RequestInitChain) abci.ResponseInitChain