| Package | Description |
|---|---|
| org.iota.jota.dto.response |
| Modifier and Type | Class and Description |
|---|---|
class |
AddNeighborsResponse
Response of
jota.dto.request.IotaNeighborsRequest. |
class |
AnalyzeTransactionResponse
Response of
jota.dto.request.IotaGetBalancesRequest. |
class |
BroadcastTransactionsResponse
Response of
jota.dto.request.IotaBroadcastTransactionRequest. |
class |
CheckConsistencyResponse
Response of
jota.dto.request.IotaCheckConsistencyRequest. |
class |
FindTransactionResponse
Response of
jota.dto.request.IotaFindTransactionsRequest. |
class |
GetAccountDataResponse
Response of api request 'getAccountData'.
|
class |
GetAttachToTangleResponse
Response of
jota.dto.request.IotaAttachToTangleRequest. |
class |
GetBalancesAndFormatResponse
Response of api request 'getBalancesAndFormatResponse'.
|
class |
GetBalancesResponse
Response of
jota.dto.request.IotaGetBalancesRequest. |
class |
GetBundleResponse
Response of api request 'getBundle.
|
class |
GetInclusionStateResponse
Response of
jota.dto.request.IotaGetInclusionStateRequest. |
class |
GetNeighborsResponse
Response of
jota.dto.request.IotaCommandRequest. |
class |
GetNewAddressResponse
Response of api request 'getNewAddress'.
|
class |
GetNodeInfoResponse
Contains information about the result of a successful
getNodeInfo API call. |
class |
GetTipsResponse
Response of
jota.dto.request.IotaCommandRequest. |
class |
GetTransactionsToApproveResponse
Response of
jota.dto.request.IotaGetTransactionsToApproveRequest. |
class |
GetTransferResponse
Response of api request 'getTransfer'.
|
class |
GetTrytesResponse
Response of
jota.dto.request.IotaGetTrytesRequest. |
class |
InterruptAttachingToTangleResponse
Response of
jota.dto.request.IotaCommandRequest. |
class |
IotaCustomResponse |
class |
RemoveNeighborsResponse
Response of
jota.dto.request.IotaNeighborsRequest. |
class |
ReplayBundleResponse
Response of api request 'replayBundle'.
|
class |
SendTransferResponse
Response of api request 'sendTransfer'.
|
class |
StoreTransactionsResponse
Response of
jota.dto.request.IotaStoreTransactionsRequest. |
class |
WereAddressesSpentFromResponse
Response of
IotaWereAddressesSpentFromRequest. |
| Modifier and Type | Method and Description |
|---|---|
static AbstractResponse |
GetNodeInfoResponse.create(String appName,
String appVersion,
int jreAvailableProcessors,
long jreFreeMemory,
String jreVersion,
long maxMemory,
long totalMemory,
String latestMilestone,
int latestMilestoneIndex,
String latestSolidSubtangleMilestone,
int latestSolidSubtangleMilestoneIndex,
int milestoneStartIndex,
int neighbors,
int packetsQueueSize,
long currentTimeMillis,
int tips,
int numberOfTransactionsToRequest,
String[] features,
String coordinatorAddress)
Creates a new
GetNodeInfoResponse |
Copyright © 2019. All rights reserved.