CryptoAPIs 1.3.0

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

// Install CryptoAPIs as a Cake Tool
#tool nuget:?package=CryptoAPIs&version=1.3.0

the C# library for the Crypto APIs

There are no supported framework assets in this 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
1.7.0 965 9/12/2022
1.6.0 562 7/1/2022
1.5.1 27,349 4/27/2022
1.5.0 452 4/27/2022
1.4.0 635 12/23/2021
1.3.0 411 10/25/2021
1.2.0 388 7/30/2021
1.1.0 372 7/21/2021
1.0.1 464 5/13/2021
1.0.0 295 5/5/2021

Zcash support for mainnet and testnet has been added.
       Rinkeby is no longer available in our system.
       List Transactions By Address endpoint has been renamed to List Confirmed Transactions By Address.
       List Tokens Transfers By Address endpoint has been renamed to List Confirmed Tokens Transfers By Address.
       Get Latest Mined Block has been renamed to Get Last Mined Block.
       The property *destinationTag* in XRP transaction endpoints has been made optional.
       NEW endpoints added:
        - Create Coins Transaction From Address For Whole Amount.
        - List Unconfirmed Transactions by Address.
        - List Latest Mined Blocks
       BSC testnet and ETC mordor have been added to all Internal Transaction endpoints.
       BSC testnet has been added to Blockchain data endpoints.
       ETC mainnet and BSC testnet have been added to the following endpoints:
        - List Internal Transaction Details by Transaction Hash
        - Get Internal Transaction by Transaction Hash and Operation Id
        - List Tokens Transfers By Transaction Hash
        - List Tokens Transfers By Address
        - List Tokens By Address
        - Get Contract Details by Address