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

XrpAccountTx

Model getters

Method name Return type Description Notes
getAccount() string Unique Address identifying the related account.
Example: rPT1Sjq2YGrBMTttX4GZHjKu9dyfzbpAYe
[optional]
getLedgerIndexMax() float The ledger index of the earliest ledger actually searched for transactions.
Example: 760762
[optional]
getLedgerIndexMin() float The ledger index of the most recent ledger actually searched for transactions.
Example: 614
[optional]
getMarker() \Tatum\Model\XrpAccountTxMarker
Example: null
[optional]
getTransactions() \Tatum\Model\XrpAccountTxTransactionsInner[] Array of transactions matching the request’s criteria, as explained below.
Example: null
[optional]