final case class GetEventInfoResponse(eventStatus: EventStatus, transactionId: String, lastSyncedBlockTimestamp: Option[Timestamp], details: String, unknownFields: UnknownFieldSet) extends GeneratedMessage
Response with the current event status. See NodeService.GetEventInfo for more information.
Value parameters
details
Contains additional information about the event state. For example, error descriptions. Can be empty.
eventStatus
Contains the status of this event.
lastSyncedBlockTimestamp
Timestamp of the latest synchronized block.
transactionId
Transaction identifier containing the event. Presented only when event was approved by the ledger.