| Package | Description |
|---|---|
| org.iota.jota.account.store | |
| org.iota.jota.config | |
| org.iota.jota.store |
| Constructor and Description |
|---|
AccountFileStore(Store fileStore)
Takes any store, but make sure the store allows saving of POJOs, and not just key/value Strings
|
| Modifier and Type | Field and Description |
|---|---|
protected Store |
IotaClientConfig.store |
| Constructor and Description |
|---|
IotaClientConfig(Store store)
Creates a new IotaClientConfig using the provided storage method.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EnvironmentStore |
class |
FlatFileStore |
class |
IotaClientStore |
class |
IotaFileStore |
class |
JsonFlatFileStore |
class |
MemoryStore |
class |
PropertiesStore |
| Modifier and Type | Field and Description |
|---|---|
protected Store |
IotaClientStore.store |
| Constructor and Description |
|---|
IotaClientStore(Store store) |
Copyright © 2019. All rights reserved.