Shelley
scalus.cardano.ledger.TransactionOutput.Shelley
final case class Shelley(address: Address, value: Value, datumHash: Option[DataHash] = ...) extends TransactionOutput
Shelley-era transaction output format
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait TransactionOutputclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Definition Classes
Creates a copy of this TransactionOutput with a new value
Creates a copy of this TransactionOutput with a new value
Attributes
- Definition Classes
Inherited methods
Get inline datum if present, None otherwise
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Get inline datum, throwing if not present
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
In this article