Redeemer

scalus.cardano.ledger.Redeemer
case class Redeemer(tag: RedeemerTag, index: Int, data: Data, exUnits: ExUnits)

Represents a single redeemer in Cardano transaction A redeemer contains the execution context for a script

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product