Arc56.Generated.algorandfoundation.puya-ts 1.0.4.2026082120

dotnet add package Arc56.Generated.algorandfoundation.puya-ts --version 1.0.4.2026082120
                    
NuGet\Install-Package Arc56.Generated.algorandfoundation.puya-ts -Version 1.0.4.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.algorandfoundation.puya-ts" Version="1.0.4.2026082120" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Arc56.Generated.algorandfoundation.puya-ts" Version="1.0.4.2026082120" />
                    
Directory.Packages.props
<PackageReference Include="Arc56.Generated.algorandfoundation.puya-ts" />
                    
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.algorandfoundation.puya-ts --version 1.0.4.2026082120
                    
#r "nuget: Arc56.Generated.algorandfoundation.puya-ts, 1.0.4.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.algorandfoundation.puya-ts@1.0.4.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.algorandfoundation.puya-ts&version=1.0.4.2026082120
                    
Install as a Cake Addin
#tool nuget:?package=Arc56.Generated.algorandfoundation.puya-ts&version=1.0.4.2026082120
                    
Install as a Cake Tool

Arc56.Generated.algorandfoundation.puya-ts

Auto-generated typed Algorand smart-contract clients for algorandfoundation/puya-ts, 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.algorandfoundation.puya-ts

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.algorandfoundation.puya_ts.AbiDecorators_e805bbf3;

