AccountData
The raw AccountRoot object of the account, as stored in the XAG Ledger.
Warning: XAG-API is early alpha software. API methods and data formats are likely to change frequently in ways that break backwards compatibility.
- Type: Object
This type can contain the following fields:
Field | Type | Required? | Description |
---|---|---|---|
Balance |
String | Required | The XAG balance of the account, in integer "drops of XAG", where 1000000 drops = 1 XAG. |
Flags |
Integer | Required | A bitwise map of settings applied to this account. |
index |
String | Optional | |
PreviousTxnID |
String | Required | |
PreviousTxnLgrSeq |
Integer | Required | |
Sequence |
Integer | Required | |
OwnerCount |
Integer | Required | |
RegularKey |
String (Address) | Optional | The address of an XAG Ledger account. |
LedgerEntryType |
String | Required | |
Account |
String (Address) | Required | The address of an XAG Ledger account. |