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

Method Code

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

Source from the content-addressed store, hash-verified

93type NewBlockHashes eth.NewBlockHashesPacket
94
95func (msg NewBlockHashes) Code() int { return 17 }
96func (msg NewBlockHashes) ReqID() uint64 { return 0 }
97
98type Transactions eth.TransactionsPacket

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected