IntersectMBO / cardano-transactions

Library utilities for constructing and signing Cardano transactions.
Apache License 2.0
25 stars 7 forks source link

Move Codec.Binary.Encoding into an internal library #26

Closed rvl closed 3 years ago

rvl commented 3 years ago

This will avoid module name conflicts with other packages, e.g. cardano-addresses, and it's really an internal module anyway.

We could also rename it to something under Data.UTxO.Transaction.Cardano.