Uses of Class
app.keyconnect.rippled.api.client.model.AccountTransactionMarker
| Package | Description |
|---|---|
| app.keyconnect.rippled.api.client | |
| app.keyconnect.rippled.api.client.model |
-
Uses of AccountTransactionMarker in app.keyconnect.rippled.api.client
Methods in app.keyconnect.rippled.api.client with parameters of type AccountTransactionMarker Modifier and Type Method Description AccountTransactionResponsePublicRippledClient. getAccountTransactions(java.lang.String address, int limit, AccountTransactionMarker marker)AccountTransactionResponsePublicRippledClient. getAccountTransactions(java.lang.String address, int limit, java.lang.Integer ledgerIndexMax, java.lang.Integer ledgerIndexMin, AccountTransactionMarker marker)THIS ONE WORKS: FIRST TIME -1, -1 AS LEDGER MIN AND MAX SUBSEQUENT TIMES NULL, NULL AS LEDGER MIN AND MAX, AND MARKER OBJECT FROM PREVIOUS -
Uses of AccountTransactionMarker in app.keyconnect.rippled.api.client.model
Methods in app.keyconnect.rippled.api.client.model that return AccountTransactionMarker Modifier and Type Method Description AccountTransactionMarkerAccountTransactionRequestParam. getMarker()Get markerAccountTransactionMarkerAccountTransactionResult. getMarker()Get markerAccountTransactionMarkerAccountTransactionMarker. ledger(java.lang.Integer ledger)AccountTransactionMarkerAccountTransactionMarker. seq(java.lang.Integer seq)Methods in app.keyconnect.rippled.api.client.model with parameters of type AccountTransactionMarker Modifier and Type Method Description AccountTransactionRequestParamAccountTransactionRequestParam. marker(AccountTransactionMarker marker)AccountTransactionResultAccountTransactionResult. marker(AccountTransactionMarker marker)voidAccountTransactionRequestParam. setMarker(AccountTransactionMarker marker)voidAccountTransactionResult. setMarker(AccountTransactionMarker marker)