DelayedRedeemerSpec

scalus.cardano.txbuilder.DelayedRedeemerSpec
case class DelayedRedeemerSpec(purpose: RedeemerPurpose, redeemerBuilder: Transaction => Data, step: TransactionBuilderStep)

Redeemer whose value is computed from the final transaction.

Registered when a spend/mint step receives a Transaction => Data builder. After all steps are processed, replaceDelayedRedeemers invokes the builder with the sorted Transaction and patches the placeholder.

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