Plutonomicon / cardano-transaction-lib

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

module refactor for query types #27

Closed Benjmhart closed 2 years ago

Benjmhart commented 2 years ago

Types.JsonWsp -> Types.JsonWsp.UtxoQR, Types.JsonWsp.TxQr, etc.

Ogmios.purs is also getting quite big and should also get it's scope broken down

ngua commented 2 years ago

I think this was taken care of iteratively over several PRs