proto.prism.UpdateDIDOperation
See theUpdateDIDOperation companion object
final case class UpdateDIDOperation(previousOperationHash: ByteString, id: String, actions: Seq[UpdateDIDAction], unknownFields: UnknownFieldSet) extends GeneratedMessage
Specifies the necessary data to update a public DID.
Value parameters
- actions
-
The actual updates to perform on the DID.
- id
-
@exclude TODO: To be redefined after we start using this operation.
- previousOperationHash
-
The hash of the most recent operation that was used to create or update the DID.
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
Keywords
- no keywords
- final
- override
Inherited
- Not inherited
- GeneratedMessage
- Product
In this article