| Package | Description |
|---|---|
| org.iota.jota | |
| org.iota.jota.builder | |
| org.iota.jota.utils |
| 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 |
|---|---|
AddressRequest |
AddressRequest.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
static String |
IotaAPIUtils.newAddress(AddressRequest addressRequest,
int index,
ICurl curl)
Generates a new address
|
Copyright © 2019. All rights reserved.