fmgp.did.method.prism.PrismStateInMemory
See thePrismStateInMemory companion object
case class PrismStateInMemory(opHash2op: Map[String, MySignedPrismOperation[OP]], tx2eventRef: Map[String, Seq[EventRef]], ssi2eventRef: Map[DIDSubject, Seq[EventRef]], vdr2eventRef: Map[RefVDR, Seq[EventRef]]) extends PrismState
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait PrismStatetrait PrismStateReadclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
We add/index events with out validating them.
We add/index events with out validating them.
Validation is then when it's been resolved.
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Inherited methods
def getEventsForSSI(ssi: DIDSubject): ZIO[Any, Throwable, Seq[MySignedPrismOperation[CreateDidOP | UpdateDidOP | DeactivateDidOP]]]
Attributes
- Inherited from:
- PrismStateRead
def getEventsForVDR(refVDR: RefVDR): ZIO[Any, Throwable, Seq[MySignedPrismOperation[CreateStorageEntryOP | UpdateStorageEntryOP | DeactivateStorageEntryOP]]]
Attributes
- Inherited from:
- PrismStateRead
Attributes
- Inherited from:
- PrismStateRead
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- PrismStateRead
In this article