final case class Status(typeCode: Unsigned16, protocolVersion: Unsigned16, networkId: Unsigned1, totalDifficulty: Unsigned256, bestHash: EthHash, genesisHash: EthHash) extends Payload.Base[Status] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Status
- Serializable
- Serializable
- Product
- Equals
- Base
- Payload
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Status(typeCode: Unsigned16, protocolVersion: Unsigned16, networkId: Unsigned1, totalDifficulty: Unsigned256, bestHash: EthHash, genesisHash: EthHash)
Value Members
- val bestHash: EthHash
- val factory: Factory[Status]
- val genesisHash: EthHash
- val networkId: Unsigned1
-
def
offset: Unsigned16
- Definition Classes
- Payload
- val protocolVersion: Unsigned16
- val totalDifficulty: Unsigned256
- val typeCode: Unsigned16