| Package | Description |
|---|---|
| org.iota.jota | |
| org.iota.jota.connection |
| Modifier and Type | Method and Description |
|---|---|
GetInclusionStateResponse |
IotaAPICore.getInclusionStates(String[] transactions,
String[] tips)
Get the inclusion states of a set of transactions.
|
GetInclusionStateResponse |
IotaAPI.getLatestInclusion(String... hashes)
Wrapper function: runs getNodeInfo and getInclusionStates
Uses the latest milestone as tip
|
| Modifier and Type | Method and Description |
|---|---|
GetInclusionStateResponse |
HttpConnector.getInclusionStates(IotaGetInclusionStateRequest request) |
GetInclusionStateResponse |
IotaNodeApi.getInclusionStates(IotaGetInclusionStateRequest request)
Get the inclusion states of a set of transactions.
|
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<GetInclusionStateResponse> |
IotaNodeHTTPService.getInclusionStates(IotaGetInclusionStateRequest request)
Get the inclusion states of a set of transactions.
|
Copyright © 2019. All rights reserved.