InvalidPrismObject

fmgp.did.method.prism.proto.InvalidPrismObject
See theInvalidPrismObject companion object
case class InvalidPrismObject(tx: String, b: Int, reason: String) extends MaybeEvent[Nothing], PrismBlockIndex

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait MaybeEvent[Nothing]
class Object
trait Matchable
class Any
Show all

Members list

Value members

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 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