PrismStateInMemoryData

fmgp.did.method.prism.PrismStateInMemoryData
See thePrismStateInMemoryData companion object
case class PrismStateInMemoryData(opHash2op: Map[String, MySignedPrismEvent[OP]], tx2eventRef: Map[String, Seq[EventRef]], ssi2eventRef: Map[DIDSubject, Seq[EventRef]], vdr2eventRef: Map[RefVDR, Seq[EventRef]])

Data container for in-memory PRISM state storage.

Value parameters

opHash2op

Map of event hash (hex string) to signed events

ssi2eventRef

Map of DID subjects to their event references

tx2eventRef

Map of transaction ID to event references

vdr2eventRef

Map of VDR references to their event references

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product