AppliedTx

scalus.cardano.node.AppliedTx
case class AppliedTx(tx: Transaction, slot: SlotNo, spent: Utxos)

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 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