AppliedTransaction
scalus.cardano.node.stream.internal.AppliedTransaction
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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article