Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Cardano.Ledger.Babbage.Tx
Contents
Synopsis
- data AlonzoTx era = AlonzoTx {
- body ∷ !(TxBody era)
- wits ∷ !(TxWits era)
- isValid ∷ !IsValid
- auxiliaryData ∷ !(StrictMaybe (TxAuxData era))
- data family TxBody era
- module Cardano.Ledger.Alonzo.Tx
Documentation
Constructors
AlonzoTx | |
Fields
|
Instances
data family TxBody era Source #
The body of a transaction.
Instances
module Cardano.Ledger.Alonzo.Tx