Add the ability to the CardanoSharp library to deserialize a CBOR transaction, such as would come from a web wallet like Nami, into C# objects for easy interrogation and modification.
It will help to build out the opensource project and tooling landscape for Cardano.
- It is possible that there might be changes required to CardanoSharp which would imply a breaking version change. I.e. projects that already use CardanoSharp might have to make small changes to their implementation once they upgrade to the new version.
- There could be serialization nuances that are specific to web wallets, such as Nami, or others that implement CIP-30. These will have to be handled in the implementation.