| Package | Description |
|---|---|
| org.iota.jota | |
| org.iota.jota.connection |
| Modifier and Type | Method and Description |
|---|---|
FindTransactionResponse |
IotaAPICore.findTransactions(String[] addresses,
String[] tags,
String[] approvees,
String[] bundles)
Find the transactions which match the specified input and return.
|
FindTransactionResponse |
IotaAPICore.findTransactionsByAddresses(String... addresses)
Find the transactions by addresses with checksum
|
FindTransactionResponse |
IotaAPICore.findTransactionsByApprovees(String... approvees)
Find the transactions by approvees
|
FindTransactionResponse |
IotaAPICore.findTransactionsByBundles(String... bundles)
Find the transactions by bundles
|
FindTransactionResponse |
IotaAPICore.findTransactionsByDigests(String... digests)
Deprecated.
|
FindTransactionResponse |
IotaAPICore.findTransactionsByTags(String... tags)
Find the transactions by tags
|
| Modifier and Type | Method and Description |
|---|---|
FindTransactionResponse |
HttpConnector.findTransactions(IotaFindTransactionsRequest request) |
FindTransactionResponse |
IotaNodeApi.findTransactions(IotaFindTransactionsRequest request)
Find the transactions which match the specified input and return.
|
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<FindTransactionResponse> |
IotaNodeHTTPService.findTransactions(IotaFindTransactionsRequest request)
Find the transactions which match the specified input and return.
|
Copyright © 2019. All rights reserved.