MCPcopy
hub / github.com/canopy-network/canopy / msg

Function msg

fsm/ethereum_test.go:686–690  ·  view source on GitHub ↗
(t *testing.T, msg lib.MessageI)

Source from the content-addressed store, hash-verified

684}
685
686func msg(t *testing.T, msg lib.MessageI) *anypb.Any {
687 a, err := lib.NewAny(msg)
688 require.NoError(t, err)
689 return a
690}
691
692func h3x(t *testing.T, s string) []byte {
693 b, err := hex.DecodeString(s)

Callers 4

TestRLPToSendTxEtherscanFunction · 0.85
TestRLPToSendTxDynamicFunction · 0.85
TestRLPToSendTxERC20Function · 0.85
TestRLPStakingFunction · 0.85

Calls 1

NewAnyFunction · 0.92

Tested by

no test coverage detected