proto.prism.node.OperationStatus
See theOperationStatus companion object
sealed abstract class OperationStatus(val value: Int) extends GeneratedEnum
The status of an Atala operation.
Attributes
- Companion
- object
- Graph
-
- Supertypes
- Known subtypes
-
object AWAIT_CONFIRMATIONobject CONFIRMED_AND_APPLIEDobject CONFIRMED_AND_REJECTEDobject PENDING_SUBMISSIONtrait Recognizedobject UNKNOWN_OPERATIONclass UnrecognizedShow all
Members list
Type members
Value members
Concrete methods
Inherited methods
Attributes
- Inherited from:
- GeneratedEnum
Attributes
- Inherited from:
- GeneratedEnum
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- GeneratedEnum
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
GeneratedEnum -> Any
- Inherited from:
- GeneratedEnum
In this article