Spend
scalus.cardano.txbuilder.TransactionBuilderStep.Spend
case class Spend(utxo: Utxo, witness: PubKeyWitness.type | NativeScriptWitness | ThreeArgumentPlutusScriptWitness = ...) extends TransactionBuilderStep
Spend any utxo. An attempt to consume (reference or spend) the same utxo twice will error. If a reference script is used, the containing utxo should be added beforehand with ReferenceOutput or Spend steps.
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait TransactionBuilderStepclass Objecttrait Matchableclass Any
Members list
In this article