IntersectMBO / plutus-apps

The Plutus application platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing export method in Ledger Tx

manupadillaph opened this issue · comments

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)

Others similar methos like getCardanoTxInputs are exported.

Describe alternatives you've considered

Add getCardanoTxReferenceInputs into the list of the module declaration