package net
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- final case class Enode(nodeId: EthPublicKey, address: IPAddress, port: Unsigned16, discoveryPort: Unsigned16) extends Product with Serializable
- sealed trait IPAddress extends AnyRef
- final case class IPv4Address(bytes: ByteSeqExact4) extends IPAddress with Product with Serializable
- final case class IPv6Address(bytes: ByteSeqExact16) extends IPAddress with Product with Serializable
- case class KnownPeer(sessionToken: ByteSeqExact32) extends Product with Serializable