Hashgraph 3.0.0

There is a newer version of this package available.
See the version list below for details.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Hashgraph --version 3.0.0
NuGet\Install-Package Hashgraph -Version 3.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Hashgraph" Version="3.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Hashgraph --version 3.0.0
#r "nuget: Hashgraph, 3.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Hashgraph as a Cake Addin
#addin nuget:?package=Hashgraph&version=3.0.0

// Install Hashgraph as a Cake Tool
#tool nuget:?package=Hashgraph&version=3.0.0

Release 3.0.0 September 19, 2019 Post Open Access Update

With this release, the library automatically queries the network for the fee charged for a given network Query call prior to signing the transaction to pay for said query. This reduces the chance of accidentally overspending hBars when making query calls to the network. When a query is free (such as a get balance query) the Payer property need not even be set since no transaction must be signed to obtain the information. Additionally, a new property was added to the QueryContractParams call parameters: ReturnValueCharge. This represents the amount of tinybars requred to pay for returning the output data from a contract call. This is in addition to the Gas value that is required to pay for execution of the contract on the node.

Generally supported capabilities include:

  • Crypto Transfers
  • Account Create & Maintenance Services
  • Smart Contract Services (we've not covered all corners of the ABI spec, please let us know of important omissions to prioritize)

Note: since the library now queries the network for the cost of a query, the QueryFees class has been removed from the library. This and the addition of ReturnValueCharge property referenced above are breaking changes.

Product 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 netcoreapp3.0 is compatible.  netcoreapp3.1 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
10.1.0-beta4 296 11/24/2023
10.0.0 613 7/21/2023
9.0.0 8,426 9/5/2022
8.3.0 2,064 11/11/2021
7.3.0 773 3/2/2021
6.2.0 1,007 9/26/2020
5.7.0 881 6/20/2020
4.1.0 1,077 12/1/2019
3.3.2 776 11/5/2019
2.2.0 774 9/16/2019
1.5.2 846 7/15/2019