| Package | Description |
|---|---|
| org.iota.jota | |
| org.iota.jota.dto.response |
| Modifier and Type | Method and Description |
|---|---|
GetNewAddressResponse |
IotaAPI.generateNewAddresses(AddressRequest addressRequest)
Generates new addresses, meaning addresses which were not spend from, according to the connected node.
|
GetNewAddressResponse |
IotaAPI.getAddressesUnchecked(AddressRequest addressRequest)
Generates
amount of addresses, starting from index
This does not mean that these addresses are safe to use (unspent) |
| Modifier and Type | Method and Description |
|---|---|
static GetNewAddressResponse |
GetNewAddressResponse.create(List<String> addresses,
long duration)
Initializes a new instance of the GetNewAddressResponse class.
|
Copyright © 2019. All rights reserved.