| Package | Description |
|---|---|
| org.iota.jota | |
| org.iota.jota.dto.response |
| Modifier and Type | Method and Description |
|---|---|
GetBalancesAndFormatResponse |
IotaAPI.getBalanceAndFormat(List<String> addresses,
List<String> tips,
long threshold,
int start,
StopWatch stopWatch,
int security)
Gets the balances and formats the output.
|
GetBalancesAndFormatResponse |
IotaAPI.getInputs(String seed,
int security,
int start,
int end,
long threshold,
String... tips)
Gets the inputs of a seed
If start, end and threshold are 0, checks everything until an address with nothing is found.
|
| Modifier and Type | Method and Description |
|---|---|
static GetBalancesAndFormatResponse |
GetBalancesAndFormatResponse.create(List<Input> inputs,
long totalBalance,
long duration)
Initializes a new instance of the GetBalancesAndFormatResponse class.
|
Copyright © 2019. All rights reserved.