c
com.mchange.sc.v1.consuela.ethereum.net.devp2p.Subprotocol.Eth60
BlockHashes
Companion object BlockHashes
final case class BlockHashes(typeCode: Unsigned16, hashes: IndexedSeq[EthHash]) extends Payload.Base[BlockHashes] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BlockHashes
- Serializable
- Serializable
- Product
- Equals
- Base
- Payload
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new BlockHashes(typeCode: Unsigned16, hashes: IndexedSeq[EthHash])
Value Members
- val factory: Factory[BlockHashes]
- val hashes: IndexedSeq[EthHash]
-
def
offset: Unsigned16
- Definition Classes
- Payload
-
val
typeCode: Unsigned16
- Definition Classes
- BlockHashes → Payload