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

Method Code

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

Source from the content-addressed store, hash-verified

104type GetBlockHeaders eth.GetBlockHeadersPacket
105
106func (msg GetBlockHeaders) Code() int { return 19 }
107func (msg GetBlockHeaders) ReqID() uint64 { return msg.RequestId }
108
109type BlockHeaders eth.BlockHeadersPacket

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected