Skip to content

Commit

Permalink
Add getTransactionBodyContent
Browse files Browse the repository at this point in the history
  • Loading branch information
cblp committed Apr 27, 2021
1 parent fecdb3b commit 2aa6fcb
Show file tree
Hide file tree
Showing 2 changed files with 360 additions and 36 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 2aa6fcb

Please sign in to comment.