CheckGenTx checks a generated signed transaction. The result of the check is compared against the parameter 'expPass'. A test assertion is made using the parameter 'expPass' against the result. A corresponding result is returned.
( t *testing.T, app *baseapp.BaseApp, msgs []sdk.Msg, seq []int64, expPass bool, priv ...crypto.PrivKey, )