Utxo

scalus.cardano.ledger.Utxo
See theUtxo companion object
case class Utxo(input: TransactionInput, output: TransactionOutput)

Unspent Transaction Output

Attributes

Note

It's common to use UTXO as a resolved transaction input-output pair, regardless whether it's spent or unspent. We use Utxo in both cases for simplicity.

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product