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

Function SignCheckDeliver

x/mock/test_utils.go:72–100  ·  view source on GitHub ↗

SignCheckDeliver checks a generated signed transaction and simulates a block commitment with the given transaction. 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, expSimPass, 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 7

GenTxFunction · 0.85
SimulateMethod · 0.80
BeginBlockMethod · 0.80
DeliverMethod · 0.80
EndBlockMethod · 0.80
CommitMethod · 0.65
EqualMethod · 0.45

Tested by

no test coverage detected