Skip to content

Commit

Permalink
Export getTxBodyContent
Browse files Browse the repository at this point in the history
  • Loading branch information
newhoggy committed Sep 23, 2023
1 parent db67e88 commit 3a20dbf
Show file tree
Hide file tree
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
Expand Up @@ -174,6 +174,7 @@ module Cardano.Api.TxBody (
-- * Data family instances
AsType(AsTxId, AsTxBody, AsByronTxBody, AsShelleyTxBody, AsMaryTxBody),

getTxBodyContent,
) where

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

-- ** Transaction body builders
defaultTxBodyContent,
Expand Down

0 comments on commit 3a20dbf

Please sign in to comment.