VDRServiceImpl

fmgp.did.method.prism.vdr.VDRServiceImpl
case class VDRServiceImpl(chain: PrismChainService, refPrismState: Ref[PrismState]) extends VDRService

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait VDRService
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def submit(seqSignedPrismOperation: SignedPrismOperation*): ZIO[Any, Throwable, TxHash]

Attributes

Definition Classes

Inherited methods

Attributes

Inherited from:
VDRService

Attributes

Inherited from:
VDRService

Attributes

Inherited from:
VDRPassoveService

Attributes

Inherited from:
VDRPassoveService

Attributes

Inherited from:
VDRPassoveService
def fetch(vdrRef: RefVDR): ZIO[Any, Throwable, VDR]

Attributes

Inherited from:
VDRPassoveService
def fullProve(eventRef: RefVDR): ZIO[Any, Throwable, PrismBlock]

Attributes

Inherited from:
VDRPassoveService

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def prove(eventRef: RefVDR): ZIO[Any, Throwable, PrismBlock]

Attributes

Inherited from:
VDRPassoveService

Attributes

Inherited from:
VDRService