| Package | Description |
|---|---|
| org.iota.jota | |
| org.iota.jota.connection |
| Modifier and Type | Method and Description |
|---|---|
GetBalancesResponse |
IotaAPICore.getBalances(Integer threshold,
List<String> addresses)
Calculates the confirmed balance, as viewed by the latest solid milestone.
|
GetBalancesResponse |
IotaAPICore.getBalances(Integer threshold,
List<String> addresses,
List<String> tips)
Calculates the confirmed balance, as viewed by the specified tips.
|
GetBalancesResponse |
IotaAPICore.getBalances(Integer threshold,
String[] addresses,
String[] tips)
Calculates the confirmed balance, as viewed by the specified tips.
|
| Modifier and Type | Method and Description |
|---|---|
GetBalancesResponse |
HttpConnector.getBalances(IotaGetBalancesRequest request) |
GetBalancesResponse |
IotaNodeApi.getBalances(IotaGetBalancesRequest request)
It returns the confirmed balance which a list of addresses have at the latest confirmed milestone.
|
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<GetBalancesResponse> |
IotaNodeHTTPService.getBalances(IotaGetBalancesRequest request)
It returns the confirmed balance which a list of addresses have at the latest confirmed milestone.
|
Copyright © 2019. All rights reserved.