com.mchange.sc.v1.consuela.ethereum.net.devp2p.Subprotocol

Eth63

object Eth63 extends Base

Linear Supertypes
Base, Subprotocol, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Eth63
  2. Base
  3. Subprotocol
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. final case class BlockBodies(typeCode: Unsigned16, bodies: IndexedSeq[(Seq[EthTransaction], Seq[Header])]) extends Payload.Base[BlockBodies] with Product with Serializable

  2. final case class BlockHeaders(typeCode: Unsigned16, blockHeaders: IndexedSeq[Header]) extends Payload.Base[BlockHeaders] with Product with Serializable

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

  4. final case class GetBlockHeaders(typeCode: Unsigned16, block: Either[EthHash, Unsigned], maxHeaders: Unsigned, skip: Unsigned, reverse: Unsigned1) extends Payload.Base[GetBlockHeaders] with Product with Serializable

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

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

  7. final case class NewBlock(typeCode: Unsigned16, block: EthBlock, totalDifficulty: Unsigned) extends Payload.Base[NewBlock] with Product with Serializable

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

  9. final case class NodeData(typeCode: Unsigned16, values: Seq[Seq[Byte]]) extends Payload.Base[NodeData] with Product with Serializable

  10. final case class Receipts(typeCode: Unsigned16, receiptLists: Seq[Seq[EthTransactionReceipt]]) extends Payload.Base[Receipts] with Product with Serializable

  11. final case class Status(typeCode: Unsigned16, protocolVersion: Unsigned, networkId: Unsigned, totalDifficulty: Unsigned, bestHash: EthHash, genesisHash: EthHash, number: Unsigned) extends Payload.Base[Status] with Product with Serializable

  12. final case class Transactions(typeCode: Unsigned16, transactions: IndexedSeq[EthTransaction]) extends Payload.Base[Transactions] with Product with Serializable

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. object BlockBodies extends Payload.Factory.Base[BlockBodies] with Serializable

  7. object BlockHeaders extends Payload.Factory.Base[BlockHeaders] with Serializable

  8. object GetBlockBodies extends Payload.Factory.Base[GetBlockBodies] with Serializable

  9. object GetBlockHeaders extends Payload.Factory.Base[GetBlockHeaders] with Serializable

  10. object GetNodeData extends Payload.Factory.Base[GetNodeData] with Serializable

  11. object GetReceipts extends Payload.Factory.Base[GetReceipts] with Serializable

  12. lazy val Identifier: (StringASCII_Exact3, Unsigned16)

    Definition Classes
    Subprotocol
  13. val Name: StringASCII_Exact3

    Definition Classes
    BaseSubprotocol
  14. object NewBlock extends Payload.Factory.Base[NewBlock] with Serializable

  15. object NewBlockHashes extends Payload.Factory.Base[NewBlockHashes] with Serializable

  16. object NodeData extends Payload.Factory.Base[NodeData] with Serializable

  17. lazy val PayloadFactories: IndexedSeq[Factory[_]]

    Definition Classes
    Eth63BaseSubprotocol
  18. object Receipts extends Payload.Factory.Base[Receipts] with Serializable

  19. object Status extends Payload.Factory.Base[Status] with Serializable

  20. object Transactions extends Payload.Factory.Base[Transactions] with Serializable

  21. object Undefined extends Factory[Nothing]

  22. val Version: Unsigned16

    Definition Classes
    BaseSubprotocol
  23. def WideIdentifier: (String, Int)

    Definition Classes
    Subprotocol
  24. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  25. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  26. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  27. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  28. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  29. def hashCode(): Int

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  30. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  31. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  32. final def notify(): Unit

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  33. final def notifyAll(): Unit

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  35. def toString(): String

    Definition Classes
    AnyRef → Any
  36. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Base

Inherited from Subprotocol

Inherited from AnyRef

Inherited from Any

Ungrouped