| Package | Description |
|---|---|
| org.iota.jota | |
| org.iota.jota.account | |
| org.iota.jota.account.deposits | |
| org.iota.jota.account.event.events |
| Modifier and Type | Method and Description |
|---|---|
Future<ConditionalDepositAddress> |
IotaAccount.newDepositRequest(DepositRequest request,
ExpireCondition... otherConditions) |
| Modifier and Type | Method and Description |
|---|---|
Map.Entry<Input,DepositRequest> |
AccountBalanceCache.getByAddress(Address address) |
Map.Entry<Input,DepositRequest> |
AccountBalanceCache.getByHash(Hash hash) |
Map.Entry<Input,DepositRequest> |
AccountBalanceCache.getByHash(String hash) |
Map.Entry<Input,DepositRequest> |
AccountBalanceCache.getByIndex(int index) |
Stream<Map.Entry<Input,DepositRequest>> |
AccountBalanceCache.getStream() |
| Modifier and Type | Method and Description |
|---|---|
void |
AccountBalanceCache.addBalance(Input input,
DepositRequest depositRequest) |
| Modifier and Type | Method and Description |
|---|---|
DepositRequest |
DepositRequest.clone() |
DepositRequest |
StoredDepositAddress.getRequest() |
DepositRequest |
ConditionalDepositAddress.getRequest()
The information about this deposit
|
| Constructor and Description |
|---|
ConditionalDepositAddress(DepositRequest request,
Hash depositAddress) |
StoredDepositAddress(DepositRequest request,
int securityLevel) |
| Modifier and Type | Method and Description |
|---|---|
DepositRequest |
EventNewInput.getRequest() |
| Constructor and Description |
|---|
EventNewInput(Address address,
DepositRequest request) |
Copyright © 2019. All rights reserved.