T_Iota_Lib_CSharp_Api_Core_Command - iotaledger-archive/iota.lib.csharp GitHub Wiki
This enumeration defines the core API call commands
Namespace: Iota.Lib.CSharp.Api.Core
Assembly: IotaApi (in IotaApi.dll) Version: 0.9.0.24212 (1.0.0.0)
C#
public enum Command
Member name | Value | Description | |
---|---|---|---|
GetNodeInfo | 0 | Get information about the node. | |
GetTips | 1 | Gets the tips of the node | |
FindTransactions | 2 | Finds the transactions using different search criteria FindTransactionsRequest | |
GetTransactionsToApprove | 3 | Gets the transactions to approve | |
AttachToTangle | 4 | Attaches to the tangle | |
GetBalances | 5 | Gets the balances | |
GetInclusionStates | 6 | Gets the inclusion state | |
GetTrytes | 7 | Gets the trytes | |
GetNeighbors | 8 | Gets the neighbours of the node | |
AddNeighbors | 9 | Adds neighbours to the node | |
RemoveNeighbors | 10 | Removes neighbours from the node | |
InterruptAttachingToTangle | 11 | Interrupt attaching to the tangle | |
BroadcastTransactions | 12 | Broadcasts transactions | |
StoreTransactions | 13 | Stores transactions |