| Package | Description |
|---|---|
| io.swagger.client.api | |
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
Transaction |
ConnectionsApi.transactionGet(Integer connectionId,
Integer transactionId)
Gets the transaction matching a specific transaction ID.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<Transaction> |
ConnectionsApi.transactionGetWithHttpInfo(Integer connectionId,
Integer transactionId)
Gets the transaction matching a specific transaction ID.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ConnectionsApi.transactionGetAsync(Integer connectionId,
Integer transactionId,
ApiCallback<Transaction> callback)
(asynchronously)
Gets the transaction matching a specific transaction ID.
|
| Modifier and Type | Method and Description |
|---|---|
Transaction |
Transaction.blockID(Integer blockID) |
Transaction |
Transaction.connectionId(Integer connectionId) |
Transaction |
Transaction.from(String from) |
Transaction |
Transaction.id(Integer id) |
Transaction |
Transaction.isAppBuilderTx(Boolean isAppBuilderTx) |
Transaction |
Transaction.to(String to) |
Transaction |
Transaction.transactionHash(String transactionHash) |
Transaction |
Transaction.value(Double value) |
| Modifier and Type | Method and Description |
|---|---|
List<Transaction> |
TransactionList.getTransactions()
Get transactions
|
List<Transaction> |
Contract.getTransactions()
Get transactions
|
| Modifier and Type | Method and Description |
|---|---|
TransactionList |
TransactionList.addTransactionsItem(Transaction transactionsItem) |
Contract |
Contract.addTransactionsItem(Transaction transactionsItem) |
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionList.setTransactions(List<Transaction> transactions) |
void |
Contract.setTransactions(List<Transaction> transactions) |
TransactionList |
TransactionList.transactions(List<Transaction> transactions) |
Contract |
Contract.transactions(List<Transaction> transactions) |
Copyright © 2018. All rights reserved.