Skip to content

Commit

Permalink
Add getTransactionBodyContent
Browse files Browse the repository at this point in the history
  • Loading branch information
cblp committed May 6, 2021
1 parent 8fe4614 commit 72f28e1
Show file tree
Hide file tree
Showing 2 changed files with 364 additions and 28 deletions.
2 changes: 2 additions & 0 deletions cardano-api/src/Cardano/Api.hs
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ module Cardano.Api (

-- ** Transaction bodies
TxBody,
getTransactionBodyContent,
makeTransactionBody,
TxBodyContent(..),
TxBodyError(..),
Expand All @@ -162,6 +163,7 @@ module Cardano.Api (
-- ** Transaction outputs
TxOut(TxOut),
TxOutValue(..),
serialiseAddressForTxOut,

-- ** Other transaction body types
TxFee(..),
Expand Down
Loading

0 comments on commit 72f28e1

Please sign in to comment.