CreateDid

proto.prism.PrismEvent.Event.CreateDid
final case class CreateDid(value: ProtoCreateDID) extends Event

Attributes

Graph
Supertypes
trait Event
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Types

Value members

Concrete methods

override def createDid: Option[ProtoCreateDID]

Attributes

Definition Classes
override def isCreateDid: Boolean

Attributes

Definition Classes
override def number: Int

Attributes

Definition Classes
GeneratedOneof

Inherited methods

Attributes

Inherited from:
Event

Attributes

Inherited from:
Event

Attributes

Inherited from:
Event
def isCreateStorageEntry: Boolean

Attributes

Inherited from:
Event
def isDeactivateDid: Boolean

Attributes

Inherited from:
Event

Attributes

Inherited from:
Event
def isDefined: Boolean

Attributes

Inherited from:
Event
def isEmpty: Boolean

Attributes

Inherited from:
Event
def isIssueCredentialBatch: Boolean

Attributes

Inherited from:
Event

Attributes

Inherited from:
Event
def isRevokeCredentials: Boolean

Attributes

Inherited from:
Event
def isUpdateDid: Boolean

Attributes

Inherited from:
Event
def isUpdateStorageEntry: Boolean

Attributes

Inherited from:
Event

Attributes

Inherited from:
Event
def productElementNames: Iterator[String]

An iterator over the names of all the elements of this product.

An iterator over the names of all the elements of this product.

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

An iterator over all the elements of this product.

An iterator over all the elements of this product.

Attributes

Returns

in the default implementation, an Iterator[Any]

Inherited from:
Product

Attributes

Inherited from:
Event

Attributes

Inherited from:
Event
def updateDid: Option[ProtoUpdateDID]

Attributes

Inherited from:
Event

Attributes

Inherited from:
Event
def valueOption: Option[ValueType]

Attributes

Inherited from:
GeneratedOneof