| Package | Description |
|---|---|
| org.iota.jota.account | |
| org.iota.jota.account.deposits | |
| org.iota.jota.account.store | |
| org.iota.jota.types |
| Modifier and Type | Method and Description |
|---|---|
Hash |
AccountStateManager.nextZeroValueAddress() |
| Modifier and Type | Method and Description |
|---|---|
List<Hash> |
PendingTransfer.getTailHashes() |
| Modifier and Type | Method and Description |
|---|---|
void |
AccountStateManager.addPendingTransfer(Hash tailTx,
Trytes[] bundleTrytes,
int... indices) |
void |
AccountStore.addPendingTransfer(String id,
Hash tailTx,
Trytes[] bundleTrytes,
int... indices)
Stores the pending transfer under the given account with the origin tail tx hash as a key and
removes all deposit addresses which correspond to the used key indices for the transfer.
|
void |
PendingTransfer.addTail(Hash tailHash) |
void |
AccountStateManager.addTailHash(Hash tailHash,
Hash newTailTxHash) |
void |
AccountStore.addTailHash(String id,
Hash tailHash,
Hash newTailTxHash)
Adds the given new tail transaction hash (presumably from a reattachment) under the given pending transfer
indexed by the given origin tail transaction hash.
|
Map.Entry<Input,DepositRequest> |
AccountBalanceCache.getByHash(Hash hash) |
void |
AccountStateManager.removePendingTransfer(Hash tailHash) |
void |
AccountStore.removePendingTransfer(String id,
Hash tailHash)
Removes the pending transfer with the given origin tail transaction hash from the given account.
|
| Modifier and Type | Method and Description |
|---|---|
Hash |
ConditionalDepositAddress.getDepositAddress()
The address this deposit is requesting to
|
| Constructor and Description |
|---|
ConditionalDepositAddress(DepositRequest request,
Hash depositAddress) |
| Modifier and Type | Method and Description |
|---|---|
void |
AccountFileStore.addPendingTransfer(String id,
Hash tailTx,
Trytes[] bundleTrytes,
int... indices) |
void |
MongoStore.addPendingTransfer(String id,
Hash tailTx,
Trytes[] bundleTrytes,
int... indices) |
void |
AccountFileStore.addTailHash(String id,
Hash tailHash,
Hash newTailTxHash) |
void |
MongoStore.addTailHash(String id,
Hash tailHash,
Hash newTailTxHash) |
void |
AccountFileStore.removePendingTransfer(String id,
Hash tailHash) |
void |
MongoStore.removePendingTransfer(String id,
Hash tailHash) |
| Modifier and Type | Method and Description |
|---|---|
Hash |
Address.getAddress() |
| Constructor and Description |
|---|
Address(Hash address,
int index,
int securityLevel) |
Copyright © 2019. All rights reserved.