echovl / cardano-go

Go module for the Cardano Blockchain
GNU General Public License v3.0
51 stars 27 forks source link

Add Deserialize function for Tx model #28

Closed visopsys closed 2 years ago

visopsys commented 2 years ago

The current Tx model does not have MarshalCBOR and UnmarshalCBOR functions. I know this model is complicated and might take time to do it right but I still want to file an issue here to keep track of the progress