Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 509 Bytes

xdr.rst

File metadata and controls

18 lines (13 loc) · 509 Bytes

XDR

XDR, also known as External Data Representation, is used throughout the Stellar network and protocol. The ledger, transactions, results, history, and even the messages passed between computers running stellar-core are encoded using XDR.

stellar_sdk_xdr module provides a complete ability to build and parse XDR.

This example shows how to parse XDR string into an XDR object.

../../examples/parse_transaction_result_xdr.py