| Package | Description |
|---|---|
| org.iota.jota | |
| org.iota.jota.account | |
| org.iota.jota.builder | |
| org.iota.jota.config | |
| org.iota.jota.config.options | |
| org.iota.jota.config.types |
| Modifier and Type | Class and Description |
|---|---|
class |
ApiOptions
The current instance of API configuration options based on env, file and defaults
Modifications can be made but will not persist throughout restarts
|
static class |
IotaAccount.Builder |
static class |
IotaAPI.Builder |
| Modifier and Type | Class and Description |
|---|---|
class |
AccountOptions |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBuilder<T,E,F extends Config>
Naming chosen because of preventing confusion in the code
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccountBuilder
Builder for the account module.
|
class |
ApiBuilder<T extends ApiBuilder<T,E>,E extends IotaAPICore> |
| Modifier and Type | Method and Description |
|---|---|
Config |
AbstractBuilder.getConfig() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IotaConfig
An interface which captures all config options iota-java has available.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IotaClientConfig
IotaClientConfig is a config which implements all required config variables using a provided storage method.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AccountConfig |
interface |
AccountSettings
This interface will contain all settings for the account module, it being config or builder set
|
interface |
ApiConfig |
interface |
ApiSettings
This interface will contain all settings for the API module, it being config or builder set
|
| Modifier and Type | Class and Description |
|---|---|
class |
EnvConfig |
class |
FileConfig |
class |
IotaDefaultConfig |
class |
PropertiesConfig |
Copyright © 2019. All rights reserved.