| Package | Description |
|---|---|
| org.iota.jota | |
| org.iota.jota.account | |
| org.iota.jota.account.store |
| Modifier and Type | Method and Description |
|---|---|
AccountState |
IotaAccount.exportAccount()
Makes a copy of the current account state.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IotaAccount.importAccount(AccountState state)
Saves the current account state, then replaces it with the one provided.
|
void |
IotaAccount.load(String accountId,
AccountState state) |
| Modifier and Type | Method and Description |
|---|---|
AccountState |
AccountState.clone() |
AccountState |
AccountStateManager.getAccountState() |
AccountState |
ExportedAccountState.getState() |
AccountState |
AccountStore.loadAccount(String id)
Loads an existing or allocates a new account state from/in the database and returns the state.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AccountStore.saveAccount(String id,
AccountState state)
Saves this specific account state to the store, regardless of what was stored.
|
| Constructor and Description |
|---|
AccountBalanceCache(AddressGeneratorService addressGenerator,
AccountState state,
IotaAPI api) |
AccountStateManager(AccountBalanceCache cache,
String accountId,
InputSelectionStrategy inputSelector,
AccountState state,
AddressGeneratorService addressService,
AccountOptions options,
AccountStore store) |
ExportedAccountState(Date exportedDate,
String id,
AccountState state) |
| Modifier and Type | Method and Description |
|---|---|
AccountState |
AccountFileStore.loadAccount(String id) |
AccountState |
MongoStore.loadAccount(String id) |
| Modifier and Type | Method and Description |
|---|---|
void |
AccountFileStore.saveAccount(String id,
AccountState state) |
void |
MongoStore.saveAccount(String id,
AccountState state) |
Copyright © 2019. All rights reserved.