Closed
Description
Add a function to the ledger.Transaction
interface to return TX witnesses, including script redeemers. It probably makes sense to create a new TransactionWitnessSet
interface that has functions for returning the various witness types (vkey, redeemers, plutus data/script, etc.). For redeemers, we'll probably want to create a TransactionRedeemer
(or something like that) interface to handle the different redeemer format types (Alonzo and Conway currently)