Files
xrpl-dev-portal/content/_code-samples/tx-serialization
AlexanderBuzz de56a1f7ad - Changed test-cases README.md examples from python-cli to node-cli
- added input handling from --stdin
- wrapped some logic in callback function in main file as new --stind option works asynchronously
2023-01-20 08:00:24 +01:00
..
2022-05-13 13:20:43 -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.