| Package | Description |
|---|---|
| io.swagger.client.api | |
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
List<TransactionList> |
ConnectionsApi.transactionsGet(Integer connectionId,
Integer top,
Integer skip)
Lists the transactions for a connected blockchain network.
|
ApiResponse<List<TransactionList>> |
ConnectionsApi.transactionsGetWithHttpInfo(Integer connectionId,
Integer top,
Integer skip)
Lists the transactions for a connected blockchain network.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ConnectionsApi.transactionsGetAsync(Integer connectionId,
Integer top,
Integer skip,
ApiCallback<List<TransactionList>> callback)
(asynchronously)
Lists the transactions for a connected blockchain network.
|
| Modifier and Type | Method and Description |
|---|---|
TransactionList |
TransactionList.addTransactionsItem(Transaction transactionsItem) |
TransactionList |
TransactionList.nextLink(String nextLink) |
TransactionList |
TransactionList.transactions(List<Transaction> transactions) |
Copyright © 2018. All rights reserved.