Hashgraph 5.7.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Hashgraph --version 5.7.0
NuGet\Install-Package Hashgraph -Version 5.7.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="5.7.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Hashgraph --version 5.7.0
#r "nuget: Hashgraph, 5.7.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=5.7.0

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

Version 5.7.0 Return Complete Record and Receipt Types

The GetReceiptAsync and GetTransactionRecordAsync methods now return instances of receipts and records matching the transaction they represent. For example, if the underlying network transaction was a Create Account transaction, the record returned is an instance of CreateAccountRecord. The signatures of the methods have not changed so reflection and casting may be required to access the information. Not all transaction types contain information beyond the TransactionRecord base type, so for certain transactions, this will still be the type returned.

Additionally, this update includes a small change in the transaction retry loop. It will now retry a transaction if the remote gRPC node returns a grpc connection error of “Unknown”. This is in addition to the current behavior of retrying grpc errors of “Unavailable”, and gossip node return values of “Busy”.

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.1 is compatible. 
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 301 11/24/2023
10.0.0 637 7/21/2023
9.0.0 8,546 9/5/2022
8.3.0 2,095 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