DelayedDatumSpec

scalus.cardano.txbuilder.DelayedDatumSpec
case class DelayedDatumSpec(outputIndex: Int, datumBuilder: Transaction => Data, step: TransactionBuilderStep)

Inline datum whose value is computed from the final transaction.

Registered when TransactionBuilderStep.SendWithDatumBuilder is processed. After all steps are processed, replaceDelayedDatums invokes the builder and patches the placeholder output at outputIndex.

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