()
| 144 | type GetPooledTransactions eth.GetPooledTransactionsPacket |
| 145 | |
| 146 | func (msg GetPooledTransactions) Code() int { return 25 } |
| 147 | func (msg GetPooledTransactions) ReqID() uint64 { return msg.RequestId } |
| 148 | |
| 149 | type PooledTransactions eth.PooledTransactionsPacket |
nothing calls this directly
no outgoing calls
no test coverage detected