Uses of Class
app.keyconnect.rippled.api.client.model.AccountTransactionItem
| Package | Description |
|---|---|
| app.keyconnect.rippled.api.client | |
| app.keyconnect.rippled.api.client.model |
-
Uses of AccountTransactionItem in app.keyconnect.rippled.api.client
Methods in app.keyconnect.rippled.api.client that return types with arguments of type AccountTransactionItem Modifier and Type Method Description java.util.List<AccountTransactionItem>PublicRippledClient. getAllTransactions(java.lang.String address) -
Uses of AccountTransactionItem in app.keyconnect.rippled.api.client.model
Methods in app.keyconnect.rippled.api.client.model that return AccountTransactionItem Modifier and Type Method Description AccountTransactionItemAccountTransactionItem. meta(AccountTransactionMeta meta)AccountTransactionItemAccountTransactionItem. tx(AccountTransaction tx)AccountTransactionItemAccountTransactionItem. validated(java.lang.Boolean validated)Methods in app.keyconnect.rippled.api.client.model that return types with arguments of type AccountTransactionItem Modifier and Type Method Description java.util.List<AccountTransactionItem>AccountTransactionResult. getTransactions()Get transactionsMethods in app.keyconnect.rippled.api.client.model with parameters of type AccountTransactionItem Modifier and Type Method Description AccountTransactionResultAccountTransactionResult. addTransactionsItem(AccountTransactionItem transactionsItem)Method parameters in app.keyconnect.rippled.api.client.model with type arguments of type AccountTransactionItem Modifier and Type Method Description voidAccountTransactionResult. setTransactions(java.util.List<AccountTransactionItem> transactions)AccountTransactionResultAccountTransactionResult. transactions(java.util.List<AccountTransactionItem> transactions)