Info
| Version: | 1.0.0 | 
| Author(s): | simple_sia_library | 
| Last Update: | Wednesday, August 9, 2017 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/kiljoy001/simple_sia | 
| NuGet Url: | https://www.nuget.org/packages/simple_sia_library | 
Install
Install-Package simple_sia_library
                        dotnet add package simple_sia_library
                        paket add simple_sia_library
                        
                                simple_sia_library Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- NETStandard.Library(>= 1.6.1)
- Blake2Core(>= 1.0.0)
- Newtonsoft.Json(>= 10.0.3)
Tags
 
                
I have also created some helper objects in the Helper & JSON_Models folder. Each class should be appropriately named – for example NetAddressValidator validates network addresses. In UtxoSupportClasses it contains a lot of support classes that are typically not used as input for commands directly. You can consider them building blocks for the classes Transaction and OptionHostPostParameters.
There are many classes where I did not create the input objects, I will leave that exercise up to the developer using the library at this time.