Plutonomicon / cardano-transaction-lib

A Purescript library for building smart contract transactions on Cardano

Home Page:https://plutonomicon.github.io/cardano-transaction-lib/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simplify `InputWithScriptRef`

SeungheonOh opened this issue · comments

InputWithScriptRef doesn't need to hold TransactionUnspentOutput. Rather, it can just hold TransactionInput since transaction doesn't require full copy of reference scripts.