| Package | Description |
|---|---|
| org.iota.jota | |
| org.iota.jota.dto.response | |
| org.iota.jota.model |
| Modifier and Type | Method and Description |
|---|---|
List<Transaction> |
IotaAPI.findTransactionObjectsByAddresses(String[] addresses)
Wrapper function: Finds transactions, gets trytes and turns it into
Transaction objects. |
List<Transaction> |
IotaAPI.findTransactionObjectsByApprovees(String... approvees)
Wrapper function: Finds transactions, gets trytes and turns it into
Transaction objects. |
List<Transaction> |
IotaAPI.findTransactionObjectsByBundle(String... bundles)
Wrapper function: Finds transactions, gets trytes and turns it into
Transaction objects. |
List<Transaction> |
IotaAPI.findTransactionObjectsByTag(String... tags)
Wrapper function: Finds transactions, gets trytes and turns it into
Transaction objects. |
List<Transaction> |
IotaAPI.findTransactionsObjectsByHashes(String... hashes)
Wrapper function: get trytes and turns into
Transaction objects. |
List<Transaction> |
IotaAPI.initiateTransfer(int securitySum,
String inputAddress,
String remainderAddress,
List<Transfer> transfers)
Prepares transfer by generating the bundle with the corresponding cosigner transactions.
|
List<Transaction> |
IotaAPI.initiateTransfer(int securitySum,
String inputAddress,
String remainderAddress,
List<Transfer> transfers,
boolean testMode)
Prepares transfer by generating the bundle with the corresponding cosigner transactions.
|
List<Transaction> |
IotaAPI.initiateTransfer(int securitySum,
String inputAddress,
String remainderAddress,
List<Transfer> transfers,
List<Transaction> tips)
Prepares transfer by generating the bundle with the corresponding cosigner transactions.
|
List<Transaction> |
IotaAPI.initiateTransfer(int securitySum,
String inputAddress,
String remainderAddress,
List<Transfer> transfers,
List<Transaction> tips,
boolean testMode)
Prepares transfer by generating the bundle with the corresponding cosigner transactions.
|
List<Transaction> |
IotaAPI.promoteTransaction(String tail,
int depth,
int minWeightMagnitude,
Bundle bundle)
Attempts to promote a transaction using a provided bundle and, if successful, returns the promoting Transactions.
|
List<Transaction> |
IotaAPI.sendTrytes(String[] trytes,
int depth,
int minWeightMagnitude,
String reference)
Wrapper method: Gets transactions to approve, attaches to Tangle, broadcasts and stores.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
IotaAPI.isPromotable(Transaction tail)
Checks if a transaction hash is promotable
|
| Modifier and Type | Method and Description |
|---|---|
List<Transaction> |
IotaAPI.initiateTransfer(int securitySum,
String inputAddress,
String remainderAddress,
List<Transfer> transfers,
List<Transaction> tips)
Prepares transfer by generating the bundle with the corresponding cosigner transactions.
|
List<Transaction> |
IotaAPI.initiateTransfer(int securitySum,
String inputAddress,
String remainderAddress,
List<Transfer> transfers,
List<Transaction> tips,
boolean testMode)
Prepares transfer by generating the bundle with the corresponding cosigner transactions.
|
List<String> |
IotaAPI.prepareTransfers(String seed,
int security,
List<Transfer> transfers,
String remainder,
List<Input> inputs,
List<Transaction> tips,
boolean validateInputs)
Prepares transfer by generating bundle, finding and signing inputs.
|
SendTransferResponse |
IotaAPI.sendTransfer(String seed,
int security,
int depth,
int minWeightMagnitude,
List<Transfer> transfers,
List<Input> inputs,
String remainderAddress,
boolean validateInputs,
boolean validateInputAddresses,
List<Transaction> tips)
Wrapper function: Runs prepareTransfers, as well as attachToTangle.
|
| Modifier and Type | Method and Description |
|---|---|
List<Transaction> |
GetBundleResponse.getTransactions()
Gets the transactions.
|
List<Transaction> |
AnalyzeTransactionResponse.getTransactions()
Gets the transactions.
|
List<Transaction> |
SendTransferResponse.getTransactions()
Gets the transactions.
|
| Modifier and Type | Method and Description |
|---|---|
static SendTransferResponse |
SendTransferResponse.create(List<Transaction> transactions,
Boolean[] successfully,
long duration)
Initializes a new instance of the SendTransferResponse class.
|
static GetBundleResponse |
GetBundleResponse.create(List<Transaction> transactions,
long duration)
Initializes a new instance of the GetBundleResponse class.
|
void |
SendTransferResponse.setTransactions(List<Transaction> transactions)
Sets the transactions.
|
| Modifier and Type | Method and Description |
|---|---|
static Transaction |
Transaction.asTransactionObject(String trytes)
Converts transaction trytes into a transaction object.
|
static Transaction[] |
Transaction.asTransactionObjects(String... trytes)
Converts an array of transaction trytes into an array of transaction objects.
|
| Modifier and Type | Method and Description |
|---|---|
List<Transaction> |
Bundle.getTransactions()
Gets the transactions
|
| Modifier and Type | Method and Description |
|---|---|
void |
Bundle.addTransaction(Transaction transaction) |
| Constructor and Description |
|---|
Bundle(List<Transaction> transactions)
Initializes a new instance of the Bundle class.
|
Bundle(List<Transaction> transactions,
int length)
Initializes a new instance of the Bundle class.
|
Copyright © 2019. All rights reserved.