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