mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2026-06-07 02:36:40 +00:00
- Add Currency, Issue, Number, and additional UInt fields. - Harmonize type names with updated names from the code (for example, Hash128→UInt128) - Update Python sample code for binary serialization. - TODO: Add test cases and confirm implementation of new types - TODO: Update JavaScript sample code.
Transaction Serialization
Convert transactions and other XRPL data from JSON to their canonical binary format for signing or cryptographic verification. (This reference implementation is equivalent to the ones included in most client libraries.)
For a detailed explanation, see Serialization.