bloxbean / yaci

A Cardano Mini Protocols implementation in Java
MIT License
25 stars 3 forks source link

Add an optional cbor field in Transaction object to return cbor bytes for the transaction #66

Open satran004 opened 6 months ago

satran004 commented 6 months ago

This should be useful for applications trying to obtain transaction CBOR from the blockchain and convert it to CCL or other transaction objects.

Note: Use byte concatenation to avoid any changes in the txBody bytes.