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

Method Code

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

Source from the content-addressed store, hash-verified

144type GetPooledTransactions eth.GetPooledTransactionsPacket
145
146func (msg GetPooledTransactions) Code() int { return 25 }
147func (msg GetPooledTransactions) ReqID() uint64 { return msg.RequestId }
148
149type PooledTransactions eth.PooledTransactionsPacket

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected