### Describe the feature you'd like The method `getCardanoTxReferenceInputs` is not exported in the module Ledger.Tx ([https://github.com/input-output-hk/plutus-apps/blob/main/plutus-ledger/src/Ledger/Tx.hs](https://github.com/input-output-hk/plutus-apps/blob/main/plutus-ledger/src/Ledger/Tx.hs)) Others similar methos like `getCardanoTxInputs` are exported. ### Describe alternatives you've considered Add `getCardanoTxReferenceInputs` into the list of the module declaration
Describe the feature you'd like
The method
getCardanoTxReferenceInputsis not exported in the module Ledger.Tx (https://github.com/input-output-hk/plutus-apps/blob/main/plutus-ledger/src/Ledger/Tx.hs)Others similar methos like
getCardanoTxInputsare exported.Describe alternatives you've considered
Add
getCardanoTxReferenceInputsinto the list of the module declaration