ReferenceOutput

scalus.cardano.txbuilder.TransactionBuilderStep.ReferenceOutput
case class ReferenceOutput(utxo: Utxo) extends TransactionBuilderStep

Add a scalus.cardano.ledger.Utxo as a CIP-31 reference input. Consuming the same UTxO twice (reference or spend) is an error

The reason that action is represented as a step is that reference utxos should be added to the context and also may be required to create a WitnessForSpend.

Value parameters

utxo

any utxo

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