File tree Expand file tree Collapse file tree 3 files changed +81
-185
lines changed
eras/shelley/impl/src/Cardano/Ledger/Shelley Expand file tree Collapse file tree 3 files changed +81
-185
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ import Cardano.Ledger.Binary (
5050 )
5151import Cardano.Ledger.Core
5252import Cardano.Ledger.Shelley.Era (ShelleyEra )
53- import Cardano.Ledger.Shelley.Tx (ShelleyTx , segWitTx )
53+ import Cardano.Ledger.Shelley.Tx (ShelleyTx )
5454import Cardano.Ledger.Slot (SlotNo (.. ))
5555import Control.Monad (unless )
5656import Data.ByteString (ByteString )
Original file line number Diff line number Diff line change 11module Cardano.Ledger.Shelley.Tx (
22 -- * Transaction
3- ShelleyTx (
4- MkShelleyTx ,
5- ShelleyTx ,
6- body ,
7- wits ,
8- auxiliaryData
9- ),
10- ShelleyTxRaw (.. ),
3+ ShelleyTx (.. ),
114 bodyShelleyTxL ,
125 witsShelleyTxL ,
136 auxDataShelleyTxL ,
147 sizeShelleyTxF ,
158 wireSizeShelleyTxF ,
16- segWitTx ,
179 mkBasicShelleyTx ,
1810 shelleyMinFeeTx ,
1911 witsFromTxWitnesses ,
You can’t perform that action at this time.
0 commit comments