| Package | Description |
|---|---|
| org.iota.jota | |
| org.iota.jota.account | |
| org.iota.jota.account.store | |
| org.iota.jota.builder | |
| org.iota.jota.config.options | |
| org.iota.jota.config.types |
| Constructor and Description |
|---|
IotaAccount(String seed,
AccountStore store)
Constructs a IotaAccount with a config based on environment variables or default values.
|
IotaAccount(String seed,
AccountStore store,
AccountConfig iotaConfig)
Constructs a IotaAccount with config
|
IotaAccount(String seed,
AccountStore store,
String config)
Constructs a IotaAccount with a config from String
|
| Modifier and Type | Method and Description |
|---|---|
AccountStore |
AccountOptions.getStore() |
| Constructor and Description |
|---|
AccountStateManager(AccountBalanceCache cache,
String accountId,
InputSelectionStrategy inputSelector,
AccountState state,
AddressGeneratorService addressService,
AccountOptions options,
AccountStore store) |
| Modifier and Type | Class and Description |
|---|---|
class |
AccountFileStore
Terribly inefficient storage method which reads/writes all to disk every time you modify.
|
class |
AccountStoreImpl |
class |
DatabaseStore |
class |
MongoStore |
| Modifier and Type | Method and Description |
|---|---|
AccountStore |
AccountBuilder.getStore() |
| Modifier and Type | Method and Description |
|---|---|
AccountBuilder |
AccountBuilder.store(AccountStore store) |
| Modifier and Type | Method and Description |
|---|---|
AccountStore |
AccountConfig.getStore()
The storage method we use for storing indexes and unsend transactions
|
| Modifier and Type | Field and Description |
|---|---|
static AccountStore |
IotaDefaultConfig.Defaults.STORE |
| Modifier and Type | Method and Description |
|---|---|
AccountStore |
FileConfig.getStore() |
AccountStore |
EnvConfig.getStore() |
AccountStore |
IotaDefaultConfig.getStore() |
Copyright © 2019. All rights reserved.