MCPcopy Create free account
hub / github.com/ethereum/node-crawler / Code

Method Code

pkg/crawler/connection.go:129–129  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

127type NewBlock eth.NewBlockPacket
128
129func (msg NewBlock) Code() int { return 23 }
130func (msg NewBlock) ReqID() uint64 { return 0 }
131
132// NewPooledTransactionHashes66 is the network packet for the tx hash propagation message.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected