c
com.mchange.sc.v1.consuela.ethereum.net.devp2p.Subprotocol.Eth63
GetNodeData
Companion object GetNodeData
final case class GetNodeData(typeCode: Unsigned16, hashes: Seq[EthHash]) extends Payload.Base[GetNodeData] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GetNodeData
- Serializable
- Serializable
- Product
- Equals
- Base
- Payload
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new GetNodeData(typeCode: Unsigned16, hashes: Seq[EthHash])
Value Members
- val factory: Factory[GetNodeData]
- val hashes: Seq[EthHash]
-
def
offset: Unsigned16
- Definition Classes
- Payload
-
val
typeCode: Unsigned16
- Definition Classes
- GetNodeData → Payload