MCPcopy Create free account
hub / github.com/OCEChain/OCEChain / CheckGenTx

Function CheckGenTx

x/mock/test_utils.go:52–66  ·  view source on GitHub ↗

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,
)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 3

GenTxFunction · 0.85
CheckMethod · 0.80
EqualMethod · 0.45

Tested by

no test coverage detected