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