| Package | Description |
|---|---|
| org.iota.jota.account | |
| org.iota.jota.account.seedprovider | |
| org.iota.jota.account.store |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Trytes |
SeedProviderImpl.getSeed() |
Trytes |
SeedProvider.getSeed()
Gets the seed from this provider
|
| Constructor and Description |
|---|
SeedProviderImpl(Trytes seed) |
| 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) |
protected List<Trits> |
AccountStoreImpl.trytesToTrits(Trytes[] bundleTrytes) |
Copyright © 2019. All rights reserved.