VDRServiceImpl
fmgp.did.method.prism.vdr.VDRServiceImpl
case class VDRServiceImpl(chain: PrismChainService, refPrismState: Ref[PrismState]) extends VDRService
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait VDRServicetrait VDRPassoveServiceclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Definition Classes
Inherited methods
def createBytes(didPrism: DIDPrism, vdrKey: Secp256k1PrivateKey, data: Array[Byte]): ZIO[Any, Throwable, (RefVDR, SignedPrismOperation, TxHash)]
Attributes
- Inherited from:
- VDRService
def deactivate(eventRef: RefVDR, vdrKey: Secp256k1PrivateKey): ZIO[Any, Throwable, (EventHash, SignedPrismOperation, TxHash)]
Attributes
- Inherited from:
- VDRService
def dryCreateBytes(didPrism: DIDPrism, vdrKey: Secp256k1PrivateKey, data: Array[Byte]): ZIO[Any, Throwable, (RefVDR, SignedPrismOperation)]
Attributes
- Inherited from:
- VDRPassoveService
def dryDeactivate(eventRef: RefVDR, vdrKey: Secp256k1PrivateKey): ZIO[Any, Throwable, (EventHash, SignedPrismOperation)]
Attributes
- Inherited from:
- VDRPassoveService
def dryUpdateBytes(eventRef: RefVDR, vdrKey: Secp256k1PrivateKey, data: Array[Byte]): ZIO[Any, Throwable, (EventHash, SignedPrismOperation)]
Attributes
- Inherited from:
- VDRPassoveService
Attributes
- Inherited from:
- VDRPassoveService
Attributes
- Inherited from:
- VDRPassoveService
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- VDRPassoveService
def updateBytes(eventRef: RefVDR, vdrKey: Secp256k1PrivateKey, data: Array[Byte]): ZIO[Any, Throwable, (EventHash, SignedPrismOperation, TxHash)]
Attributes
- Inherited from:
- VDRService
In this article