Packages

final case class GetBlocks(typeCode: Unsigned16, hashes: IndexedSeq[EthHash]) extends Payload.Base[GetBlocks] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Payload.Base[GetBlocks], Payload[GetBlocks], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GetBlocks
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Base
  7. Payload
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GetBlocks(typeCode: Unsigned16, hashes: IndexedSeq[EthHash])

Value Members

  1. val factory: Factory[GetBlocks]
    Definition Classes
    BasePayload
  2. val hashes: IndexedSeq[EthHash]
  3. def offset: Unsigned16
    Definition Classes
    Payload
  4. val typeCode: Unsigned16
    Definition Classes
    GetBlocksPayload