AppliedTx
scalus.cardano.node.AppliedTx
A record of a transaction applied to the emulated ledger.
Captures the parts of chain history that the live UTxO set no longer holds after application: the full transaction, the slot it was applied at, and the resolved inputs it consumed (which are removed from the UTxO set once the transaction is applied).
Value parameters
- slot
-
the emulator slot at the time of application
- spent
-
the UTxOs consumed by
tx, resolved against the pre-application UTxO set - tx
-
the applied transaction
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article