public class IotaCommandRequest extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
IotaCommandRequest(IotaAPICommand command)
Initializes a new instance of the IotaCommandRequest class.
|
protected |
IotaCommandRequest(String command)
Initializes a new instance of the IotaCommandRequest class.
|
| Modifier and Type | Method and Description |
|---|---|
static IotaCommandRequest |
createGetNeighborsRequest()
Gets the neighbours of the node.
|
static IotaCommandRequest |
createGetTipsRequest()
Gets the tips of the node.
|
static IotaCommandRequest |
createInterruptAttachToTangleRequest()
Interrupt attaching to the tangle
|
static IotaCommandRequest |
createNodeInfoRequest()
Get information about the node.
|
protected IotaCommandRequest(IotaAPICommand command)
command - protected IotaCommandRequest(String command)
command - variable command name, used in ixi modulespublic static IotaCommandRequest createNodeInfoRequest()
public static IotaCommandRequest createGetTipsRequest()
public static IotaCommandRequest createGetNeighborsRequest()
public static IotaCommandRequest createInterruptAttachToTangleRequest()
Copyright © 2019. All rights reserved.