Files
xrpl-dev-portal/content/_code-samples/tx-serialization
mDuo13 554a3732d4 Migrate content syntax via script
The changes in this commit were auto-generated by running

tool/migrate.sh

Following this commit, the Dactyl build no longer works but the Redocly
build (mostly) should.
2024-01-31 16:09:41 -08:00
..
2024-01-31 16:09:41 -08: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.