Open 6r1d opened 1 year ago
I think it is best to start with interaction between the two language SDKs: Rust and JS, where JS shows the decoding process and capabilities.
Encoding and hex dumps are present for some simple cases
Enum
Enum
instances with values (currently wrapped in struct)Result
Option
Enum
Enum
instances with values (currently wrapped in struct)
In my opinion, it may be helpful to extend https://github.com/hyperledger/iroha-2-docs/issues/367 with interactive examples that show the complete process of the encoding. While it doesn't show the whole process of encoding, it will demonstrate the peculiarities and features of this process.