Skip to content
This repository was archived by the owner on Jul 27, 2021. It is now read-only.

T_Iota_Lib_CSharp_Api_Core_Command

saniro edited this page Feb 16, 2017 · 1 revision

Command Enumeration

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)

Syntax

C#

public enum Command

Members

 

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

See Also

Reference

Iota.Lib.CSharp.Api.Core Namespace

Clone this wiki locally