| Package | Description |
|---|---|
| org.iota.jota.connection | |
| org.iota.jota.dto.request |
| Modifier and Type | Method and Description |
|---|---|
GetBalancesResponse |
HttpConnector.getBalances(IotaGetBalancesRequest request) |
retrofit2.Call<GetBalancesResponse> |
IotaNodeHTTPService.getBalances(IotaGetBalancesRequest request)
It returns the confirmed balance which a list of addresses have at the latest confirmed milestone.
|
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 |
|---|---|
static IotaGetBalancesRequest |
IotaGetBalancesRequest.createIotaGetBalancesRequest(Integer threshold,
String[] addresses,
String... tips)
Initializes a new instance of the IotaGetBalancesRequest class.
|
Copyright © 2019. All rights reserved.