Packages

object Eth60 extends Base

Linear Supertypes
Base, Subprotocol, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Eth60
  2. Base
  3. Subprotocol
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class BlockHashes(typeCode: Unsigned16, hashes: IndexedSeq[EthHash]) extends Payload.Base[BlockHashes] with Product with Serializable
  2. final case class Blocks(typeCode: Unsigned16, blocks: IndexedSeq[EthBlock]) extends Payload.Base[Blocks] with Product with Serializable
  3. final case class GetBlockHashes(typeCode: Unsigned16, hash: EthHash, maxBlocks: Unsigned256) extends Payload.Base[GetBlockHashes] with Product with Serializable
  4. final case class GetBlocks(typeCode: Unsigned16, hashes: IndexedSeq[EthHash]) extends Payload.Base[GetBlocks] with Product with Serializable
  5. final case class NewBlock(typeCode: Unsigned16, block: EthBlock, totalDifficulty: Unsigned256) extends Payload.Base[NewBlock] with Product with Serializable
  6. final case class NewBlockHashes(typeCode: Unsigned16, hashes: IndexedSeq[EthHash]) extends Payload.Base[NewBlockHashes] with Product with Serializable
  7. final case class Status(typeCode: Unsigned16, protocolVersion: Unsigned16, networkId: Unsigned1, totalDifficulty: Unsigned256, bestHash: EthHash, genesisHash: EthHash) extends Payload.Base[Status] with Product with Serializable
  8. final case class Transactions(typeCode: Unsigned16, transactions: IndexedSeq[EthTransaction]) extends Payload.Base[Transactions] with Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. lazy val Identifier: (StringASCII_Exact3, Unsigned16)
    Definition Classes
    Subprotocol
  5. val Name: StringASCII_Exact3
    Definition Classes
    BaseSubprotocol
  6. lazy val PayloadFactories: IndexedSeq[Factory[_]]
    Definition Classes
    Eth60BaseSubprotocol
  7. val Version: Unsigned16
    Definition Classes
    BaseSubprotocol
  8. def WideIdentifier: (String, Int)
    Definition Classes
    Subprotocol
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  20. def toString(): String
    Definition Classes
    AnyRef → Any
  21. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. object BlockHashes extends Payload.Factory.Base[BlockHashes] with Serializable
  25. object Blocks extends Payload.Factory.Base[Blocks] with Serializable
  26. object GetBlockHashes extends Payload.Factory.Base[GetBlockHashes] with Serializable
  27. object GetBlocks extends Payload.Factory.Base[GetBlocks] with Serializable
  28. object NewBlock extends Payload.Factory.Base[NewBlock] with Serializable
  29. object NewBlockHashes extends Payload.Factory.Base[NewBlockHashes] with Serializable
  30. object Status extends Payload.Factory.Base[Status] with Serializable
  31. object Transactions extends Payload.Factory.Base[Transactions] with Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Base

Inherited from Subprotocol

Inherited from AnyRef

Inherited from Any

Ungrouped