using var httpClient = HttpClientConfigurator.ConfigureHttpClient(AlgodConfiguration.MainNet);
var algod = new AlgodClient(httpClient);
var client = new AbiDecoratorsProxy(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.algorandfoundation.puya_ts.AbiDecorators_e805bbf3 AbiDecoratorsProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/abi-decorators/AbiDecorators.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.BaseAbi_f1104270 BaseAbiProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/abi-decorators/BaseAbi.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.OverloadedMethods_48d9c48f OverloadedMethodsProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/abi-decorators/OverloadedMethods.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.SubAbi_2213d8c4 SubAbiProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/abi-decorators/SubAbi.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.SubAbi2_c92445c2 SubAbi2Proxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/abi-decorators/SubAbi2.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.AbiValidationExhaustive_ce7f2098 AbiValidationExhaustiveProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/abi-validation-exhaustive/AbiValidationExhaustive.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.InvalidContract_436eb5af InvalidContractProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/abi-validation-exhaustive/InvalidContract.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.AbiValidationAlgo_88a028c9 AbiValidationAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/abi-validation/AbiValidationAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.AccountsContract_00ce94e3 AccountsContractProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/accounts/AccountsContract.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.EventEmitter_3308554e EventEmitterProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/arc-28-events/EventEmitter.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.Arc4BoolAlgo_b51dc0de Arc4BoolAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/arc4-bool/Arc4BoolAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.Arc4CloneAlgo_c8e7b51b Arc4CloneAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/arc4-clone/Arc4CloneAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.Arc4EncodeDecode_6a43b3c7 Arc4EncodeDecodeProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/arc4-encode-decode/Arc4EncodeDecode.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.Arc4HybridAlgo_1f3b764b Arc4HybridAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/arc4-hybrid/Arc4HybridAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ContractOne_59d2f3e3 ContractOneProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/arc4-method-selector/ContractOne.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ContractTwo_1b9189bb ContractTwoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/arc4-method-selector/ContractTwo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.StructDemo_b17dd0d2 StructDemoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/arc4-struct/StructDemo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ArrayDestructuringAlgo_b8fc73fb ArrayDestructuringAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/array-destructuring/ArrayDestructuringAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ArrayLiteralsAlgo_800701e0 ArrayLiteralsAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/array-literals/ArrayLiteralsAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.AssertMatchContract_fa82bba1 AssertMatchContractProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/assert-match/AssertMatchContract.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.AssetProxyAlgo_8ba297f9 AssetProxyAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/asset-proxy/AssetProxyAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.AssignmentsAlgo_90f0516f AssignmentsAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/assignments/AssignmentsAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.AVM11Contract_2deac1da AVM11ContractProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/avm11/AVM11Contract.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.Avm12Contract_043c892a Avm12ContractProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/avm12/Avm12Contract.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ContractV0_27961ed6 ContractV0Proxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/avm12/ContractV0.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ContractV1_6197811e ContractV1Proxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/avm12/ContractV1.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.BoxContract_3e9e5b31 BoxContractProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/box-enum-contract/BoxContract.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.Arc4BoxContract_5c7efa6d Arc4BoxContractProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/box-proxies/Arc4BoxContract.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.BoxCreate_efec97b2 BoxCreateProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/box-proxies/BoxCreate.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.BoxMapTest_cb6886f0 BoxMapTestProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/box-proxies/BoxMapTest.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.BoxToRefTest_eb6b21a6 BoxToRefTestProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/box-proxies/BoxToRefTest.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.CompositeKeyTest_3e7a1b77 CompositeKeyTestProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/box-proxies/CompositeKeyTest.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.LargeBox_52d31551 LargeBoxProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/box-proxies/LargeBox.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.TupleBox_01e97ceb TupleBoxProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/box-proxies/TupleBox.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.DemoContract_bfe58844 DemoContractProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/byte-expressions/DemoContract.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ContractTwo_ccafeb6d ContractTwoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/circular-reference-2/ContractTwo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ContractOne_954a919f ContractOneProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/circular-reference/ContractOne.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.CommaOperatorTest_f3165092 CommaOperatorTestProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/comma-operator/CommaOperatorTest.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ConstLiteralsAlgo_c39adf6f ConstLiteralsAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/const-literals/ConstLiteralsAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.DestructuredParamsAlgo_0de6adfe DestructuredParamsAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/destructured-params/DestructuredParamsAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.DestructuringIterators_68637913 DestructuringIteratorsProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/destructuring-iterators/DestructuringIterators.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.DoLoopsAlgo_d8896726 DoLoopsAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/do-loops/DoLoopsAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ForLoopsAlgo_249ce421 ForLoopsAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/for-loops/ForLoopsAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ForOfLoopsAlgo_3a9da97d ForOfLoopsAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/for-of-loops/ForOfLoopsAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.TestGlobalMap_a0fd7ef3 TestGlobalMapProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/global-map/TestGlobalMap.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.TestGlobalMapTuple_219fbc06 TestGlobalMapTupleProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/global-map/TestGlobalMapTuple.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.TestArc4_f071b9c1 TestArc4Proxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/global-state/TestArc4.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.TestTuple_5b5c0d81 TestTupleProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/global-state/TestTuple.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.GtxnsAlgo_932fa0e5 GtxnsAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/gtxns/GtxnsAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.BaseWithAbiCreate_c5474850 BaseWithAbiCreateProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/implicit-create/BaseWithAbiCreate.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.BaseWithBareCreate_fd7d44a9 BaseWithBareCreateProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/implicit-create/BaseWithBareCreate.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ExplicitAbiCreateFromBase_cc8f71a5 ExplicitAbiCreateFromBaseProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/implicit-create/ExplicitAbiCreateFromBase.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ExplicitBareCreateFromBase_5ffd51d5 ExplicitBareCreateFromBaseProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/implicit-create/ExplicitBareCreateFromBase.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.NoBare_f06ab27a NoBareProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/implicit-create/NoBare.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.NoNoOp_1385837b NoNoOpProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/implicit-create/NoNoOp.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ConcreteArc4Contract_96261e2b ConcreteArc4ContractProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/inheritance-b/ConcreteArc4Contract.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ItxnComposeAlgo_cb1c48fb ItxnComposeAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/itxn-compose/ItxnComposeAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.VerifierContract_b127a0a0 VerifierContractProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/itxn-compose/VerifierContract.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ItxnDemoContract_c7cd7f6d ItxnDemoContractProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/itxn/ItxnDemoContract.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ItxnReceiver_8e72ea6b ItxnReceiverProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/itxn/ItxnReceiver.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.JSDocDemo_9dc9818b JSDocDemoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/jsdoc/JSDocDemo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.LargeObjectsInStateAlgo_8d66b773 LargeObjectsInStateAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/large-objects-in-state/LargeObjectsInStateAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.TestLocalMap_0a4d8a00 TestLocalMapProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/local-map/TestLocalMap.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.TestLocalMapTuple_3a44176b TestLocalMapTupleProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/local-map/TestLocalMapTuple.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.LocalStateDemo_4417ba7c LocalStateDemoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/local-state/LocalStateDemo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.LoggedErrorsWarningsContract_a6537e35 LoggedErrorsWarningsContractProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/logged-errors-warnings/LoggedErrorsWarningsContract.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.LoggedErrorsValidContract_4cabfea1 LoggedErrorsValidContractProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/logged-errors/LoggedErrorsValidContract.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.MatchExprAlgo_281afdaa MatchExprAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/match-expr/MatchExprAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ModuleConstantsAlgo_b240742a ModuleConstantsAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/module-constants/ModuleConstantsAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.StoreBoth_3433582f StoreBothProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/multi-inheritance-2/StoreBoth.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.StoreString_2b2094cd StoreStringProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/multi-inheritance-2/StoreString.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.StoreUint64_76d23ded StoreUint64Proxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/multi-inheritance-2/StoreUint64.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.AbiCallMultiInheritance_9aac00ac AbiCallMultiInheritanceProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/multi-inheritance/AbiCallMultiInheritance.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.BaseOne_bbdbf25a BaseOneProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/multi-inheritance/BaseOne.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.BaseTwo_797dd14e BaseTwoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/multi-inheritance/BaseTwo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.CommonBase_fe55a515 CommonBaseProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/multi-inheritance/CommonBase.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.MultiBases_76bc8e31 MultiBasesProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/multi-inheritance/MultiBases.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.MutableObjectDemo_cac12627 MutableObjectDemoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/mutable-object/MutableObjectDemo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.MyContract_67b7bc81 MyContractProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/named-types/MyContract.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.NativeArraysAlgo_660ac19e (fails to compile - excluded, see state.json) https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/native-arrays/NativeArraysAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ObjectDestructuringAlgo_05125ee4 ObjectDestructuringAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/object-destructuring/ObjectDestructuringAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ObjectLiteralsAlgo_91eb98bf ObjectLiteralsAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/object-literals/ObjectLiteralsAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.DescSameContract_a31496c9 DescSameContractProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/object-passthrough/DescSameContract.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.FieldDocMismatchContract_d271675f FieldDocMismatchContractProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/object-passthrough/FieldDocMismatchContract.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.TypeLevelDocMismatchContract_c1cc679f TypeLevelDocMismatchContractProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/object-passthrough/TypeLevelDocMismatchContract.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.MyContract_7bd5e2f6 MyContractProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/ops/MyContract.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.Hello_ae10ede5 HelloProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/precompiled-apps/Hello.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.HelloTemplate_d9df2038 HelloTemplateProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/precompiled-apps/HelloTemplate.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.HelloTemplateCustomPrefix_d2948d51 HelloTemplateCustomPrefixProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/precompiled-apps/HelloTemplateCustomPrefix.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.LargeProgram_7f661c0e LargeProgramProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/precompiled-apps/LargeProgram.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ReceivesReferenceTypes_ff57c92f ReceivesReferenceTypesProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/precompiled-apps/ReceivesReferenceTypes.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ReceivesTxns_bd107be2 ReceivesTxnsProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/precompiled-apps/ReceivesTxns.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.HelloFactory_69c17a6b HelloFactoryProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/precompiled-factory/HelloFactory.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.HelloFactory_37f46346 HelloFactoryProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/precompiled-typed/HelloFactory.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.DemoContract_c151a831 DemoContractProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/prefix-postfix-operators/DemoContract.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ReferenceArraysAlgo_44054652 ReferenceArraysAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/reference-arrays/ReferenceArraysAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ByIndex_1925a348 ByIndexProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/resource-encoding/ByIndex.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ByValue_83503f2e ByValueProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/resource-encoding/ByValue.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.C2C_42a6efc5 C2CProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/resource-encoding/C2C.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.EchoResource_1980a1f0 EchoResourceProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/resource-encoding/EchoResource.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.SingleEvalAlgo_719f05e0 SingleEvalAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/single-eval/SingleEvalAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.BaseWithState_bfefdeb9 BaseWithStateProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/state-totals/BaseWithState.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ExtendsSubWithTotals_4530a301 ExtendsSubWithTotalsProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/state-totals/ExtendsSubWithTotals.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.SubClassWithExplicitTotals_ead092ad SubClassWithExplicitTotalsProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/state-totals/SubClassWithExplicitTotals.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.SubClassWithState_2fd2551f SubClassWithStateProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/state-totals/SubClassWithState.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.StaticBytesAlgo_6c0fa048 StaticBytesAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/static-bytes/StaticBytesAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.StringContract_40e4bc21 StringContractProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/strings/StringContract.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.DemoContract_e0e2ade3 DemoContractProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/switch-statements/DemoContract.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.TealScriptConventionsAlgo_ce587d87 TealScriptConventionsAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/teal-script-conventions/TealScriptConventionsAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.MyContract_f92a26b4 MyContractProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/template-var/MyContract.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.TuplesAlgo_69ec8222 TuplesAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/tuples/TuplesAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.Uint64ToStringAlgo_d5271081 Uint64ToStringAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/uint64-to-string/Uint64ToStringAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.UrangeAlgo_9de068e4 UrangeAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/urange/UrangeAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.DemoContract_16f122ac DemoContractProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o1/while-loops/DemoContract.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.AbiDecorators_5dd5e95c AbiDecoratorsProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/abi-decorators/AbiDecorators.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.BaseAbi_5b710460 BaseAbiProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/abi-decorators/BaseAbi.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.OverloadedMethods_dd1d3757 OverloadedMethodsProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/abi-decorators/OverloadedMethods.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.SubAbi_8512afcd SubAbiProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/abi-decorators/SubAbi.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.SubAbi2_5f9bb246 SubAbi2Proxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/abi-decorators/SubAbi2.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.AbiValidationExhaustive_3b45ec30 AbiValidationExhaustiveProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/abi-validation-exhaustive/AbiValidationExhaustive.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.InvalidContract_9c610b71 InvalidContractProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/abi-validation-exhaustive/InvalidContract.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.AbiValidationAlgo_9f11c939 AbiValidationAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/abi-validation/AbiValidationAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.AccountsContract_ac7fc729 AccountsContractProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/accounts/AccountsContract.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.EventEmitter_9634b513 EventEmitterProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/arc-28-events/EventEmitter.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.Arc4BoolAlgo_a60981a1 Arc4BoolAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/arc4-bool/Arc4BoolAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.Arc4CloneAlgo_f632ccad Arc4CloneAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/arc4-clone/Arc4CloneAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.Arc4EncodeDecode_bc355b43 Arc4EncodeDecodeProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/arc4-encode-decode/Arc4EncodeDecode.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.Arc4HybridAlgo_db73b308 Arc4HybridAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/arc4-hybrid/Arc4HybridAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ContractOne_7cd754a0 ContractOneProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/arc4-method-selector/ContractOne.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ContractTwo_501cde4a ContractTwoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/arc4-method-selector/ContractTwo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.StructDemo_54696b52 StructDemoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/arc4-struct/StructDemo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ArrayDestructuringAlgo_792e83eb ArrayDestructuringAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/array-destructuring/ArrayDestructuringAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ArrayLiteralsAlgo_ce99a938 ArrayLiteralsAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/array-literals/ArrayLiteralsAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.AssertMatchContract_61fd5436 AssertMatchContractProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/assert-match/AssertMatchContract.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.AssetProxyAlgo_4737340a AssetProxyAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/asset-proxy/AssetProxyAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.AssignmentsAlgo_44ca5624 AssignmentsAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/assignments/AssignmentsAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.AVM11Contract_6cd4d9bf AVM11ContractProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/avm11/AVM11Contract.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.Avm12Contract_720fb875 Avm12ContractProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/avm12/Avm12Contract.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ContractV0_b054c454 ContractV0Proxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/avm12/ContractV0.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ContractV1_205af6e2 ContractV1Proxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/avm12/ContractV1.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.BoxContract_3658c4b1 BoxContractProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/box-enum-contract/BoxContract.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.Arc4BoxContract_0eab2b63 Arc4BoxContractProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/box-proxies/Arc4BoxContract.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.BoxCreate_2715203f BoxCreateProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/box-proxies/BoxCreate.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.BoxMapTest_1c680f08 BoxMapTestProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/box-proxies/BoxMapTest.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.BoxToRefTest_61ed6a92 BoxToRefTestProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/box-proxies/BoxToRefTest.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.CompositeKeyTest_24f08c8b CompositeKeyTestProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/box-proxies/CompositeKeyTest.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.LargeBox_080e3cf8 LargeBoxProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/box-proxies/LargeBox.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.TupleBox_70bd1b93 TupleBoxProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/box-proxies/TupleBox.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.DemoContract_677265b8 DemoContractProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/byte-expressions/DemoContract.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ContractTwo_6c945585 ContractTwoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/circular-reference-2/ContractTwo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ContractOne_809ca589 ContractOneProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/circular-reference/ContractOne.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.CommaOperatorTest_725b0a1c CommaOperatorTestProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/comma-operator/CommaOperatorTest.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ConstLiteralsAlgo_ac7cc36e ConstLiteralsAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/const-literals/ConstLiteralsAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.DestructuredParamsAlgo_8f58e7e6 DestructuredParamsAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/destructured-params/DestructuredParamsAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.DestructuringIterators_1a5b6da4 DestructuringIteratorsProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/destructuring-iterators/DestructuringIterators.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.DoLoopsAlgo_df701176 DoLoopsAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/do-loops/DoLoopsAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ForLoopsAlgo_2ecf6383 ForLoopsAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/for-loops/ForLoopsAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ForOfLoopsAlgo_f3f1eeb4 ForOfLoopsAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/for-of-loops/ForOfLoopsAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.TestGlobalMap_d4b5bcde TestGlobalMapProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/global-map/TestGlobalMap.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.TestGlobalMapTuple_217e9e5d TestGlobalMapTupleProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/global-map/TestGlobalMapTuple.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.TestArc4_a86de9e6 TestArc4Proxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/global-state/TestArc4.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.TestTuple_d6dea59b TestTupleProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/global-state/TestTuple.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.GtxnsAlgo_b13b47fd GtxnsAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/gtxns/GtxnsAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.BaseWithAbiCreate_26b0f5aa BaseWithAbiCreateProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/implicit-create/BaseWithAbiCreate.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.BaseWithBareCreate_f0391872 BaseWithBareCreateProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/implicit-create/BaseWithBareCreate.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ExplicitAbiCreateFromBase_6ff783ae ExplicitAbiCreateFromBaseProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/implicit-create/ExplicitAbiCreateFromBase.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ExplicitBareCreateFromBase_a9a36974 ExplicitBareCreateFromBaseProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/implicit-create/ExplicitBareCreateFromBase.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.NoBare_0f20e43e NoBareProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/implicit-create/NoBare.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.NoNoOp_e15351c3 NoNoOpProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/implicit-create/NoNoOp.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ConcreteArc4Contract_a32cab02 ConcreteArc4ContractProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/inheritance-b/ConcreteArc4Contract.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ItxnComposeAlgo_48272453 ItxnComposeAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/itxn-compose/ItxnComposeAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.VerifierContract_a37b0424 VerifierContractProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/itxn-compose/VerifierContract.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ItxnDemoContract_feb9808b ItxnDemoContractProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/itxn/ItxnDemoContract.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ItxnReceiver_abbdfac4 ItxnReceiverProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/itxn/ItxnReceiver.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.JSDocDemo_8298490e JSDocDemoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/jsdoc/JSDocDemo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.LargeObjectsInStateAlgo_9fde4f29 LargeObjectsInStateAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/large-objects-in-state/LargeObjectsInStateAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.TestLocalMap_add35f04 TestLocalMapProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/local-map/TestLocalMap.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.TestLocalMapTuple_cc001b74 TestLocalMapTupleProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/local-map/TestLocalMapTuple.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.LocalStateDemo_da9241f8 LocalStateDemoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/local-state/LocalStateDemo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.LoggedErrorsWarningsContract_8938d3b0 LoggedErrorsWarningsContractProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/logged-errors-warnings/LoggedErrorsWarningsContract.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.LoggedErrorsValidContract_d6c273da LoggedErrorsValidContractProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/logged-errors/LoggedErrorsValidContract.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.MatchExprAlgo_63c4ddc5 MatchExprAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/match-expr/MatchExprAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ModuleConstantsAlgo_6766934a ModuleConstantsAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/module-constants/ModuleConstantsAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.StoreBoth_aa69053f StoreBothProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/multi-inheritance-2/StoreBoth.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.StoreString_bcdb2469 StoreStringProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/multi-inheritance-2/StoreString.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.StoreUint64_f6718697 StoreUint64Proxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/multi-inheritance-2/StoreUint64.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.AbiCallMultiInheritance_90212eff AbiCallMultiInheritanceProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/multi-inheritance/AbiCallMultiInheritance.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.BaseOne_f30cab2c BaseOneProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/multi-inheritance/BaseOne.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.BaseTwo_5b556cff BaseTwoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/multi-inheritance/BaseTwo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.CommonBase_115e10b3 CommonBaseProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/multi-inheritance/CommonBase.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.MultiBases_98164840 MultiBasesProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/multi-inheritance/MultiBases.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.MutableObjectDemo_49cbaf0a MutableObjectDemoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/mutable-object/MutableObjectDemo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.MyContract_105a576a MyContractProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/named-types/MyContract.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.NativeArraysAlgo_a0249cb1 (fails to compile - excluded, see state.json) https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/native-arrays/NativeArraysAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ObjectDestructuringAlgo_dd8dbc94 ObjectDestructuringAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/object-destructuring/ObjectDestructuringAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ObjectLiteralsAlgo_03a855f7 ObjectLiteralsAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/object-literals/ObjectLiteralsAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.DescSameContract_a954637e DescSameContractProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/object-passthrough/DescSameContract.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.FieldDocMismatchContract_0bb1cc90 FieldDocMismatchContractProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/object-passthrough/FieldDocMismatchContract.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.TypeLevelDocMismatchContract_227befdb TypeLevelDocMismatchContractProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/object-passthrough/TypeLevelDocMismatchContract.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.MyContract_9c04e3e6 MyContractProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/ops/MyContract.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.Hello_d51e02b7 HelloProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/precompiled-apps/Hello.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.HelloTemplate_926ca632 HelloTemplateProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/precompiled-apps/HelloTemplate.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.HelloTemplateCustomPrefix_6b9bca30 HelloTemplateCustomPrefixProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/precompiled-apps/HelloTemplateCustomPrefix.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.LargeProgram_9404ca08 LargeProgramProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/precompiled-apps/LargeProgram.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ReceivesReferenceTypes_e31d3e58 ReceivesReferenceTypesProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/precompiled-apps/ReceivesReferenceTypes.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ReceivesTxns_3f7d7cb0 ReceivesTxnsProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/precompiled-apps/ReceivesTxns.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.HelloFactory_006e854a HelloFactoryProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/precompiled-factory/HelloFactory.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.HelloFactory_5916621f HelloFactoryProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/precompiled-typed/HelloFactory.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.DemoContract_e2f18cb8 DemoContractProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/prefix-postfix-operators/DemoContract.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ReferenceArraysAlgo_81ef0111 ReferenceArraysAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/reference-arrays/ReferenceArraysAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ByIndex_9ca769a7 ByIndexProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/resource-encoding/ByIndex.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ByValue_e7e07e54 ByValueProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/resource-encoding/ByValue.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.C2C_1124354e C2CProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/resource-encoding/C2C.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.EchoResource_ed3a0cd3 EchoResourceProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/resource-encoding/EchoResource.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.SingleEvalAlgo_985ab8ed SingleEvalAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/single-eval/SingleEvalAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.BaseWithState_5432d4e3 BaseWithStateProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/state-totals/BaseWithState.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ExtendsSubWithTotals_10d13077 ExtendsSubWithTotalsProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/state-totals/ExtendsSubWithTotals.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.SubClassWithExplicitTotals_106c0e4a SubClassWithExplicitTotalsProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/state-totals/SubClassWithExplicitTotals.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.SubClassWithState_aa5bfd52 SubClassWithStateProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/state-totals/SubClassWithState.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.StaticBytesAlgo_13e5536d StaticBytesAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/static-bytes/StaticBytesAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.StringContract_6c5daeab StringContractProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/strings/StringContract.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.DemoContract_52aad3d7 DemoContractProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/switch-statements/DemoContract.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.TealScriptConventionsAlgo_fb784ba0 TealScriptConventionsAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/teal-script-conventions/TealScriptConventionsAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.MyContract_707738df MyContractProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/template-var/MyContract.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.TuplesAlgo_a566f32e TuplesAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/tuples/TuplesAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.Uint64ToStringAlgo_1f2ff27b Uint64ToStringAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/uint64-to-string/Uint64ToStringAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.UrangeAlgo_13f52371 UrangeAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/urange/UrangeAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.DemoContract_1104cef3 DemoContractProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/o2/while-loops/DemoContract.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.AbiDecorators_ad07fb59 AbiDecoratorsProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/abi-decorators/AbiDecorators.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.BaseAbi_c5641753 BaseAbiProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/abi-decorators/BaseAbi.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.OverloadedMethods_342e86f6 OverloadedMethodsProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/abi-decorators/OverloadedMethods.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.SubAbi_72d5fa1d SubAbiProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/abi-decorators/SubAbi.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.SubAbi2_f105d4a6 SubAbi2Proxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/abi-decorators/SubAbi2.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.AbiValidationExhaustive_f6595f84 AbiValidationExhaustiveProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/abi-validation-exhaustive/AbiValidationExhaustive.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.InvalidContract_58c148f3 InvalidContractProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/abi-validation-exhaustive/InvalidContract.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.AbiValidationAlgo_f63be1b1 AbiValidationAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/abi-validation/AbiValidationAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.AccountsContract_b296166a AccountsContractProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/accounts/AccountsContract.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.EventEmitter_ade2004a EventEmitterProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/arc-28-events/EventEmitter.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.Arc4BoolAlgo_b1bffa27 Arc4BoolAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/arc4-bool/Arc4BoolAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.Arc4CloneAlgo_8694a9e3 Arc4CloneAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/arc4-clone/Arc4CloneAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.Arc4EncodeDecode_27d608e1 Arc4EncodeDecodeProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/arc4-encode-decode/Arc4EncodeDecode.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.Arc4HybridAlgo_e8e01ae2 Arc4HybridAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/arc4-hybrid/Arc4HybridAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ContractOne_bd052ef9 ContractOneProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/arc4-method-selector/ContractOne.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ContractTwo_b7246a81 ContractTwoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/arc4-method-selector/ContractTwo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.StructDemo_ac2d566f StructDemoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/arc4-struct/StructDemo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ArrayDestructuringAlgo_8b7fb552 ArrayDestructuringAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/array-destructuring/ArrayDestructuringAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ArrayLiteralsAlgo_f05ce4ca ArrayLiteralsAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/array-literals/ArrayLiteralsAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.AssertMatchContract_053f4d04 AssertMatchContractProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/assert-match/AssertMatchContract.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.AssetProxyAlgo_3ad75eb5 AssetProxyAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/asset-proxy/AssetProxyAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.AssignmentsAlgo_3f1158bd AssignmentsAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/assignments/AssignmentsAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.AVM11Contract_07232dd9 AVM11ContractProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/avm11/AVM11Contract.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.Avm12Contract_85ba08c3 Avm12ContractProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/avm12/Avm12Contract.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ContractV0_d67785b3 ContractV0Proxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/avm12/ContractV0.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ContractV1_3d650326 ContractV1Proxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/avm12/ContractV1.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.BoxContract_55f71f21 BoxContractProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/box-enum-contract/BoxContract.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.Arc4BoxContract_aa596c46 Arc4BoxContractProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/box-proxies/Arc4BoxContract.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.BoxCreate_099f64cd BoxCreateProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/box-proxies/BoxCreate.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.BoxMapTest_4aca371f BoxMapTestProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/box-proxies/BoxMapTest.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.BoxToRefTest_7b0d116a BoxToRefTestProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/box-proxies/BoxToRefTest.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.CompositeKeyTest_a8aad738 CompositeKeyTestProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/box-proxies/CompositeKeyTest.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.LargeBox_a89fbc02 LargeBoxProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/box-proxies/LargeBox.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.TupleBox_e6557dd2 TupleBoxProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/box-proxies/TupleBox.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.DemoContract_902ca881 DemoContractProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/byte-expressions/DemoContract.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ContractTwo_88e4787d ContractTwoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/circular-reference-2/ContractTwo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ContractOne_ca673d4b ContractOneProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/circular-reference/ContractOne.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.CommaOperatorTest_50c1079f CommaOperatorTestProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/comma-operator/CommaOperatorTest.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ConstLiteralsAlgo_cb7c7313 ConstLiteralsAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/const-literals/ConstLiteralsAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.DestructuredParamsAlgo_f18d81f8 DestructuredParamsAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/destructured-params/DestructuredParamsAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.DestructuringIterators_254b61c9 DestructuringIteratorsProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/destructuring-iterators/DestructuringIterators.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.DoLoopsAlgo_b630c2fb DoLoopsAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/do-loops/DoLoopsAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ForLoopsAlgo_db340365 ForLoopsAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/for-loops/ForLoopsAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ForOfLoopsAlgo_dfda5f23 ForOfLoopsAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/for-of-loops/ForOfLoopsAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.TestGlobalMap_d9ace1d6 TestGlobalMapProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/global-map/TestGlobalMap.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.TestGlobalMapTuple_2a1b560a TestGlobalMapTupleProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/global-map/TestGlobalMapTuple.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.TestArc4_4362f095 TestArc4Proxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/global-state/TestArc4.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.TestTuple_0f9552a3 TestTupleProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/global-state/TestTuple.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.GtxnsAlgo_6907edc9 GtxnsAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/gtxns/GtxnsAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.BaseWithAbiCreate_1e6eddf3 BaseWithAbiCreateProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/implicit-create/BaseWithAbiCreate.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.BaseWithBareCreate_10e85982 BaseWithBareCreateProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/implicit-create/BaseWithBareCreate.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ExplicitAbiCreateFromBase_93b74a91 ExplicitAbiCreateFromBaseProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/implicit-create/ExplicitAbiCreateFromBase.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ExplicitBareCreateFromBase_fb58d596 ExplicitBareCreateFromBaseProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/implicit-create/ExplicitBareCreateFromBase.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.NoBare_aeb46ba3 NoBareProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/implicit-create/NoBare.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.NoNoOp_2e4fd11b NoNoOpProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/implicit-create/NoNoOp.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ConcreteArc4Contract_0116f784 ConcreteArc4ContractProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/inheritance-b/ConcreteArc4Contract.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ItxnComposeAlgo_5f89a25d ItxnComposeAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/itxn-compose/ItxnComposeAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.VerifierContract_2414a41b VerifierContractProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/itxn-compose/VerifierContract.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ItxnDemoContract_752e5071 ItxnDemoContractProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/itxn/ItxnDemoContract.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ItxnReceiver_4c38d0d1 ItxnReceiverProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/itxn/ItxnReceiver.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.JSDocDemo_dd48ffd7 JSDocDemoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/jsdoc/JSDocDemo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.LargeObjectsInStateAlgo_072fb3b6 LargeObjectsInStateAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/large-objects-in-state/LargeObjectsInStateAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.TestLocalMap_026458f4 TestLocalMapProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/local-map/TestLocalMap.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.TestLocalMapTuple_f0a8dbff TestLocalMapTupleProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/local-map/TestLocalMapTuple.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.LocalStateDemo_ab5dc482 LocalStateDemoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/local-state/LocalStateDemo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.LoggedErrorsWarningsContract_a61c0fec LoggedErrorsWarningsContractProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/logged-errors-warnings/LoggedErrorsWarningsContract.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.LoggedErrorsValidContract_4332f315 LoggedErrorsValidContractProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/logged-errors/LoggedErrorsValidContract.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.MatchExprAlgo_ab234d4d MatchExprAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/match-expr/MatchExprAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ModuleConstantsAlgo_561bce34 ModuleConstantsAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/module-constants/ModuleConstantsAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.StoreBoth_70fcbf6e StoreBothProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/multi-inheritance-2/StoreBoth.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.StoreString_41104775 StoreStringProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/multi-inheritance-2/StoreString.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.StoreUint64_1d2e6e33 StoreUint64Proxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/multi-inheritance-2/StoreUint64.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.AbiCallMultiInheritance_c0c62025 AbiCallMultiInheritanceProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/multi-inheritance/AbiCallMultiInheritance.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.BaseOne_60b397e2 BaseOneProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/multi-inheritance/BaseOne.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.BaseTwo_46813a0e BaseTwoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/multi-inheritance/BaseTwo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.CommonBase_835c23e3 CommonBaseProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/multi-inheritance/CommonBase.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.MultiBases_5aa1a211 MultiBasesProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/multi-inheritance/MultiBases.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.MutableObjectDemo_45ec41ec MutableObjectDemoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/mutable-object/MutableObjectDemo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.MyContract_99e9adaa MyContractProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/named-types/MyContract.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.NativeArraysAlgo_a742f8b9 (fails to compile - excluded, see state.json) https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/native-arrays/NativeArraysAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ObjectDestructuringAlgo_dcd27df7 ObjectDestructuringAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/object-destructuring/ObjectDestructuringAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ObjectLiteralsAlgo_bff250ea ObjectLiteralsAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/object-literals/ObjectLiteralsAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.DescSameContract_7b3e4333 DescSameContractProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/object-passthrough/DescSameContract.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.FieldDocMismatchContract_668543ae FieldDocMismatchContractProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/object-passthrough/FieldDocMismatchContract.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.TypeLevelDocMismatchContract_e8d55571 TypeLevelDocMismatchContractProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/object-passthrough/TypeLevelDocMismatchContract.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.MyContract_84c524e8 MyContractProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/ops/MyContract.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.Hello_fb01ccfd HelloProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/precompiled-apps/Hello.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.HelloTemplate_dd7e4026 HelloTemplateProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/precompiled-apps/HelloTemplate.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.HelloTemplateCustomPrefix_9ef3262e HelloTemplateCustomPrefixProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/precompiled-apps/HelloTemplateCustomPrefix.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.LargeProgram_e3c9c59b LargeProgramProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/precompiled-apps/LargeProgram.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ReceivesReferenceTypes_5f4a04b8 ReceivesReferenceTypesProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/precompiled-apps/ReceivesReferenceTypes.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ReceivesTxns_ce12a457 ReceivesTxnsProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/precompiled-apps/ReceivesTxns.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.HelloFactory_e6bf8cfc HelloFactoryProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/precompiled-factory/HelloFactory.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.HelloFactory_39468699 HelloFactoryProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/precompiled-typed/HelloFactory.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.DemoContract_f35ec7e3 DemoContractProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/prefix-postfix-operators/DemoContract.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ReferenceArraysAlgo_5b27d7e9 ReferenceArraysAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/reference-arrays/ReferenceArraysAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ByIndex_8210c668 ByIndexProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/resource-encoding/ByIndex.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ByValue_39d4ebb2 ByValueProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/resource-encoding/ByValue.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.C2C_ad545e4f C2CProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/resource-encoding/C2C.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.EchoResource_50cbac5e EchoResourceProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/resource-encoding/EchoResource.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.SingleEvalAlgo_20c9994c SingleEvalAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/single-eval/SingleEvalAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.BaseWithState_7e1f1d82 BaseWithStateProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/state-totals/BaseWithState.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.ExtendsSubWithTotals_edb8d90f ExtendsSubWithTotalsProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/state-totals/ExtendsSubWithTotals.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.SubClassWithExplicitTotals_63aa6183 SubClassWithExplicitTotalsProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/state-totals/SubClassWithExplicitTotals.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.SubClassWithState_4c2ee50d SubClassWithStateProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/state-totals/SubClassWithState.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.StaticBytesAlgo_73f58ecc StaticBytesAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/static-bytes/StaticBytesAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.StringContract_1269eeeb StringContractProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/strings/StringContract.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.DemoContract_f55bd84c DemoContractProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/switch-statements/DemoContract.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.TealScriptConventionsAlgo_b71037e4 TealScriptConventionsAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/teal-script-conventions/TealScriptConventionsAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.MyContract_6023acfd MyContractProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/template-var/MyContract.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.TuplesAlgo_dedc56ce TuplesAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/tuples/TuplesAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.Uint64ToStringAlgo_204abd0a Uint64ToStringAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/uint64-to-string/Uint64ToStringAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.UrangeAlgo_66dd4a80 UrangeAlgoProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/urange/UrangeAlgo.arc56.json
Arc56.Generated.algorandfoundation.puya_ts.DemoContract_94377c90 DemoContractProxy https://raw.githubusercontent.com/algorandfoundation/puya-ts/HEAD/tests/approvals/out/unoptimized/while-loops/DemoContract.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.4.2026082120 37 8/21/2026
1.0.3.2026072709 107 7/27/2026
1.0.2.2026071923 98 7/20/2026
1.0.1.2026071707 100 7/18/2026