final case class Enode(nodeId: EthPublicKey, address: IPAddress, port: Unsigned16, discoveryPort: Unsigned16) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Enode
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Enode(nodeId: EthPublicKey, address: IPAddress, port: Unsigned16, discoveryPort: Unsigned16)
Value Members
- val address: IPAddress
- val discoveryPort: Unsigned16
- val nodeId: EthPublicKey
- val port: Unsigned16
-
lazy val
toString: String
- Definition Classes
- Enode → AnyRef → Any