R_Project_Documentation - iotaledger-archive/iota.lib.csharp GitHub Wiki
The Iota C# Library documentation. The Iota.Lib.CSharp.Api Namespace contains the IotaApi class that is used to interact with a local or remote iota node. Other utility classes are located in the Iota.Lib.CSharp.Api.Utils Namespace.
Namespace | Description |
---|---|
Iota.Lib.CSharp.Api | This namespace is the parent namespace of all Iota.Lib.CSharp.Api classes |
Iota.Lib.CSharp.Api.Core | This namespace contains the classes that are related to core api calls |
Iota.Lib.CSharp.Api.Exception | This namespace contains different exceptions that can occur |
Iota.Lib.CSharp.Api.Model | This namespace contains domain specific model classes, for example Bundle or Transfer |
Iota.Lib.CSharp.Api.Utils | This namespace contains different classes that provide utility methods. |