Skip to content

Commit

Permalink
Merge pull request #267 from input-output-hk/newhoggy/export-getTxBod…
Browse files Browse the repository at this point in the history
…yContent

Export `getTxBodyContent`
newhoggy authored Sep 26, 2023
2 parents 680f0db + 3a20dbf commit 8020734
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cardano-api/internal/Cardano/Api/TxBody.hs
Original file line number Diff line number Diff line change
@@ -172,6 +172,7 @@ module Cardano.Api.TxBody (
-- * Data family instances
AsType(AsTxId, AsTxBody, AsByronTxBody, AsShelleyTxBody, AsMaryTxBody),

getTxBodyContent,
) where

import Cardano.Api.Address
1 change: 1 addition & 0 deletions cardano-api/src/Cardano/Api.hs
Original file line number Diff line number Diff line change
@@ -307,6 +307,7 @@ module Cardano.Api (
TxBody(TxBody),
createAndValidateTransactionBody,
TxBodyContent(..),
getTxBodyContent,

-- ** Transaction body builders
defaultTxBodyContent,

0 comments on commit 8020734

Please sign in to comment.