PrismState

fmgp.did.method.prism.PrismState
See thePrismState companion object
trait PrismState extends PrismStateRead

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
Self type

Members list

Value members

Abstract methods

def addEvent(event: MySignedPrismEvent[OP]): ZIO[Any, Exception, Unit]

Concrete methods

def addMaybeEvent(maybeEvent: MaybeEvent[OP]): ZIO[Any, Exception, Unit]

Inherited methods

def getSSI(ssi: DIDSubject): ZIO[Any, Throwable, SSI]

Attributes

Inherited from:
PrismStateRead

Attributes

Inherited from:
PrismStateRead
def getVDR(ref: RefVDR): ZIO[Any, Throwable, VDR]

Attributes

Inherited from:
PrismStateRead

Attributes

Inherited from:
PrismStateRead
def ssiCount: ZIO[Any, Nothing, Int]

Attributes

Inherited from:
PrismStateRead
def vdrCount: ZIO[Any, Nothing, Int]

Attributes

Inherited from:
PrismStateRead

Inherited and Abstract methods

Attributes

Inherited from:
PrismStateRead
def getEventsIdBySSI(ssi: DIDSubject): ZIO[Any, Nothing, Seq[EventRef]]

Attributes

Inherited from:
PrismStateRead
def getEventsIdByVDR(id: RefVDR): ZIO[Any, Nothing, Seq[EventRef]]

Attributes

Inherited from:
PrismStateRead
def ssi2eventsRef: ZIO[Any, Nothing, Map[DIDSubject, Seq[EventRef]]]

Attributes

Inherited from:
PrismStateRead
def vdr2eventsRef: ZIO[Any, Nothing, Map[RefVDR, Seq[EventRef]]]

Attributes

Inherited from:
PrismStateRead