Virtuesoft.TronCore
6.1.0
dotnet add package Virtuesoft.TronCore --version 6.1.0
NuGet\Install-Package Virtuesoft.TronCore -Version 6.1.0
<PackageReference Include="Virtuesoft.TronCore" Version="6.1.0" />
paket add Virtuesoft.TronCore --version 6.1.0
#r "nuget: Virtuesoft.TronCore, 6.1.0"
// 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 | Versions 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. |
-
net6.0
- Microsoft.Extensions.Http (>= 5.0.0)
- Newtonsoft.Json (>= 12.0.3)
- Portable.BouncyCastle (>= 1.8.9)
- System.ComponentModel.Annotations (>= 5.0.0)
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 | 512 | 8/8/2022 |
6.0.9 | 446 | 7/31/2022 |
6.0.8 | 429 | 7/30/2022 |
6.0.6 | 423 | 7/30/2022 |
6.0.5 | 429 | 7/30/2022 |
6.0.4 | 479 | 5/9/2022 |
6.0.3 | 455 | 4/20/2022 |
6.0.2 | 440 | 4/19/2022 |
6.0.1 | 447 | 4/19/2022 |
6.0.0 | 472 | 4/15/2022 |
1.0.5 | 466 | 4/14/2022 |
1.0.4 | 454 | 4/9/2022 |
1.0.3 | 405 | 9/27/2021 |
1.0.2 | 395 | 9/26/2021 |
1.0.1 | 396 | 8/3/2021 |
1.0.0 | 359 | 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();