AppliedTransaction

scalus.cardano.node.stream.internal.AppliedTransaction
case class AppliedTransaction(tx: Transaction, created: Utxos, spent: Utxos)

One applied transaction, with its UTxO effects already resolved.

spent carries the resolved consumed outputs, not just the inputs: a subscriber watching an address needs to know which of its UTxOs disappeared, and the input alone does not say. Every provider can resolve this — the emulator from its ledger, a chain-following provider from the block it just fetched — so resolving once at the source beats every subscriber doing it.

Attributes

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