VDRService
fmgp.did.method.prism.vdr.VDRService
trait VDRService extends VDRPassoveService
Attributes
- Graph
-
- Supertypes
- Known subtypes
-
class VDRServiceImpl
Members list
Value members
Abstract methods
Concrete methods
def createBytes(didPrism: DIDPrism, vdrKey: Secp256k1PrivateKey, data: Array[Byte]): ZIO[Any, Throwable, (RefVDR, SignedPrismOperation, TxHash)]
def deactivate(eventRef: RefVDR, vdrKey: Secp256k1PrivateKey): ZIO[Any, Throwable, (EventHash, SignedPrismOperation, TxHash)]
def updateBytes(eventRef: RefVDR, vdrKey: Secp256k1PrivateKey, data: Array[Byte]): ZIO[Any, Throwable, (EventHash, SignedPrismOperation, TxHash)]
Inherited methods
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:
- VDRPassoveService
In this article