c
com.mchange.sc.v1.consuela.ethereum.net.devp2p.Subprotocol.Eth60
NewBlock
Companion object NewBlock
final case class NewBlock(typeCode: Unsigned16, block: EthBlock, totalDifficulty: Unsigned256) extends Payload.Base[NewBlock] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NewBlock
- Serializable
- Serializable
- Product
- Equals
- Base
- Payload
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new NewBlock(typeCode: Unsigned16, block: EthBlock, totalDifficulty: Unsigned256)