VDRPassoveService

fmgp.did.method.prism.vdr.VDRPassoveService
See theVDRPassoveService companion object

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete methods

def dryCreateBytes(didPrism: DIDPrism, vdrKey: Secp256k1PrivateKey, data: Array[Byte]): ZIO[Any, Throwable, (RefVDR, SignedPrismEvent)]
def dryUpdateBytes(eventRef: RefVDR, vdrKey: Secp256k1PrivateKey, data: Array[Byte]): ZIO[Any, Throwable, (EventHash, SignedPrismEvent)]
def fetch(vdrRef: RefVDR): ZIO[Any, Throwable, VDR]
def fullProve(eventRef: RefVDR): ZIO[Any, Throwable, PrismBlock]
def prove(eventRef: RefVDR): ZIO[Any, Throwable, PrismBlock]