Skip to content

Commit

Permalink
[conway] - ConwayTxBody
Browse files Browse the repository at this point in the history
  • Loading branch information
teodanciu committed Jan 29, 2025
1 parent 8c38b4d commit 5bd2b7d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions eras/conway/impl/src/Cardano/Ledger/Conway/TxBody/Internal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,14 @@ instance
newtype ConwayTxBody era = TxBodyConstr (MemoBytes (ConwayTxBodyRaw era))
deriving (Generic, SafeToHash, ToCBOR)

deriving newtype instance
( EraPParams era
, DecCBOR (TxOut era)
, ShelleyEraTxCert era
, TxCert era ~ ConwayTxCert era
) =>
DecCBOR (ConwayTxBody era)

deriving instance
(EraPParams era, NoThunks (TxOut era)) =>
NoThunks (ConwayTxBody era)
Expand Down

0 comments on commit 5bd2b7d

Please sign in to comment.