Monero.Client
1.0.1.7
.NET Standard 2.1
Install-Package Monero.Client -Version 1.0.1.7
dotnet add package Monero.Client --version 1.0.1.7
<PackageReference Include="Monero.Client" Version="1.0.1.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Monero.Client --version 1.0.1.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Monero.Client, 1.0.1.7"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Monero.Client as a Cake Addin
#addin nuget:?package=Monero.Client&version=1.0.1.7
// Install Monero.Client as a Cake Tool
#tool nuget:?package=Monero.Client&version=1.0.1.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
A wallet and daemon client to interface with Monero's JSON-RPC API, built on .netstandard2.1.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.1 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.1
- Microsoft.CSharp (>= 4.7.0)
- System.Text.Json (>= 4.7.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Release Notes v1.0.1.7
- Only allow Monero clients to be created via CreateAsync method (and change signature).
- Add GetTransactionPool and GetTransactions non-JsonRpc interface call to MoneroDaemonClient.