N_Iota_Lib_CSharp_Api_Core - iotaledger-archive/iota.lib.csharp GitHub Wiki
This namespace contains the classes that are related to core api calls
Class | Description | |
---|---|---|
![]() |
AddNeighborsRequest | This class represents the core API request 'AddNeighbors'. It is used to add a neighbor to the node |
![]() |
AddNeighborsResponse | Response of AddNeighborsRequest |
![]() |
AttachToTangleRequest | This class represents the core API request 'AttachToTangle'. It is used to attach trytes to the tangle. |
![]() |
AttachToTangleResponse | Response of AttachToTangleRequest |
![]() |
BroadcastTransactionsRequest | Broadcast a list of transactions to all neighbors. The input trytes for this call are provided by attachToTangle |
![]() |
BroadcastTransactionsResponse | Response of BroadcastTransactionsRequest |
![]() |
EnumHelper | Helper class that extracts the command string corresponding to the different Commands |
![]() |
FindTransactionsRequest | This class represents the core api request 'FindTransactions' |
![]() |
FindTransactionsResponse | Response of FindTransactionsRequest |
![]() |
GenericIotaCoreApi | This class represents a generic version of the core API that is used internally |
![]() |
GetBalancesRequest | This class represents the core api request 'GetBalances' |
![]() |
GetBalancesResponse | Response of GetBalancesRequest |
![]() |
GetInclusionStatesRequest | This class represents the core API request 'GetInclusionStates' |
![]() |
GetInclusionStatesResponse | This class represents the response of GetInclusionStatesRequest |
![]() |
GetNeighborsRequest | This class represents the core API request 'GetNeighbors' |
![]() |
GetNeighborsResponse | Response of GetNeighborsRequest |
![]() |
GetNodeInfoRequest | Returns information about your node |
![]() |
GetNodeInfoResponse | This class represents the response of GetNodeInfoRequest |
![]() |
GetTipsRequest | This class represents the core API request 'GetTips' |
![]() |
GetTipsResponse | This class represents the response of GetTipsRequest |
![]() |
GetTransactionsToApproveRequest | This class represents the core API call 'GetTransactionsToApprove' |
![]() |
GetTransactionsToApproveResponse | This class represents the response of GetTransactionsToApproveRequest |
![]() |
GetTrytesRequest | This class represents the core API request 'GetTrytes' |
![]() |
GetTrytesResponse | This class represents the response of GetTrytesRequest |
![]() |
InterruptAttachingToTangleRequest | This class represents the core api request 'InterruptAttachingToTangle' |
![]() |
InterruptAttachingToTangleResponse | This class represents the response of InterruptAttachingToTangleRequest |
![]() |
IotaCoreApi | This class provides access to the Iota core API |
![]() |
IotaRequest | This class serves as base class for the different core API calls/requests |
![]() |
IotaResponse | This class represents the base class of different core API response classes |
![]() |
RemoveNeighborsRequest | This class represents the core api request 'RemoveNeighbors' |
![]() |
RemoveNeighborsResponse | This class represents the response of RemoveNeighborsRequest |
![]() |
StoreTransactionsRequest | This class represents the core API request 'StoreTransactions'. It stores transactions into the local storage. The trytes to be used for this call are returned by attachToTangle. |
![]() |
StoreTransactionsResponse | This class represents the response of StoreTransactionsRequest |
Interface | Description | |
---|---|---|
![]() |
IGenericIotaCoreApi | This interface abstracts a generic version of the core api that is used internally. |
Enumeration | Description | |
---|---|---|
![]() |
Command | This enumeration defines the core API call commands |