| Package | Description |
|---|---|
| org.iota.jota.account | |
| org.iota.jota.account.deposits | |
| org.iota.jota.account.store |
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,StoredDepositAddress> |
AccountStore.getDepositAddresses(String id)
Loads the stored deposit addresses of the given account.
|
Map<Integer,StoredDepositAddress> |
AccountStateManager.getDepositRequests()
Makes a copy of the current deposit addresses
|
Map<Integer,StoredDepositAddress> |
AccountState.getDepositRequests() |
| Modifier and Type | Method and Description |
|---|---|
void |
AccountStore.addDepositAddress(String id,
int index,
StoredDepositAddress address)
Stores the deposit address under the given account with the used key index.
|
void |
AccountStateManager.addDepositRequest(int index,
StoredDepositAddress request) |
void |
AccountState.addDepositRequest(int index,
StoredDepositAddress request) |
| Constructor and Description |
|---|
AccountState(int keyIndex,
Map<Integer,StoredDepositAddress> depositRequests,
Map<String,PendingTransfer> pendingTransfers) |
| Modifier and Type | Method and Description |
|---|---|
StoredDepositAddress |
StoredDepositAddress.clone() |
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,StoredDepositAddress> |
AccountFileStore.getDepositAddresses(String id) |
Map<Integer,StoredDepositAddress> |
MongoStore.getDepositAddresses(String id) |
| Modifier and Type | Method and Description |
|---|---|
void |
AccountFileStore.addDepositAddress(String id,
int index,
StoredDepositAddress request) |
void |
MongoStore.addDepositAddress(String id,
int index,
StoredDepositAddress request) |
Copyright © 2019. All rights reserved.