| Package | Description |
|---|---|
| org.iota.jota | |
| org.iota.jota.account | |
| org.iota.jota.account.addressgenerator | |
| org.iota.jota.account.plugins.promoter |
| Modifier and Type | Method and Description |
|---|---|
void |
IotaAccount.updateSettings(AccountOptions newSettings)
Updates the settings of the account in a synchronized manner by shutting down all plugins,
stopping the event loop, applying the settings
and starting the newly defined plugins and kicking off the event loop again.
|
| Constructor and Description |
|---|
IotaAccount(AccountOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
Account.updateSettings(AccountOptions newSettings)
Updates the settings of the account in a synchronized manner by shutting down all plugins,
stopping the event loop, applying the settings
and starting the newly defined plugins and kicking off the event loop again.
|
| Constructor and Description |
|---|
AccountStateManager(AccountBalanceCache cache,
String accountId,
InputSelectionStrategy inputSelector,
AccountState state,
AddressGeneratorService addressService,
AccountOptions options,
AccountStore store) |
| Constructor and Description |
|---|
AddressGeneratorServiceImpl(AccountOptions options) |
AddressGeneratorServiceImpl(AccountOptions options,
boolean cache) |
| Constructor and Description |
|---|
PromoterReattacherImpl(EventManager eventManager,
IotaAPI api,
AccountStateManager manager,
AccountOptions options) |
Copyright © 2019. All rights reserved.