| Package | Description |
|---|---|
| org.iota.jota.account | |
| org.iota.jota.account.store |
| Modifier and Type | Method and Description |
|---|---|
ExportedAccountState |
AccountStore.exportAccount(String id)
Axports the given account from the store.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AccountStore.importAccount(ExportedAccountState state)
Imports the given account state into the store.
|
| Modifier and Type | Method and Description |
|---|---|
ExportedAccountState |
AccountFileStore.exportAccount(String id) |
ExportedAccountState |
MongoStore.exportAccount(String id) |
| Modifier and Type | Method and Description |
|---|---|
void |
AccountFileStore.importAccount(ExportedAccountState state) |
void |
MongoStore.importAccount(ExportedAccountState state) |
Copyright © 2019. All rights reserved.