scalus.cardano.ledger.TransactionOutput.Babbage
Babbage-era transaction output format with extended features
Attributes
-
Graph
-
-
Supertypes
-
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Members list
Creates a copy of this TransactionOutput with a new value
Creates a copy of this TransactionOutput with a new value
Attributes
-
Definition Classes
-
Get inline datum if present, None otherwise
Get inline datum if present, None otherwise
Attributes
-
Inherited from:
-
TransactionOutput
Attributes
-
Inherited from:
-
Product
Attributes
-
Inherited from:
-
Product
Get inline datum, throwing if not present
Get inline datum, throwing if not present
Attributes
-
Inherited from:
-
TransactionOutput
Resolve datum from output - either inline or by looking up hash in transaction witness set.
Resolve datum from output - either inline or by looking up hash in transaction witness set.
Value parameters
-
tx
-
The transaction containing the witness set with plutus data
Attributes
-
Returns
-
The resolved datum data, or None if no datum is present or if the hash is not found
-
Inherited from:
-
TransactionOutput