Virtuesoft.TronCore 6.1.0

dotnet add package Virtuesoft.TronCore --version 6.1.0
NuGet\Install-Package Virtuesoft.TronCore -Version 6.1.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="Virtuesoft.TronCore" Version="6.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Virtuesoft.TronCore --version 6.1.0
#r "nuget: Virtuesoft.TronCore, 6.1.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 Virtuesoft.TronCore as a Cake Addin
#addin nuget:?package=Virtuesoft.TronCore&version=6.1.0

// Install Virtuesoft.TronCore as a Cake Tool
#tool nuget:?package=Virtuesoft.TronCore&version=6.1.0

波场开发框架
2021年8月3日
新增:TransferFromAsync 方法
2021年9月26日
新增:Wallet.SendTrxAsync 方法
新增:ContractTRC20.ApproveAsync 方法
2021年9月27日
修正 hexstring ->base58 地址转换的错误
2022年4月10日
AddressBase 类 暴露 Client 属性
重构升级到net6
2022年4月20日
修复查询交易发生错误的bug
2022年5月9日
新增一些查询功能
2022年7月30日
修复部分性能问题

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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. 
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
6.1.0 469 8/8/2022
6.0.9 418 7/31/2022
6.0.8 401 7/30/2022
6.0.6 396 7/30/2022
6.0.5 402 7/30/2022
6.0.4 454 5/9/2022
6.0.3 429 4/20/2022
6.0.2 412 4/19/2022
6.0.1 423 4/19/2022
6.0.0 445 4/15/2022
1.0.5 437 4/14/2022
1.0.4 428 4/9/2022
1.0.3 376 9/27/2021
1.0.2 371 9/26/2021
1.0.1 369 8/3/2021
1.0.0 329 6/25/2021

var client = new HttpApiClient(Factory, TronApiKey, NetWorkType.Mainnet);
               var transactionClient = new HttpTransaction(client);
               var contract = new ContractTRC20(new TronClient(transactionClient), token);
               var decimals = await contract.DecimalsAsync();