VDRPassiveServiceImpl

fmgp.did.method.prism.vdr.VDRPassiveServiceImpl
case class VDRPassiveServiceImpl(prismState: PrismStateRead) extends VDRPassiveService

Attributes

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

Members list

Value members

Inherited methods

def dryCreateBytes(didPrism: DIDPrism, vdrKey: Secp256k1PrivateKey, data: Array[Byte]): ZIO[Any, Throwable, (RefVDR, SignedPrismEvent)]

Attributes

Inherited from:
VDRPassiveService
def dryDeactivate(eventRef: RefVDR, vdrKey: Secp256k1PrivateKey): ZIO[Any, Throwable, (EventHash, SignedPrismEvent)]

Attributes

Inherited from:
VDRPassiveService
def dryUpdateBytes(eventRef: RefVDR, vdrKey: Secp256k1PrivateKey, data: Array[Byte]): ZIO[Any, Throwable, (EventHash, SignedPrismEvent)]

Attributes

Inherited from:
VDRPassiveService
def fetch(vdrRef: RefVDR): ZIO[Any, Throwable, VDR]

Attributes

Inherited from:
VDRPassiveService
def fullProve(eventRef: RefVDR): ZIO[Any, Throwable, PrismBlock]

Attributes

Inherited from:
VDRPassiveService
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
def prove(eventRef: RefVDR): ZIO[Any, Throwable, PrismBlock]

Attributes

Inherited from:
VDRPassiveService