mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-24 05:35:51 +00:00
6 lines
336 B
Markdown
6 lines
336 B
Markdown
# 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](https://xrpl.org/serialization.html).
|