AddCollateral

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

Add a utxo as a collateral input. Utxo should contain ada only and be controlled by a key, not a script. If you need set collateral outputs ot totalCollateral field, please use optics.

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