EventCursor

fmgp.did.method.prism.cardano.EventCursor
See theEventCursor companion object
case class EventCursor(b: Int, o: Int) extends PrismEventIndex

Like EventRef

Value parameters

b

Index relative to the Cardano Trasation with PRISM_LABE

o

Index relative to the PrismBlock

Attributes

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

Members list

Value members

Concrete methods

def tx: String

Inherited methods

def prismBlockIndex: Int

Index relative to the Cardano Trasation with PRISM_LABEL

Index relative to the Cardano Trasation with PRISM_LABEL

Attributes

Inherited from:
PrismBlockIndex
def prismEventIndex: Int

Index relative to the PrismBlock

Index relative to the PrismBlock

Attributes

Inherited from:
PrismEventIndex
def productElementNames: Iterator[String]

An iterator over the names of all the elements of this product.

An iterator over the names of all the elements of this product.

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

An iterator over all the elements of this product.

An iterator over all the elements of this product.

Attributes

Returns

in the default implementation, an Iterator[Any]

Inherited from:
Product