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