GenericVDRDriver

fmgp.did.method.prism.vdr.GenericVDRDriver
See theGenericVDRDriver companion object
class GenericVDRDriver(bfConfig: BlockfrastConfig, wallet: CardanoWalletConfig, workdir: String, didPrism: DIDPrism, keyName: String, vdrKey: KMMECSecp256k1PrivateKey)

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def createBytesEntry(data: Array[Byte]): ZIO[Any, Throwable, Unit]
def initState: ZIO[Any, Throwable, Unit]
def updateBytesEntry(eventRef: RefVDR, data: Array[Byte]): ZIO[Any, Throwable, Unit]
def updateState: ZIO[Any, Nothing, PrismState]

Concrete fields