fmgp.did.method.prism
package fmgp.did.method.prism
Members list
Packages
package fmgp.did.method.prism.cardano
package fmgp.did.method.prism.indexer
package fmgp.did.method.prism.node
package fmgp.did.method.prism.proto
Type members
Classlikes
object CardanoClient extends ZIOAppDefault
https://cardano-client.dev/docs/gettingstarted/simple-transfer
https://cardano-client.dev/docs/gettingstarted/simple-transfer
didResolverPrismJVM/runMain fmgp.did.method.prism.CardanoClient
Attributes
- Supertypes
-
trait ZIOAppDefaulttrait ZIOAppclass Objecttrait Matchableclass Any
- Self type
-
CardanoClient.type
object CrytoUtil
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
CrytoUtil.type
DID Prism (only short form)
object DIDPrism
class DIDPrismResolver(baseUrl: String, httpUtils: HttpUtils) extends Resolver
object DIDPrismResolver
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
DIDPrismResolver.type
object EventRef
object EventRefOrdering extends Ordering[EventRef]
Attributes
- Supertypes
- Self type
-
EventRefOrdering.type
object HttpUtils
object PrismState
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
PrismState.type
trait PrismState extends PrismStateRead
Attributes
- Companion
- object
- Supertypes
- Known subtypes
-
class PrismStateInMemory
case class PrismStateFS() extends PrismStateRead
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait PrismStateReadclass Objecttrait Matchableclass AnyShow all
case class PrismStateHTTP(httpUtils: HttpUtils, pathEventsByDID: String) extends PrismStateRead
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait PrismStateReadclass Objecttrait Matchableclass AnyShow all
object PrismStateInMemory
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
PrismStateInMemory.type
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
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait PrismStatetrait PrismStateReadclass Objecttrait Matchableclass AnyShow all
trait PrismStateRead
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
final case class SSI(did: DIDSubject, latestHash: Option[String], keys: Seq[UncompressedECKey | CompressedECKey], services: Seq[MyService], context: Seq[String], disabled: Boolean, cursor: EventCursor)
object SSI
object SharedCryto
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
SharedCryto.type
Types
In this article