IndexerUtils

fmgp.did.method.prism.vdr.IndexerUtils
object IndexerUtils

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class EventCounter(invalidPrismObject: Int, invalidSignedPrismOperation: Int, signedPrismOperation: Int)

Attributes

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

Value members

Concrete methods

def countEvents(implicit trace: Trace): ZSink[Any, Nothing, MaybeOperation[OP], Nothing, EventCounter]
def pipelinePrismState: ZPipeline[Ref[PrismState], Nothing, MaybeOperation[OP], MaybeOperation[OP]]

pipeline to load/initiate the PrismState from stream of all events

pipeline to load/initiate the PrismState from stream of all events

Attributes