Represents a complete transaction in Cardano
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Returns the CBOR encoding of this transaction
Returns the CBOR encoding of this transaction
Attributes
Returns CBOR encoding for transaction size/fee calculation.
Returns CBOR encoding for transaction size/fee calculation.
This encoding omits the isValid field for backward compatibility with Mary era, matching Cardano ledger's toCBORForSizeComputation function.
Attributes
- See also
-
Cardano.Ledger.Alonzo.Tx.toCBORForSizeComputation
Returns UTXOs that would be created by this transaction.
Returns UTXOs that would be created by this transaction.
Returns a map of TransactionInput -> TransactionOutput for all outputs, allowing them to be used as inputs in subsequent chained transactions.
Attributes
The transaction's validity interval (start slot and TTL)
The transaction's validity interval (start slot and TTL)
Attributes
Returns a copy with the body replaced
Returns a copy with the body replaced
Attributes
Returns a copy with the body transformed by the given function
Returns a copy with the body transformed by the given function
Attributes
Returns a copy with the witness set replaced
Returns a copy with the witness set replaced
Attributes
Returns a copy with the witness set transformed by the given function
Returns a copy with the witness set transformed by the given function
Attributes
The unwrapped witness set
The unwrapped witness set
Attributes
Inherited methods
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Concrete fields
The transaction hash (blake2b-256 of the serialized body)
The transaction hash (blake2b-256 of the serialized body)