LucidOcean.MultiChain
0.0.0.7
See the version list below for details.
dotnet add package LucidOcean.MultiChain --version 0.0.0.7
NuGet\Install-Package LucidOcean.MultiChain -Version 0.0.0.7
<PackageReference Include="LucidOcean.MultiChain" Version="0.0.0.7" />
paket add LucidOcean.MultiChain --version 0.0.0.7
#r "nuget: LucidOcean.MultiChain, 0.0.0.7"
// Install LucidOcean.MultiChain as a Cake Addin #addin nuget:?package=LucidOcean.MultiChain&version=0.0.0.7 // Install LucidOcean.MultiChain as a Cake Tool #tool nuget:?package=LucidOcean.MultiChain&version=0.0.0.7
This library attempt to wrap the JSON-RPC calls provided by MultiChain.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.5
- Newtonsoft.Json (>= 10.0.3)
-
.NETStandard 2.0
- Newtonsoft.Json (>= 10.0.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.0.0.17 | 178 | 2/19/2024 |
0.0.0.14 | 124 | 2/7/2024 |
0.0.0.13 | 98 | 2/7/2024 |
0.0.0.12 | 108 | 2/6/2024 |
0.0.0.11 | 191 | 10/4/2023 |
0.0.0.10 | 2,220 | 2/22/2018 |
0.0.0.9 | 4,770 | 12/19/2017 |
0.0.0.8 | 1,261 | 11/8/2017 |
0.0.0.7 | 1,284 | 10/9/2017 |
0.0.0.6 | 970 | 10/3/2017 |
0.0.0.4 | 986 | 9/19/2017 |
0.0.0.3 | 958 | 9/15/2017 |
Note: Breaking Namespace usings. You will need to add various usings to find EventArgs<T>, JsonRpcClient and some other classes as they have moved to LucidOcean.MultiChain.Util or Enums. In short, Refactored jsonrpcclient and other classes that were on the root namespace to a sub namespace to make the entry point to MultiChainClient more developer friendly.
Support entity name for permissions management.
Extract verbose version of getrawtransaction command into separate method to avoid deserialization error upon verbose flag is false
Added sync versions of EstimatePriority GetBalance GetUnconfirmedBalance VerifyChain SetTxFee GetBlockTemplate SubmitBlock DecodeScript.
Added a few more summary comments to calls.