File tree Expand file tree Collapse file tree 1 file changed +21
-4
lines changed
cardano-api/src/Cardano/Api/Experimental Expand file tree Collapse file tree 1 file changed +21
-4
lines changed Original file line number Diff line number Diff line change @@ -124,6 +124,26 @@ module Cardano.Api.Experimental.Tx
124124 , convertTxBodyToUnsignedTx
125125 , hashTxBody
126126
127+ -- * TxBodyContent
128+ , TxBodyContent (.. )
129+ , defaultTxBodyContent
130+ , setTxCertificates
131+ , setTxIns
132+ , setTxOuts
133+ , setTxMintValue
134+ , setTxProposalProcedures
135+ , setTxVotingProcedures
136+ , setTxWithdrawals
137+ , setTxFee
138+
139+ -- * TxBodyContent sub type
140+ , TxCertificates (.. )
141+ , TxMintValue (.. )
142+ , TxOut (.. )
143+ , TxProposalProcedures (.. )
144+ , TxVotingProcedures (.. )
145+ , TxWithdrawals (.. )
146+
127147 -- * Witness
128148
129149 -- ** Any witness (key, simple script, plutus script).
@@ -150,10 +170,7 @@ import Cardano.Api.Era.Internal.Core qualified as Api
150170import Cardano.Api.Era.Internal.Eon.ShelleyBasedEra
151171import Cardano.Api.Experimental.Era
152172import Cardano.Api.Experimental.Tx.Internal.AnyWitness
153- import Cardano.Api.Experimental.Tx.Internal.BodyContent.Old
154- ( extractAllIndexedPlutusScriptWitnesses
155- , makeUnsignedTx
156- )
173+ import Cardano.Api.Experimental.Tx.Internal.BodyContent.New
157174import Cardano.Api.Experimental.Tx.Internal.TxScriptWitnessRequirements
158175import Cardano.Api.Experimental.Tx.Internal.Type
159176import Cardano.Api.HasTypeProxy (HasTypeProxy (.. ), Proxy , asType )
You can’t perform that action at this time.
0 commit comments