VDRPassoveService

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

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def fetch(vdrRef: RefVDR): ZIO[Ref[PrismState], Throwable, VDR]
def fullProve(eventRef: RefVDR): ZIO[Ref[PrismState], Throwable, PrismBlock]

return a PrismBlock with all event (in order) relative to the vdr and the owner (did:prism)

return a PrismBlock with all event (in order) relative to the vdr and the owner (did:prism)

Attributes

def prove(eventRef: RefVDR): ZIO[Ref[PrismState], Throwable, PrismBlock]

return a PrismBlock with all event (in order) relative to the vdr

return a PrismBlock with all event (in order) relative to the vdr

Attributes