object Eth60 extends Base
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Eth60
- Base
- Subprotocol
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- final case class BlockHashes(typeCode: Unsigned16, hashes: IndexedSeq[EthHash]) extends Payload.Base[BlockHashes] with Product with Serializable
- final case class Blocks(typeCode: Unsigned16, blocks: IndexedSeq[EthBlock]) extends Payload.Base[Blocks] with Product with Serializable
- final case class GetBlockHashes(typeCode: Unsigned16, hash: EthHash, maxBlocks: Unsigned256) extends Payload.Base[GetBlockHashes] with Product with Serializable
- final case class GetBlocks(typeCode: Unsigned16, hashes: IndexedSeq[EthHash]) extends Payload.Base[GetBlocks] with Product with Serializable
- final case class NewBlock(typeCode: Unsigned16, block: EthBlock, totalDifficulty: Unsigned256) extends Payload.Base[NewBlock] with Product with Serializable
- final case class NewBlockHashes(typeCode: Unsigned16, hashes: IndexedSeq[EthHash]) extends Payload.Base[NewBlockHashes] with Product with Serializable
- final case class Status(typeCode: Unsigned16, protocolVersion: Unsigned16, networkId: Unsigned1, totalDifficulty: Unsigned256, bestHash: EthHash, genesisHash: EthHash) extends Payload.Base[Status] with Product with Serializable
- final case class Transactions(typeCode: Unsigned16, transactions: IndexedSeq[EthTransaction]) extends Payload.Base[Transactions] with Product with Serializable
Value Members
-
lazy val
Identifier: (StringASCII_Exact3, Unsigned16)
- Definition Classes
- Subprotocol
-
val
Name: StringASCII_Exact3
- Definition Classes
- Base → Subprotocol
-
lazy val
PayloadFactories: IndexedSeq[Factory[_]]
- Definition Classes
- Eth60 → Base → Subprotocol
-
val
Version: Unsigned16
- Definition Classes
- Base → Subprotocol
-
def
WideIdentifier: (String, Int)
- Definition Classes
- Subprotocol
- object BlockHashes extends Payload.Factory.Base[BlockHashes] with Serializable
- object Blocks extends Payload.Factory.Base[Blocks] with Serializable
- object GetBlockHashes extends Payload.Factory.Base[GetBlockHashes] with Serializable
- object GetBlocks extends Payload.Factory.Base[GetBlocks] with Serializable
- object NewBlock extends Payload.Factory.Base[NewBlock] with Serializable
- object NewBlockHashes extends Payload.Factory.Base[NewBlockHashes] with Serializable
- object Status extends Payload.Factory.Base[Status] with Serializable
- object Transactions extends Payload.Factory.Base[Transactions] with Serializable