proto.prism.node.GetOperationInfoResponse
See theGetOperationInfoResponse companion object
final case class GetOperationInfoResponse(operationStatus: OperationStatus, transactionId: String, lastSyncedBlockTimestamp: Option[Timestamp], details: String, unknownFields: UnknownFieldSet) extends GeneratedMessage
Response with the current operation status. See NodeService.GetOperationInfo for more information.
Value parameters
- details
-
Contains additional information about the operation state. For example, error descriptions. Can be empty.
- lastSyncedBlockTimestamp
-
Timestamp of the latest synchronized block.
- operationStatus
-
Contains the status of this operation.
- transactionId
-
Transaction identifier containing the operation. Presented only when operation was approved by the ledger.
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
Keywords
- no keywords
- final
- override
Inherited
- Not inherited
- GeneratedMessage
- Product
In this article