| Package | Description |
|---|---|
| org.iota.jota.connection | |
| org.iota.jota.dto.request |
| Modifier and Type | Method and Description |
|---|---|
WereAddressesSpentFromResponse |
HttpConnector.wereAddressesSpentFrom(IotaWereAddressesSpentFromRequest request) |
retrofit2.Call<WereAddressesSpentFromResponse> |
IotaNodeHTTPService.wereAddressesSpentFrom(IotaWereAddressesSpentFromRequest request)
Check if a list of addresses was ever spent from, in the current epoch, or in previous epochs.
|
WereAddressesSpentFromResponse |
IotaNodeApi.wereAddressesSpentFrom(IotaWereAddressesSpentFromRequest request)
Check if a list of addresses was ever spent from, in the current epoch, or in previous epochs.
|
| Modifier and Type | Method and Description |
|---|---|
static IotaWereAddressesSpentFromRequest |
IotaWereAddressesSpentFromRequest.create(String... addresses)
Initializes a new instance of the IotaWereAddressesSpentFromRequest class.
|
Copyright © 2019. All rights reserved.