Plutonomicon / cardano-transaction-lib

A Purescript library for building smart contract transactions on Cardano
https://plutonomicon.github.io/cardano-transaction-lib/
MIT License
91 stars 52 forks source link

Separate public types API from public fns API #1609

Open klntsky opened 3 months ago

klntsky commented 3 months ago

To lower compile times, we could provide the types separately instead of re-exporting them from Contract.* modules