Skip to main content Link Menu Expand (external link) Document Search Copy Copied

XlmAccount

Model getters

Method name Return type Description Notes
getId() string A unique identifier for this account.
Example: GBRPYHIL2CI3FNQ4BXLFMNDLFJUNPU2HY3ZMFSHONUCEOASW7QC7OX2H
[optional]
getAccountId() string This account’s public key encoded in a base32 string representation.
Example: GBRPYHIL2CI3FNQ4BXLFMNDLFJUNPU2HY3ZMFSHONUCEOASW7QC7OX2H
[optional]
getSequence() string This account’s current sequence number. For use when submitting this account’s next transaction.
Example: 1
[optional]
getSubentryCount() float The number of subentries on this account.
Example: 0
[optional]
getLastModifiedLedger() float The ID of the last ledger that included changes to this account.
Example: 102
[optional]
getThresholds() \Tatum\Model\XlmAccountThresholds
Example: null
[optional]
getFlags() \Tatum\Model\XlmAccountFlags
Example: null
[optional]
getBalances() \Tatum\Model\XlmAccountBalancesInner[] The assets this account holds.
Example: null
[optional]
getSigners() \Tatum\Model\XlmAccountSignersInner[] The public keys and associated weights that can be used to authorize transactions for this account. Used for multi-sig.
Example: null
[optional]
getData() object An array of account data fields.
Example: null
[optional]