geniusyield / atlas

Application backend for Plutus smart contracts on Cardano
https://atlas-app.io
Apache License 2.0
65 stars 18 forks source link

JSON instance for `GYDatum` and rearrange type variables for `buildTxBody` #328

Closed TotallyNotChase closed 1 month ago

TotallyNotChase commented 2 months ago

Just some small miscellaneous updates. Add JSON schema for GYDatum using cardano-api's "detailed script data" schema (widely adopted).

Also rearrange the type variables for buildTxBody and similar, they align with their parent typeclass methods that they derive from now.