| Package | Description |
|---|---|
| org.iota.jota.connection | |
| org.iota.jota.dto.request |
| Modifier and Type | Method and Description |
|---|---|
GetNeighborsResponse |
HttpConnector.getNeighbors(IotaCommandRequest request) |
retrofit2.Call<GetNeighborsResponse> |
IotaNodeHTTPService.getNeighbors(IotaCommandRequest request)
Get the list of neighbors from the node.
|
GetNeighborsResponse |
IotaNodeApi.getNeighbors(IotaCommandRequest request)
Get the list of neighbors from the node.
|
GetNodeInfoResponse |
HttpConnector.getNodeInfo(IotaCommandRequest request) |
retrofit2.Call<GetNodeInfoResponse> |
IotaNodeHTTPService.getNodeInfo(IotaCommandRequest request)
Returns information about the node.
|
GetNodeInfoResponse |
IotaNodeApi.getNodeInfo(IotaCommandRequest request)
Returns information about the node.
|
GetTipsResponse |
HttpConnector.getTips(IotaCommandRequest request) |
retrofit2.Call<GetTipsResponse> |
IotaNodeHTTPService.getTips(IotaCommandRequest request)
Get the list of latest tips (unconfirmed transactions).
|
GetTipsResponse |
IotaNodeApi.getTips(IotaCommandRequest request)
Get the list of latest tips (unconfirmed transactions).
|
InterruptAttachingToTangleResponse |
HttpConnector.interruptAttachingToTangle(IotaCommandRequest request) |
retrofit2.Call<InterruptAttachingToTangleResponse> |
IotaNodeHTTPService.interruptAttachingToTangle(IotaCommandRequest request)
Interrupts and completely aborts the attachToTangle process.
|
InterruptAttachingToTangleResponse |
IotaNodeApi.interruptAttachingToTangle(IotaCommandRequest request)
Interrupts and completely aborts the attachToTangle process.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IotaAttachToTangleRequest
This class represents the core API request 'attachToTangle'.
|
class |
IotaBroadcastTransactionRequest
This class represents the core API request 'broadcastTransaction'.
|
class |
IotaCheckConsistencyRequest
This class represents the core api request 'checkConsistency'.
|
class |
IotaCustomRequest |
class |
IotaFindTransactionsRequest
This class represents the core api request 'findTransactions'.
|
class |
IotaGetBalancesRequest
This class represents the core api request 'getBalances'.
|
class |
IotaGetInclusionStateRequest
This class represents the core API request 'getInclusionStates'.
|
class |
IotaGetTransactionsToApproveRequest
This class represents the core API request 'getTransactionsToApprove'.
|
class |
IotaGetTrytesRequest
This class represents the core API request 'getTrytes'.
|
class |
IotaNeighborsRequest
This class represents the core API request 'addNeighbors' and 'removeNeighbors'.
|
class |
IotaStoreTransactionsRequest
This class represents the core API request 'getTransactionsToApprove'.
|
class |
IotaWereAddressesSpentFromRequest
This class represents the core API request 'wereAddressesSpentFrom'.
|
| Modifier and Type | Method and Description |
|---|---|
static IotaCommandRequest |
IotaCommandRequest.createGetNeighborsRequest()
Gets the neighbours of the node.
|
static IotaCommandRequest |
IotaCommandRequest.createGetTipsRequest()
Gets the tips of the node.
|
static IotaCommandRequest |
IotaCommandRequest.createInterruptAttachToTangleRequest()
Interrupt attaching to the tangle
|
static IotaCommandRequest |
IotaCommandRequest.createNodeInfoRequest()
Get information about the node.
|
Copyright © 2019. All rights reserved.