Object

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

Eth60

Related Doc: package Subprotocol

Permalink

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

    Permalink
  2. final case class Blocks(typeCode: Unsigned16, blocks: IndexedSeq[EthBlock]) extends Payload.Base[Blocks] with Product with Serializable

    Permalink
  3. final case class GetBlockHashes(typeCode: Unsigned16, hash: EthHash, maxBlocks: Unsigned256) extends Payload.Base[GetBlockHashes] with Product with Serializable

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

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

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

    Permalink
  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

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

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. object BlockHashes extends Payload.Factory.Base[BlockHashes] with Serializable

    Permalink
  5. object Blocks extends Payload.Factory.Base[Blocks] with Serializable

    Permalink
  6. object GetBlockHashes extends Payload.Factory.Base[GetBlockHashes] with Serializable

    Permalink
  7. object GetBlocks extends Payload.Factory.Base[GetBlocks] with Serializable

    Permalink
  8. lazy val Identifier: (StringASCII_Exact3, Unsigned16)

    Permalink
    Definition Classes
    Subprotocol
  9. val Name: StringASCII_Exact3

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

    Permalink
  11. object NewBlockHashes extends Payload.Factory.Base[NewBlockHashes] with Serializable

    Permalink
  12. lazy val PayloadFactories: IndexedSeq[Factory[_]]

    Permalink
    Definition Classes
    Eth60BaseSubprotocol
  13. object Status extends Payload.Factory.Base[Status] with Serializable

    Permalink
  14. object Transactions extends Payload.Factory.Base[Transactions] with Serializable

    Permalink
  15. val Version: Unsigned16

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

    Permalink
    Definition Classes
    Subprotocol
  17. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  18. def clone(): AnyRef

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  25. final def notify(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
  28. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    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