final case class RequestAndRootHashMessage[RequestEnvelope](requestEnvelopes: NonEmptyList[RequestEnvelope], rootHashMessage: RootHashMessage[SerializedRootHashMessagePayload], mediatorId: MediatorId) extends Product with Serializable
Request messages, along with the root hash message and the mediator ID that received the root hash message
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RequestAndRootHashMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new RequestAndRootHashMessage(requestEnvelopes: NonEmptyList[RequestEnvelope], rootHashMessage: RootHashMessage[SerializedRootHashMessagePayload], mediatorId: MediatorId)
Value Members
- val mediatorId: MediatorId
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val requestEnvelopes: NonEmptyList[RequestEnvelope]
- val rootHashMessage: RootHashMessage[SerializedRootHashMessagePayload]