Arc56.Generated.charmi-reddy.Fortuna 1.0.3.2026082120

dotnet add package Arc56.Generated.charmi-reddy.Fortuna --version 1.0.3.2026082120
                    
NuGet\Install-Package Arc56.Generated.charmi-reddy.Fortuna -Version 1.0.3.2026082120
                    
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="Arc56.Generated.charmi-reddy.Fortuna" Version="1.0.3.2026082120" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Arc56.Generated.charmi-reddy.Fortuna" Version="1.0.3.2026082120" />
                    
Directory.Packages.props
<PackageReference Include="Arc56.Generated.charmi-reddy.Fortuna" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Arc56.Generated.charmi-reddy.Fortuna --version 1.0.3.2026082120
                    
#r "nuget: Arc56.Generated.charmi-reddy.Fortuna, 1.0.3.2026082120"
                    
#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.
#:package Arc56.Generated.charmi-reddy.Fortuna@1.0.3.2026082120
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Arc56.Generated.charmi-reddy.Fortuna&version=1.0.3.2026082120
                    
Install as a Cake Addin
#tool nuget:?package=Arc56.Generated.charmi-reddy.Fortuna&version=1.0.3.2026082120
                    
Install as a Cake Tool

Arc56.Generated.charmi-reddy.Fortuna

Auto-generated typed Algorand smart-contract clients for charmi-reddy/Fortuna, built from the ARC-56 specs listed below.

Generated by the Arc56Registry pipeline, using the scholtz/dotnet-algorand-sdk ARC-56 client generator. Do not edit these files by hand — they are regenerated automatically whenever the source ARC-56 spec changes.

Install

dotnet add package Arc56.Generated.charmi-reddy.Fortuna

This package depends on Algorand5 for ABI encoding, transaction building, and algod/indexer access.

Basic usage

Each contract in this package lives in its own namespace (a hash of its source URL is appended to keep multiple contracts in the same repository from colliding), and exposes a <Name>Proxy class:

using Algorand.Algod;
using Arc56.Generated.charmi_reddy.Fortuna.SavingsVault_0ac1d6f6;

using var httpClient = HttpClientConfigurator.ConfigureHttpClient(AlgodConfiguration.MainNet);
var algod = new AlgodClient(httpClient);
var client = new SavingsVaultProxy(algod, appId: 123456789);

// call a contract method, e.g.:
// var result = await client.SomeMethod(...);

Contracts included in this package

Namespace Class Source ARC-56 spec
Arc56.Generated.charmi_reddy.Fortuna.SavingsVault_0ac1d6f6 SavingsVaultProxy https://raw.githubusercontent.com/charmi-reddy/Fortuna/HEAD/backend/savings_vault/smart_contracts/artifacts/savings_vault/SavingsVault.arc56.json

Versioning

This package uses 1.0.<increment>.<yyyyMMddHH> versioning: a new version is published whenever any of the contracts above change, or whenever the client generator itself is updated. See Arc56Registry for the full generation pipeline and source ARC-56 registry.

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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.1

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.0.3.2026082120 0 8/21/2026
1.0.2.2026071923 99 7/20/2026
1.0.1.2026071707 99 7/18/2026