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

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