Files
xrpl-dev-portal/_code-samples/tx-serialization
mDuo13 824c335d08 Binary Format updates w/ new types
- 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.
2025-06-20 17:24:50 -07:00
..
2025-05-19 15:09:05 -07:00
2025-06-20 17:24:50 -07:00

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.