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
<PackageReference Include="Arc56.Generated.charmi-reddy.Fortuna" Version="1.0.3.2026082120" />
<PackageVersion Include="Arc56.Generated.charmi-reddy.Fortuna" Version="1.0.3.2026082120" />
<PackageReference Include="Arc56.Generated.charmi-reddy.Fortuna" />
paket add Arc56.Generated.charmi-reddy.Fortuna --version 1.0.3.2026082120
#r "nuget: Arc56.Generated.charmi-reddy.Fortuna, 1.0.3.2026082120"
#:package Arc56.Generated.charmi-reddy.Fortuna@1.0.3.2026082120
#addin nuget:?package=Arc56.Generated.charmi-reddy.Fortuna&version=1.0.3.2026082120
#tool nuget:?package=Arc56.Generated.charmi-reddy.Fortuna&version=1.0.3.2026082120
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 | Versions 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. |
-
.NETStandard 2.1
- Algorand5 (>= 5.0.0.2026081220)
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 |