PrismStateInMemory

fmgp.prism.PrismStateInMemory
See thePrismStateInMemory companion object
case class PrismStateInMemory(opHash2op: Map[String, MySignedPrismOperation[OP]], tx2eventRef: Map[String, Seq[EventRef]], ssi2eventRef: Map[DIDSubject, Seq[EventRef]]) extends PrismState

Attributes

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

Members list

Value members

Concrete methods

Attributes

Definition Classes

Attributes

Definition Classes
override def getEventsIdBySSI(ssi: DIDSubject): Seq[EventRef]

Attributes

Definition Classes
def makeSSI: Seq[SSI]

Attributes

Definition Classes
final def ssiFromPreviousOperationHash(previousHash: String): Option[String]

Inherited methods

Attributes

Inherited from:
PrismStateRead

Attributes

Inherited from:
PrismStateRead

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def ssiCount: Int

Attributes

Inherited from:
PrismStateRead