AccountInfo

Warning: XAG-API is early alpha software. API methods and data formats are likely to change frequently in ways that break backwards compatibility.

This type can contain the following fields:

Field Type Required? Description
validated Boolean Optional True if this data is from a validated ledger version; if omitted or set to false, this data is not final.
ledger_current_index Integer Optional (Omitted if ledger_index is provided instead) The sequence number of the most-current ledger, which was used when retrieving this information. The information does not contain any changes from ledgers newer than this one.
ledger_index Integer Optional (Omitted if ledger_current_index is provided instead) The sequence number of the ledger used when retrieving this information. The information does not contain any changes from ledgers newer than this one.
account_data Object (AccountData) Required The raw AccountRoot object of the account, as stored in the XAG Ledger.