This is page 84 of 93. Use http://codebase.md/goplausible/algorand-mcp?lines=true&page={x} to view the full context. # Directory Structure ``` ├── .gitignore ├── CONTRIBUTING.md ├── LICENSE ├── llms-install.md ├── llms.txt ├── package.json ├── packages │ ├── client │ │ ├── .env.example │ │ ├── package.json │ │ ├── README.md │ │ ├── src │ │ │ ├── env.ts │ │ │ ├── index.ts │ │ │ └── LocalWallet.ts │ │ └── tsconfig.json │ └── server │ ├── .env.example │ ├── API specs │ │ ├── algod_api.json │ │ ├── indexer_api.json │ │ ├── mcp.json │ │ ├── nfd_api.json │ │ ├── ultrade_api.json │ │ ├── vestige_api.json │ │ └── vestige_free_api.json │ ├── Dockerfile │ ├── jest.config.js │ ├── package.json │ ├── README.md │ ├── smithery.yaml │ ├── src │ │ ├── algorand-client.ts │ │ ├── env.ts │ │ ├── index.ts │ │ ├── resources │ │ │ ├── index.ts │ │ │ ├── knowledge │ │ │ │ ├── ARCs.txt │ │ │ │ ├── developers-algokit-architecture-decisions.txt │ │ │ │ ├── developers-algokit-cli.txt │ │ │ │ ├── developers-algokit-utils-python.txt │ │ │ │ ├── developers-algokit-utils-typescript.txt │ │ │ │ ├── developers-clis.txt │ │ │ │ ├── developers-details.txt │ │ │ │ ├── developers-liquid-auth.txt │ │ │ │ ├── developers-nodes.txt │ │ │ │ ├── developers-puya.txt │ │ │ │ ├── developers-python.txt │ │ │ │ ├── developers-sdks-js.txt │ │ │ │ ├── developers-sdks-python.txt │ │ │ │ ├── developers-tealscript.txt │ │ │ │ ├── developers.txt │ │ │ │ ├── index.ts │ │ │ │ ├── taxonomy │ │ │ │ │ ├── algokit-cli:README.md │ │ │ │ │ ├── algokit:cli:algokit.md │ │ │ │ │ ├── algokit:cli:architecture-decisions:2022-11-14_sandbox-approach.md │ │ │ │ │ ├── algokit:cli:architecture-decisions:2022-11-22_beaker-testing-strategy.md │ │ │ │ │ ├── algokit:cli:architecture-decisions:2023-01-11_beaker_productionisation_review.md │ │ │ │ │ ├── algokit:cli:architecture-decisions:2023-01-11_brew_install.md │ │ │ │ │ ├── algokit:cli:architecture-decisions:2023-01-12_smart-contract-deployment.md │ │ │ │ │ ├── algokit:cli:architecture-decisions:2023-06-06_frontend-templates.md │ │ │ │ │ ├── algokit:cli:architecture-decisions:2023-07-19_advanced_generate_command.md │ │ │ │ │ ├── algokit:cli:architecture-decisions:2024-01-13_native_binaries.md │ │ │ │ │ ├── algokit:cli:architecture-decisions:2024-01-23_init-wizard-v2.md │ │ │ │ │ ├── algokit:cli:architecture-decisions:2024-01-31_binary_distribution.md │ │ │ │ │ ├── algokit:cli:architecture-decisions:2024-03-06_local_dev_ui_packaging.md │ │ │ │ │ ├── algokit:cli:articles:output_stability.md │ │ │ │ │ ├── algokit:cli:cli:index.md │ │ │ │ │ ├── algokit:cli:features:compile.md │ │ │ │ │ ├── algokit:cli:features:completions.md │ │ │ │ │ ├── algokit:cli:features:config.md │ │ │ │ │ ├── algokit:cli:features:dispenser.md │ │ │ │ │ ├── algokit:cli:features:doctor.md │ │ │ │ │ ├── algokit:cli:features:explore.md │ │ │ │ │ ├── algokit:cli:features:generate.md │ │ │ │ │ ├── algokit:cli:features:goal.md │ │ │ │ │ ├── algokit:cli:features:init.md │ │ │ │ │ ├── algokit:cli:features:localnet.md │ │ │ │ │ ├── algokit:cli:features:project:bootstrap.md │ │ │ │ │ ├── algokit:cli:features:project:deploy.md │ │ │ │ │ ├── algokit:cli:features:project:link.md │ │ │ │ │ ├── algokit:cli:features:project:list.md │ │ │ │ │ ├── algokit:cli:features:project:run.md │ │ │ │ │ ├── algokit:cli:features:project.md │ │ │ │ │ ├── algokit:cli:features:tasks:analyze.md │ │ │ │ │ ├── algokit:cli:features:tasks:ipfs.md │ │ │ │ │ ├── algokit:cli:features:tasks:mint.md │ │ │ │ │ ├── algokit:cli:features:tasks:nfd.md │ │ │ │ │ ├── algokit:cli:features:tasks:opt.md │ │ │ │ │ ├── algokit:cli:features:tasks:send.md │ │ │ │ │ ├── algokit:cli:features:tasks:sign.md │ │ │ │ │ ├── algokit:cli:features:tasks:transfer.md │ │ │ │ │ ├── algokit:cli:features:tasks:vanity_address.md │ │ │ │ │ ├── algokit:cli:features:tasks:wallet.md │ │ │ │ │ ├── algokit:cli:features:tasks.md │ │ │ │ │ ├── algokit:cli:tutorials:algokit-template.md │ │ │ │ │ ├── algokit:cli:tutorials:intro.md │ │ │ │ │ ├── algokit:cli:tutorials:smart-contracts.md │ │ │ │ │ ├── algokit:docs:testnet_api.md │ │ │ │ │ ├── algokit:lora:README.md │ │ │ │ │ ├── algokit:README.md │ │ │ │ │ ├── algokit:utils:python:markdown:apidocs:algokit_utils:algokit_utils.md │ │ │ │ │ ├── algokit:utils:python:markdown:capabilities:account.md │ │ │ │ │ ├── algokit:utils:python:markdown:capabilities:app-client.md │ │ │ │ │ ├── algokit:utils:python:markdown:capabilities:app-deploy.md │ │ │ │ │ ├── algokit:utils:python:markdown:capabilities:client.md │ │ │ │ │ ├── algokit:utils:python:markdown:capabilities:debugger.md │ │ │ │ │ ├── algokit:utils:python:markdown:capabilities:dispenser-client.md │ │ │ │ │ ├── algokit:utils:python:markdown:capabilities:transfer.md │ │ │ │ │ ├── algokit:utils:python:markdown:index.md │ │ │ │ │ ├── algokit:utils:python:README.md │ │ │ │ │ ├── algokit:utils:python:source:capabilities:account.md │ │ │ │ │ ├── algokit:utils:python:source:capabilities:app-client.md │ │ │ │ │ ├── algokit:utils:python:source:capabilities:app-deploy.md │ │ │ │ │ ├── algokit:utils:python:source:capabilities:client.md │ │ │ │ │ ├── algokit:utils:python:source:capabilities:debugger.md │ │ │ │ │ ├── algokit:utils:python:source:capabilities:dispenser-client.md │ │ │ │ │ ├── algokit:utils:python:source:capabilities:transfer.md │ │ │ │ │ ├── algokit:utils:python:source:index.md │ │ │ │ │ ├── algokit:utils:typescript:capabilities:account.md │ │ │ │ │ ├── algokit:utils:typescript:capabilities:algorand-client.md │ │ │ │ │ ├── algokit:utils:typescript:capabilities:amount.md │ │ │ │ │ ├── algokit:utils:typescript:capabilities:app-client.md │ │ │ │ │ ├── algokit:utils:typescript:capabilities:app-deploy.md │ │ │ │ │ ├── algokit:utils:typescript:capabilities:app.md │ │ │ │ │ ├── algokit:utils:typescript:capabilities:asset.md │ │ │ │ │ ├── algokit:utils:typescript:capabilities:client.md │ │ │ │ │ ├── algokit:utils:typescript:capabilities:debugging.md │ │ │ │ │ ├── algokit:utils:typescript:capabilities:dispenser-client.md │ │ │ │ │ ├── algokit:utils:typescript:capabilities:event-emitter.md │ │ │ │ │ ├── algokit:utils:typescript:capabilities:indexer.md │ │ │ │ │ ├── algokit:utils:typescript:capabilities:testing.md │ │ │ │ │ ├── algokit:utils:typescript:capabilities:transaction-composer.md │ │ │ │ │ ├── algokit:utils:typescript:capabilities:transaction.md │ │ │ │ │ ├── algokit:utils:typescript:capabilities:transfer.md │ │ │ │ │ ├── algokit:utils:typescript:capabilities:typed-app-clients.md │ │ │ │ │ ├── algokit:utils:typescript:code:classes:testing.TestLogger.md │ │ │ │ │ ├── algokit:utils:typescript:code:classes:testing.TransactionLogger.md │ │ │ │ │ ├── algokit:utils:typescript:code:classes:types_account_manager.AccountManager.md │ │ │ │ │ ├── algokit:utils:typescript:code:classes:types_account.MultisigAccount.md │ │ │ │ │ ├── algokit:utils:typescript:code:classes:types_account.SigningAccount.md │ │ │ │ │ ├── algokit:utils:typescript:code:classes:types_algo_http_client_with_retry.AlgoHttpClientWithRetry.md │ │ │ │ │ ├── algokit:utils:typescript:code:classes:types_algorand_client_transaction_creator.AlgorandClientTransactionCreator.md │ │ │ │ │ ├── algokit:utils:typescript:code:classes:types_algorand_client_transaction_sender.AlgorandClientTransactionSender.md │ │ │ │ │ ├── algokit:utils:typescript:code:classes:types_algorand_client.AlgorandClient.md │ │ │ │ │ ├── algokit:utils:typescript:code:classes:types_amount.AlgoAmount.md │ │ │ │ │ ├── algokit:utils:typescript:code:classes:types_app_arc56.Arc56Method.md │ │ │ │ │ ├── algokit:utils:typescript:code:classes:types_app_client.AppClient.md │ │ │ │ │ ├── algokit:utils:typescript:code:classes:types_app_client.ApplicationClient.md │ │ │ │ │ ├── algokit:utils:typescript:code:classes:types_app_deployer.AppDeployer.md │ │ │ │ │ ├── algokit:utils:typescript:code:classes:types_app_factory.AppFactory.md │ │ │ │ │ ├── algokit:utils:typescript:code:classes:types_app_manager.AppManager.md │ │ │ │ │ ├── algokit:utils:typescript:code:classes:types_asset_manager.AssetManager.md │ │ │ │ │ ├── algokit:utils:typescript:code:classes:types_async_event_emitter.AsyncEventEmitter.md │ │ │ │ │ ├── algokit:utils:typescript:code:classes:types_client_manager.ClientManager.md │ │ │ │ │ ├── algokit:utils:typescript:code:classes:types_composer.TransactionComposer.md │ │ │ │ │ ├── algokit:utils:typescript:code:classes:types_config.UpdatableConfig.md │ │ │ │ │ ├── algokit:utils:typescript:code:classes:types_dispenser_client.TestNetDispenserApiClient.md │ │ │ │ │ ├── algokit:utils:typescript:code:classes:types_kmd_account_manager.KmdAccountManager.md │ │ │ │ │ ├── algokit:utils:typescript:code:classes:types_logic_error.LogicError.md │ │ │ │ │ ├── algokit:utils:typescript:code:enums:types_app.OnSchemaBreak.md │ │ │ │ │ ├── algokit:utils:typescript:code:enums:types_app.OnUpdate.md │ │ │ │ │ ├── algokit:utils:typescript:code:enums:types_indexer.AccountStatus.md │ │ │ │ │ ├── algokit:utils:typescript:code:enums:types_indexer.ApplicationOnComplete.md │ │ │ │ │ ├── algokit:utils:typescript:code:enums:types_indexer.SignatureType.md │ │ │ │ │ ├── algokit:utils:typescript:code:enums:types_lifecycle_events.EventType.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_account_manager.EnsureFundedResult.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_account.AccountConfig.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_account.TransactionSignerAccount.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_algorand_client_interface.AlgorandClientInterface.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_arc56.Arc56Contract.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_arc56.Event.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_arc56.Method.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_arc56.ProgramSourceInfo.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_arc56.StorageKey.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_arc56.StorageMap.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_arc56.StructField.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_client.AppClientCallABIArgs.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_client.AppClientCallCoreParams.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_client.AppClientCompilationParams.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_client.AppClientCompilationResult.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_client.AppClientDeployCallInterfaceParams.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_client.AppClientDeployCoreParams.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_client.AppClientDeployParams.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_client.AppClientParams.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_client.AppSourceMaps.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_client.FundAppAccountParams.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_client.ResolveAppById.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_client.ResolveAppByIdBase.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_client.SourceMapExport.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_deployer.AppLookup.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_deployer.AppMetadata.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_factory.AppFactoryParams.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_manager.AppInformation.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_manager.BoxReference.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_manager.BoxValueRequestParams.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_manager.BoxValuesRequestParams.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_spec.AppSources.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_spec.AppSpec.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_spec.CallConfig.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_spec.DeclaredSchemaValueSpec.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_spec.Hint.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_spec.ReservedSchemaValueSpec.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_spec.Schema.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_spec.SchemaSpec.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_spec.StateSchemaSpec.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app_spec.Struct.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app.AppCallParams.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app.AppCallTransactionResultOfType.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app.AppCompilationResult.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app.AppDeploymentParams.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app.AppDeployMetadata.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app.AppLookup.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app.AppMetadata.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app.AppReference.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app.AppState.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app.AppStorageSchema.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app.BoxName.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app.BoxReference.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app.BoxValueRequestParams.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app.BoxValuesRequestParams.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app.CompiledTeal.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app.CoreAppCallArgs.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app.CreateAppParams.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app.RawAppCallArgs.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app.TealTemplateParams.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_app.UpdateAppParams.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_asset_manager.AssetInformation.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_asset_manager.BulkAssetOptInOutResult.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_asset.AssetBulkOptInOutParams.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_asset.AssetOptInParams.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_asset.AssetOptOutParams.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_asset.CreateAssetParams.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_client_manager.AlgoSdkClients.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_client_manager.TypedAppClient.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_client_manager.TypedAppFactory.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_composer.BuiltTransactions.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_config.Config.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_debugging.AVMTracesEventData.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_debugging.TealSourceDebugEventData.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_debugging.TealSourcesDebugEventData.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_dispenser_client.DispenserFundResponse.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_dispenser_client.DispenserLimitResponse.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_dispenser_client.TestNetDispenserApiClientParams.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_indexer.LookupAssetHoldingsOptions.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_logic_error.LogicErrorDetails.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_network_client.AlgoClientConfig.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_network_client.AlgoConfig.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_network_client.NetworkDetails.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_testing.AlgoKitLogCaptureFixture.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_testing.AlgorandFixture.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_testing.AlgorandFixtureConfig.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_testing.AlgorandTestAutomationContext.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_testing.GetTestAccountParams.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_testing.LogSnapshotConfig.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_transaction.AtomicTransactionComposerToSend.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_transaction.ConfirmedTransactionResult.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_transaction.ConfirmedTransactionResults.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_transaction.SendAtomicTransactionComposerResults.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_transaction.SendParams.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_transaction.SendTransactionParams.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_transaction.SendTransactionResult.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_transaction.SendTransactionResults.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_transaction.TransactionGroupToSend.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_transaction.TransactionToSign.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_transfer.AlgoRekeyParams.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_transfer.AlgoTransferParams.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_transfer.EnsureFundedParams.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_transfer.EnsureFundedReturnType.md │ │ │ │ │ ├── algokit:utils:typescript:code:interfaces:types_transfer.TransferAssetParams.md │ │ │ │ │ ├── algokit:utils:typescript:code:modules:index.indexer.md │ │ │ │ │ ├── algokit:utils:typescript:code:modules:index.md │ │ │ │ │ ├── algokit:utils:typescript:code:modules:testing.md │ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_account_manager_spec.md │ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_account_manager.md │ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_account.md │ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_algo_http_client_with_retry.md │ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_algorand_client_asset_spec.md │ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_algorand_client_interface.md │ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_algorand_client_spec.md │ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_algorand_client_transaction_creator.md │ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_algorand_client_transaction_sender.md │ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_algorand_client_transfer_spec.md │ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_algorand_client.md │ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_amount_spec.md │ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_amount.md │ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_app_arc56.md │ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_app_client_spec.md │ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_app_client.md │ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_app_deployer.md │ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_app_factory_and_client_spec.md │ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_app_factory.md │ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_app_manager.md │ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_app_spec.md │ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_app.md │ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_asset_manager.md │ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_asset.md │ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_async_event_emitter_spec.md │ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_async_event_emitter.md │ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_client_manager_spec.md │ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_client_manager.md │ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_composer.md │ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_config.md │ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_debugging.md │ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_dispenser_client_spec.md │ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_dispenser_client.md │ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_expand.md │ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_indexer.md │ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_kmd_account_manager.md │ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_lifecycle_events.md │ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_logging.md │ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_logic_error.md │ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_network_client.md │ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_testing.md │ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_transaction.md │ │ │ │ │ ├── algokit:utils:typescript:code:modules:types_transfer.md │ │ │ │ │ ├── algokit:utils:typescript:code:README.md │ │ │ │ │ ├── algokit:utils:typescript:README.md │ │ │ │ │ ├── algokit:utils:typescript:v7-migration.md │ │ │ │ │ ├── algokit:utils:typescript:v8-migration.md │ │ │ │ │ ├── ARCs:ARC-template.md │ │ │ │ │ ├── ARCs:assets:arc-0012:README.md │ │ │ │ │ ├── ARCs:assets:arc-0034:TemplateForm.md │ │ │ │ │ ├── ARCs:assets:arc-0062:README.md │ │ │ │ │ ├── ARCs:pages:nfts.md │ │ │ │ │ ├── ARCs:pages:wallets.md │ │ │ │ │ ├── ARCs:README.md │ │ │ │ │ ├── ARCs:specs:arc-0000.md │ │ │ │ │ ├── ARCs:specs:arc-0001.md │ │ │ │ │ ├── ARCs:specs:arc-0002.md │ │ │ │ │ ├── ARCs:specs:arc-0003.md │ │ │ │ │ ├── ARCs:specs:arc-0004.md │ │ │ │ │ ├── ARCs:specs:arc-0005.md │ │ │ │ │ ├── ARCs:specs:arc-0006.md │ │ │ │ │ ├── ARCs:specs:arc-0007.md │ │ │ │ │ ├── ARCs:specs:arc-0008.md │ │ │ │ │ ├── ARCs:specs:arc-0009.md │ │ │ │ │ ├── ARCs:specs:arc-0010.md │ │ │ │ │ ├── ARCs:specs:arc-0011.md │ │ │ │ │ ├── ARCs:specs:arc-0012.md │ │ │ │ │ ├── ARCs:specs:arc-0015.md │ │ │ │ │ ├── ARCs:specs:arc-0016.md │ │ │ │ │ ├── ARCs:specs:arc-0018.md │ │ │ │ │ ├── ARCs:specs:arc-0019.md │ │ │ │ │ ├── ARCs:specs:arc-0020.md │ │ │ │ │ ├── ARCs:specs:arc-0021.md │ │ │ │ │ ├── ARCs:specs:arc-0022.md │ │ │ │ │ ├── ARCs:specs:arc-0023.md │ │ │ │ │ ├── ARCs:specs:arc-0025.md │ │ │ │ │ ├── ARCs:specs:arc-0026.md │ │ │ │ │ ├── ARCs:specs:arc-0028.md │ │ │ │ │ ├── ARCs:specs:arc-0032.md │ │ │ │ │ ├── ARCs:specs:arc-0033.md │ │ │ │ │ ├── ARCs:specs:arc-0034.md │ │ │ │ │ ├── ARCs:specs:arc-0035.md │ │ │ │ │ ├── ARCs:specs:arc-0036.md │ │ │ │ │ ├── ARCs:specs:arc-0042.md │ │ │ │ │ ├── ARCs:specs:arc-0047.md │ │ │ │ │ ├── ARCs:specs:arc-0048.md │ │ │ │ │ ├── ARCs:specs:arc-0049.md │ │ │ │ │ ├── ARCs:specs:arc-0054.md │ │ │ │ │ ├── ARCs:specs:arc-0055.md │ │ │ │ │ ├── ARCs:specs:arc-0056.md │ │ │ │ │ ├── ARCs:specs:arc-0059.md │ │ │ │ │ ├── ARCs:specs:arc-0062.md │ │ │ │ │ ├── ARCs:specs:arc-0065.md │ │ │ │ │ ├── ARCs:specs:arc-0069.md │ │ │ │ │ ├── ARCs:specs:arc-0072.md │ │ │ │ │ ├── ARCs:specs:arc-0073.md │ │ │ │ │ ├── ARCs:specs:arc-0074.md │ │ │ │ │ ├── ARCs:specs:arc-0076.md │ │ │ │ │ ├── ARCs:specs:arc-0078.md │ │ │ │ │ ├── ARCs:specs:arc-0079.md │ │ │ │ │ ├── ARCs:specs:arc-0200.md │ │ │ │ │ ├── clis_index.md │ │ │ │ │ ├── developer:docs:about.md │ │ │ │ │ ├── developer:docs:clis:algokey:algokey.md │ │ │ │ │ ├── developer:docs:clis:algokey:generate.md │ │ │ │ │ ├── developer:docs:clis:algokey:import.md │ │ │ │ │ ├── developer:docs:clis:algokey:multisig:append-auth-addr.md │ │ │ │ │ ├── developer:docs:clis:algokey:multisig:multisig.md │ │ │ │ │ ├── developer:docs:clis:algokey:part:info.md │ │ │ │ │ ├── developer:docs:clis:algokey:part:part.md │ │ │ │ │ ├── developer:docs:clis:algokey:part:reparent.md │ │ │ │ │ ├── developer:docs:clis:algokey:sign.md │ │ │ │ │ ├── developer:docs:clis:conduit:conduit.md │ │ │ │ │ ├── developer:docs:clis:conduit:init.md │ │ │ │ │ ├── developer:docs:clis:conduit:list:exporters.md │ │ │ │ │ ├── developer:docs:clis:conduit:list:importers.md │ │ │ │ │ ├── developer:docs:clis:conduit:list:list.md │ │ │ │ │ ├── developer:docs:clis:conduit:list:processors.md │ │ │ │ │ ├── developer:docs:clis:diagcfg:diagcfg.md │ │ │ │ │ ├── developer:docs:clis:diagcfg:metric:disable.md │ │ │ │ │ ├── developer:docs:clis:diagcfg:metric:enable.md │ │ │ │ │ ├── developer:docs:clis:diagcfg:metric:metric.md │ │ │ │ │ ├── developer:docs:clis:diagcfg:metric:status.md │ │ │ │ │ ├── developer:docs:clis:diagcfg:telemetry:disable.md │ │ │ │ │ ├── developer:docs:clis:diagcfg:telemetry:enable.md │ │ │ │ │ ├── developer:docs:clis:diagcfg:telemetry:endpoint.md │ │ │ │ │ ├── developer:docs:clis:diagcfg:telemetry:name.md │ │ │ │ │ ├── developer:docs:clis:diagcfg:telemetry:status.md │ │ │ │ │ ├── developer:docs:clis:diagcfg:telemetry:telemetry.md │ │ │ │ │ ├── developer:docs:clis:goal:node:restart.md │ │ │ │ │ ├── developer:docs:clis:goal:node:start.md │ │ │ │ │ ├── developer:docs:clis:goal:node:status.md │ │ │ │ │ ├── developer:docs:clis:goal:node:stop.md │ │ │ │ │ ├── developer:docs:clis:goal:node:wait.md │ │ │ │ │ ├── developer:docs:clis:goal:protocols.md │ │ │ │ │ ├── developer:docs:clis:goal:report.md │ │ │ │ │ ├── developer:docs:clis:goal:version.md │ │ │ │ │ ├── developer:docs:clis:goal:wallet:list.md │ │ │ │ │ ├── developer:docs:clis:goal:wallet:new.md │ │ │ │ │ ├── developer:docs:clis:goal:wallet:wallet.md │ │ │ │ │ ├── developer:docs:clis:indexer:api-config.md │ │ │ │ │ ├── developer:docs:clis:indexer:daemon.md │ │ │ │ │ ├── developer:docs:clis:indexer:indexer.md │ │ │ │ │ ├── developer:docs:clis:indexer:util:util.md │ │ │ │ │ ├── developer:docs:clis:indexer:util:validator.md │ │ │ │ │ ├── developer:docs:clis:kmd.md │ │ │ │ │ ├── developer:docs:clis:tealdbg:debug.md │ │ │ │ │ ├── developer:docs:clis:tealdbg:remote.md │ │ │ │ │ ├── developer:docs:clis:tealdbg:tealdbg.md │ │ │ │ │ ├── developer:docs:details:accounts:create.md │ │ │ │ │ ├── developer:docs:details:accounts:index.md │ │ │ │ │ ├── developer:docs:details:accounts:rekey.md │ │ │ │ │ ├── developer:docs:details:algorand_consensus.md │ │ │ │ │ ├── developer:docs:details:algorand-networks:betanet.md │ │ │ │ │ ├── developer:docs:details:algorand-networks:index.md │ │ │ │ │ ├── developer:docs:details:algorand-networks:mainnet.md │ │ │ │ │ ├── developer:docs:details:algorand-networks:testnet.md │ │ │ │ │ ├── developer:docs:details:asa.md │ │ │ │ │ ├── developer:docs:details:atc.md │ │ │ │ │ ├── developer:docs:details:atomic_transfers.md │ │ │ │ │ ├── developer:docs:details:conduit.md │ │ │ │ │ ├── developer:docs:details:crust.md │ │ │ │ │ ├── developer:docs:details:dapps:avm:index.md │ │ │ │ │ ├── developer:docs:details:dapps:avm:teal:guidelines.md │ │ │ │ │ ├── developer:docs:details:dapps:avm:teal:index.md │ │ │ │ │ ├── developer:docs:details:dapps:avm:teal:jsonspec.md │ │ │ │ │ ├── developer:docs:details:dapps:avm:teal:opcodes:index.md │ │ │ │ │ ├── developer:docs:details:dapps:avm:teal:opcodes:v1.md │ │ │ │ │ ├── developer:docs:details:dapps:avm:teal:opcodes:v10.md │ │ │ │ │ ├── developer:docs:details:dapps:avm:teal:opcodes:v2.md │ │ │ │ │ ├── developer:docs:details:dapps:avm:teal:opcodes:v3.md │ │ │ │ │ ├── developer:docs:details:dapps:avm:teal:opcodes:v4.md │ │ │ │ │ ├── developer:docs:details:dapps:avm:teal:opcodes:v5.md │ │ │ │ │ ├── developer:docs:details:dapps:avm:teal:opcodes:v6.md │ │ │ │ │ ├── developer:docs:details:dapps:avm:teal:opcodes:v7.md │ │ │ │ │ ├── developer:docs:details:dapps:avm:teal:opcodes:v8.md │ │ │ │ │ ├── developer:docs:details:dapps:avm:teal:opcodes:v9.md │ │ │ │ │ ├── developer:docs:details:dapps:avm:teal:specification.md │ │ │ │ │ ├── developer:docs:details:dapps:smart-contracts:ABI:index.md │ │ │ │ │ ├── developer:docs:details:dapps:smart-contracts:apps:create.md │ │ │ │ │ ├── developer:docs:details:dapps:smart-contracts:apps:index.md │ │ │ │ │ ├── developer:docs:details:dapps:smart-contracts:apps:innertx.md │ │ │ │ │ ├── developer:docs:details:dapps:smart-contracts:apps:state.md │ │ │ │ │ ├── developer:docs:details:dapps:smart-contracts:apps:txs.md │ │ │ │ │ ├── developer:docs:details:dapps:smart-contracts:debugging.md │ │ │ │ │ ├── developer:docs:details:dapps:smart-contracts:frontend:apps.md │ │ │ │ │ ├── developer:docs:details:dapps:smart-contracts:frontend:smartsigs.md │ │ │ │ │ ├── developer:docs:details:dapps:smart-contracts:guidelines.md │ │ │ │ │ ├── developer:docs:details:dapps:smart-contracts:index.md │ │ │ │ │ ├── developer:docs:details:dapps:smart-contracts:smartsigs:index.md │ │ │ │ │ ├── developer:docs:details:dapps:smart-contracts:smartsigs:modes.md │ │ │ │ │ ├── developer:docs:details:dapps:smart-contracts:smartsigs:walkthrough.md │ │ │ │ │ ├── developer:docs:details:dapps:writing-contracts:beaker.md │ │ │ │ │ ├── developer:docs:details:dapps:writing-contracts:pyteal.md │ │ │ │ │ ├── developer:docs:details:dapps:writing-contracts:python.md │ │ │ │ │ ├── developer:docs:details:encoding.md │ │ │ │ │ ├── developer:docs:details:ethereum_to_algorand.md │ │ │ │ │ ├── developer:docs:details:index.md │ │ │ │ │ ├── developer:docs:details:indexer.md │ │ │ │ │ ├── developer:docs:details:parameter_tables.md │ │ │ │ │ ├── developer:docs:details:stateproofs:index.md │ │ │ │ │ ├── developer:docs:details:stateproofs:light_client.md │ │ │ │ │ ├── developer:docs:details:technical_faq.md │ │ │ │ │ ├── developer:docs:details:transactions:index.md │ │ │ │ │ ├── developer:docs:details:transactions:offline_transactions.md │ │ │ │ │ ├── developer:docs:details:transactions:payment_prompts.md │ │ │ │ │ ├── developer:docs:details:transactions:signatures.md │ │ │ │ │ ├── developer:docs:details:transactions:transactions.md │ │ │ │ │ ├── developer:docs:details:useful_resources.md │ │ │ │ │ ├── developer:docs:get-started:algokit.md │ │ │ │ │ ├── developer:docs:get-started:basics:what_is_blockchain.md │ │ │ │ │ ├── developer:docs:get-started:basics:whats_a_dapp.md │ │ │ │ │ ├── developer:docs:get-started:basics:where_to_start.md │ │ │ │ │ ├── developer:docs:get-started:basics:why_algorand.md │ │ │ │ │ ├── developer:docs:get-started:tokenization:ft.md │ │ │ │ │ ├── developer:docs:get-started:tokenization:nft.md │ │ │ │ │ ├── developer:docs:index.md │ │ │ │ │ ├── developer:docs:rest-apis:algod.md │ │ │ │ │ ├── developer:docs:rest-apis:indexer.md │ │ │ │ │ ├── developer:docs:rest-apis:kmd.md │ │ │ │ │ ├── developer:docs:rest-apis:restendpoints.md │ │ │ │ │ ├── developer:docs:run-a-node:operations:catchup.md │ │ │ │ │ ├── developer:docs:run-a-node:operations:switch_networks.md │ │ │ │ │ ├── developer:docs:run-a-node:participate:generate_keys.md │ │ │ │ │ ├── developer:docs:run-a-node:participate:index.md │ │ │ │ │ ├── developer:docs:run-a-node:participate:offline.md │ │ │ │ │ ├── developer:docs:run-a-node:participate:online.md │ │ │ │ │ ├── developer:docs:run-a-node:participate:renew.md │ │ │ │ │ ├── developer:docs:run-a-node:reference:artifacts.md │ │ │ │ │ ├── developer:docs:run-a-node:reference:config.md │ │ │ │ │ ├── developer:docs:run-a-node:reference:relay.md │ │ │ │ │ ├── developer:docs:run-a-node:reference:telemetry-config.md │ │ │ │ │ ├── developer:docs:run-a-node:setup:indexer.md │ │ │ │ │ ├── developer:docs:run-a-node:setup:install.md │ │ │ │ │ ├── developer:docs:run-a-node:setup:node-troubleshooting.md │ │ │ │ │ ├── developer:docs:run-a-node:setup:types.md │ │ │ │ │ ├── developer:docs:sdks:go:index.md │ │ │ │ │ ├── developer:docs:sdks:index.md │ │ │ │ │ ├── developer:docs:sdks:java:index.md │ │ │ │ │ ├── developer:docs:sdks:javascript:index.md │ │ │ │ │ ├── developer:docs:sdks:python:index.md │ │ │ │ │ ├── developer:python:code:example:accounts.md │ │ │ │ │ ├── developer:python:code:example:arc4_types.md │ │ │ │ │ ├── developer:python:code:example:assets.md │ │ │ │ │ ├── developer:python:code:example:box_storage.md │ │ │ │ │ ├── developer:python:code:example:control_flow.md │ │ │ │ │ ├── developer:python:code:example:crypto:merkle_tree.md │ │ │ │ │ ├── developer:python:code:example:defi:amm.md │ │ │ │ │ ├── developer:python:code:example:defi:auction.md │ │ │ │ │ ├── developer:python:code:example:defi:htlc_logicsig.md │ │ │ │ │ ├── developer:python:code:example:defi:marketplace.md │ │ │ │ │ ├── developer:python:code:example:events:arc28_events.md │ │ │ │ │ ├── developer:python:code:example:global_storage.md │ │ │ │ │ ├── developer:python:code:example:governance:simple_voting.md │ │ │ │ │ ├── developer:python:code:example:hello_world.md │ │ │ │ │ ├── developer:python:code:example:inner_transactions.md │ │ │ │ │ ├── developer:python:code:example:local_storage.md │ │ │ │ │ ├── developer:python:code:example:nft:proof_of_attendance.md │ │ │ │ │ ├── developer:python:code:example:privacy:zk_whitelist.md │ │ │ │ │ ├── developer:python:code:example:scratch_storage.md │ │ │ │ │ ├── developer:python:code:example:self_payment.md │ │ │ │ │ ├── developer:python:code:example:struct_in_box.md │ │ │ │ │ ├── developer:python:code:example:subsidize_app_call.md │ │ │ │ │ ├── developer:python:code:example:transactions.md │ │ │ │ │ ├── developer:python:code:example:utility:calculator.md │ │ │ │ │ ├── devportal-code-examples:projects:python-contract-examples:README.md │ │ │ │ │ ├── devportal-code-examples:README.md │ │ │ │ │ ├── docs:.walletconnect:index.md │ │ │ │ │ ├── docs:.walletconnect:walletconnect-schema.md │ │ │ │ │ ├── docs:README.md │ │ │ │ │ ├── docs:scripts:example_tracker:example_list.md │ │ │ │ │ ├── docs:scripts:README.md │ │ │ │ │ ├── index.md │ │ │ │ │ ├── liquid_auth_index.md │ │ │ │ │ ├── liquid-auth:ARCHITECTURE.md │ │ │ │ │ ├── liquid-auth:decisions:1-Service-Authentication.md │ │ │ │ │ ├── liquid-auth:decisions:2-Bidirectional-Communication.md │ │ │ │ │ ├── liquid-auth:decisions:3-Peer-to-Peer-Signaling.md │ │ │ │ │ ├── liquid-auth:decisions:4-Fido-Extension.md │ │ │ │ │ ├── liquid-auth:decisions:README.md │ │ │ │ │ ├── liquid-auth:docs:architecture.md │ │ │ │ │ ├── liquid-auth:docs:clients:android:provider-service:authenticate.md │ │ │ │ │ ├── liquid-auth:docs:clients:android:provider-service:register.md │ │ │ │ │ ├── liquid-auth:docs:clients:browser:authentication.md │ │ │ │ │ ├── liquid-auth:docs:clients:browser:example.md │ │ │ │ │ ├── liquid-auth:docs:introduction.md │ │ │ │ │ ├── liquid-auth:docs:README.md │ │ │ │ │ ├── liquid-auth:docs:server:environment-variables.md │ │ │ │ │ ├── liquid-auth:docs:server:integrations.md │ │ │ │ │ ├── liquid-auth:docs:server:introduction.md │ │ │ │ │ ├── liquid-auth:docs:server:running-locally.md │ │ │ │ │ ├── liquid-auth:README.md │ │ │ │ │ ├── liquid-auth:SEQUENCE.md │ │ │ │ │ ├── liquid-auth:services:liquid-auth-api-js:src:assertion:assertion.controller.post.request.md │ │ │ │ │ ├── liquid-auth:services:liquid-auth-api-js:src:assertion:assertion.controller.post.response.md │ │ │ │ │ ├── liquid-auth:services:liquid-auth-api-js:src:attestation:attestation.controller.post.request.md │ │ │ │ │ ├── liquid-auth:services:liquid-auth-api-js:src:auth:auth.controller.get.user.md │ │ │ │ │ ├── liquid-auth:sites:express-dapp:README.md │ │ │ │ │ ├── liquid-auth:VISION.md │ │ │ │ │ ├── puya_index.md │ │ │ │ │ ├── puya:docs:algopy_testing:index.md │ │ │ │ │ ├── puya:docs:api-algopy.arc4.md │ │ │ │ │ ├── puya:docs:api-algopy.gtxn.md │ │ │ │ │ ├── puya:docs:api-algopy.itxn.md │ │ │ │ │ ├── puya:docs:api-algopy.md │ │ │ │ │ ├── puya:docs:api-algopy.op.md │ │ │ │ │ ├── puya:docs:api.md │ │ │ │ │ ├── puya:docs:compiler.md │ │ │ │ │ ├── puya:docs:index.md │ │ │ │ │ ├── puya:docs:language-guide.md │ │ │ │ │ ├── puya:docs:lg-arc28.md │ │ │ │ │ ├── puya:docs:lg-arc4.md │ │ │ │ │ ├── puya:docs:lg-builtins.md │ │ │ │ │ ├── puya:docs:lg-calling-apps.md │ │ │ │ │ ├── puya:docs:lg-compile.md │ │ │ │ │ ├── puya:docs:lg-control.md │ │ │ │ │ ├── puya:docs:lg-errors.md │ │ │ │ │ ├── puya:docs:lg-logs.md │ │ │ │ │ ├── puya:docs:lg-modules.md │ │ │ │ │ ├── puya:docs:lg-opcode-budget.md │ │ │ │ │ ├── puya:docs:lg-ops.md │ │ │ │ │ ├── puya:docs:lg-storage.md │ │ │ │ │ ├── puya:docs:lg-structure.md │ │ │ │ │ ├── puya:docs:lg-transactions.md │ │ │ │ │ ├── puya:docs:lg-types.md │ │ │ │ │ ├── puya:docs:lg-unsupported-python-features.md │ │ │ │ │ ├── puya:docs:principles.md │ │ │ │ │ ├── puya:examples:auction:README.md │ │ │ │ │ ├── puya:python:testing:docs:algopy.md │ │ │ │ │ ├── puya:python:testing:docs:api.md │ │ │ │ │ ├── puya:python:testing:docs:coverage.md │ │ │ │ │ ├── puya:python:testing:docs:examples.md │ │ │ │ │ ├── puya:python:testing:docs:faq.md │ │ │ │ │ ├── puya:python:testing:docs:index.md │ │ │ │ │ ├── puya:python:testing:docs:testing-guide:arc4-types.md │ │ │ │ │ ├── puya:python:testing:docs:testing-guide:avm-types.md │ │ │ │ │ ├── puya:python:testing:docs:testing-guide:concepts.md │ │ │ │ │ ├── puya:python:testing:docs:testing-guide:contract-testing.md │ │ │ │ │ ├── puya:python:testing:docs:testing-guide:index.md │ │ │ │ │ ├── puya:python:testing:docs:testing-guide:opcodes.md │ │ │ │ │ ├── puya:python:testing:docs:testing-guide:signature-testing.md │ │ │ │ │ ├── puya:python:testing:docs:testing-guide:state-management.md │ │ │ │ │ ├── puya:python:testing:docs:testing-guide:subroutines.md │ │ │ │ │ ├── puya:python:testing:docs:testing-guide:transactions.md │ │ │ │ │ ├── puya:python:testing:examples:README.md │ │ │ │ │ ├── puya:python:testing:README.md │ │ │ │ │ ├── puya:README.md │ │ │ │ │ ├── puya:src:puya:ARCHITECTURE.md │ │ │ │ │ ├── puya:src:puyapy:_typeshed:README.md │ │ │ │ │ ├── puya:src:puyapy:_vendor:mypy:typeshed:stdlib:_typeshed:README.md │ │ │ │ │ ├── puya:src:puyapy:awst_build:README.md │ │ │ │ │ ├── puya:stubs:README.md │ │ │ │ │ ├── puya:tests:test_expected_output:README.md │ │ │ │ │ ├── puya:typescript:docs:architecture-decisions:2024-05-21_primitive-bytes-and-strings.md │ │ │ │ │ ├── puya:typescript:docs:architecture-decisions:2024-05-21_primitive-integer-types.md │ │ │ │ │ ├── puya:typescript:docs:README.md │ │ │ │ │ ├── puya:typescript:packages:algo-ts:readme.md │ │ │ │ │ ├── puya:typescript:README.md │ │ │ │ │ ├── SDKs:javascript:classes:ABIAddressType.md │ │ │ │ │ ├── SDKs:javascript:classes:ABIArrayDynamicType.md │ │ │ │ │ ├── SDKs:javascript:classes:ABIArrayStaticType.md │ │ │ │ │ ├── SDKs:javascript:classes:ABIBoolType.md │ │ │ │ │ ├── SDKs:javascript:classes:ABIByteType.md │ │ │ │ │ ├── SDKs:javascript:classes:ABIContract.md │ │ │ │ │ ├── SDKs:javascript:classes:ABIInterface.md │ │ │ │ │ ├── SDKs:javascript:classes:ABIMethod.md │ │ │ │ │ ├── SDKs:javascript:classes:ABIStringType.md │ │ │ │ │ ├── SDKs:javascript:classes:ABITupleType.md │ │ │ │ │ ├── SDKs:javascript:classes:ABIType.md │ │ │ │ │ ├── SDKs:javascript:classes:ABIUfixedType.md │ │ │ │ │ ├── SDKs:javascript:classes:ABIUintType.md │ │ │ │ │ ├── SDKs:javascript:classes:Algodv2.md │ │ │ │ │ ├── SDKs:javascript:classes:AtomicTransactionComposer.md │ │ │ │ │ ├── SDKs:javascript:classes:DryrunResult.md │ │ │ │ │ ├── SDKs:javascript:classes:Indexer.md │ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.Account.md │ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.AccountParticipation.md │ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.AccountResponse.md │ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.AccountsResponse.md │ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.AccountStateDelta.md │ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.Application.md │ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.ApplicationLocalState.md │ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.ApplicationLocalStatesResponse.md │ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.ApplicationLogData.md │ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.ApplicationLogsResponse.md │ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.ApplicationParams.md │ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.ApplicationResponse.md │ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.ApplicationsResponse.md │ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.ApplicationStateSchema.md │ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.Asset.md │ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.AssetBalancesResponse.md │ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.AssetHolding.md │ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.AssetHoldingsResponse.md │ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.AssetParams.md │ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.AssetResponse.md │ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.AssetsResponse.md │ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.Block.md │ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.BlockRewards.md │ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.BlockUpgradeState.md │ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.BlockUpgradeVote.md │ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.Box.md │ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.BoxDescriptor.md │ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.BoxesResponse.md │ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.ErrorResponse.md │ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.EvalDelta.md │ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.EvalDeltaKeyValue.md │ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.HashFactory.md │ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.HealthCheck.md │ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.IndexerStateProofMessage.md │ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.MerkleArrayProof.md │ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.MiniAssetHolding.md │ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.ParticipationUpdates.md │ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.StateProofFields.md │ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.StateProofParticipant.md │ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.StateProofReveal.md │ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.StateProofSignature.md │ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.StateProofSigSlot.md │ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.StateProofTracking.md │ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.StateProofVerifier.md │ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.StateSchema.md │ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.TealKeyValue.md │ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.TealValue.md │ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.Transaction.md │ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.TransactionApplication.md │ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.TransactionAssetConfig.md │ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.TransactionAssetFreeze.md │ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.TransactionAssetTransfer.md │ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.TransactionKeyreg.md │ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.TransactionPayment.md │ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.TransactionResponse.md │ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.TransactionSignature.md │ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.TransactionSignatureLogicsig.md │ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.TransactionSignatureMultisig.md │ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.TransactionSignatureMultisigSubsignature.md │ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.TransactionsResponse.md │ │ │ │ │ ├── SDKs:javascript:classes:indexerModels.TransactionStateProof.md │ │ │ │ │ ├── SDKs:javascript:classes:Kmd.md │ │ │ │ │ ├── SDKs:javascript:classes:LogicSig.md │ │ │ │ │ ├── SDKs:javascript:classes:LogicSigAccount.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.Account.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.AccountApplicationResponse.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.AccountAssetHolding.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.AccountAssetResponse.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.AccountAssetsInformationResponse.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.AccountParticipation.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.AccountStateDelta.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.AppCallLogs.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.Application.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.ApplicationInitialStates.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.ApplicationKVStorage.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.ApplicationLocalReference.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.ApplicationLocalState.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.ApplicationParams.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.ApplicationStateOperation.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.ApplicationStateSchema.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.Asset.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.AssetHolding.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.AssetHoldingReference.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.AssetParams.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.AvmKeyValue.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.AvmValue.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.BlockHashResponse.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.BlockLogsResponse.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.BlockResponse.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.BlockTxidsResponse.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.Box.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.BoxDescriptor.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.BoxesResponse.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.BoxReference.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.BuildVersion.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.CompileResponse.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.DisassembleResponse.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.DryrunRequest.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.DryrunResponse.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.DryrunSource.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.DryrunState.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.DryrunTxnResult.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.ErrorResponse.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.EvalDelta.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.EvalDeltaKeyValue.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.GetBlockTimeStampOffsetResponse.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.GetSyncRoundResponse.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.KvDelta.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.LedgerStateDeltaForTransactionGroup.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.LightBlockHeaderProof.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.NodeStatusResponse.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.PendingTransactionResponse.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.PendingTransactionsResponse.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.PostTransactionsResponse.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.ScratchChange.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.SimulateInitialStates.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.SimulateRequest.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.SimulateRequestTransactionGroup.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.SimulateResponse.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.SimulateTraceConfig.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.SimulateTransactionGroupResult.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.SimulateTransactionResult.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.SimulateUnnamedResourcesAccessed.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.SimulationEvalOverrides.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.SimulationOpcodeTraceUnit.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.SimulationTransactionExecTrace.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.StateProof.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.StateProofMessage.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.SupplyResponse.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.TealKeyValue.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.TealValue.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.TransactionGroupLedgerStateDeltasForRoundResponse.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.TransactionParametersResponse.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.TransactionProofResponse.md │ │ │ │ │ ├── SDKs:javascript:classes:modelsv2.Version.md │ │ │ │ │ ├── SDKs:javascript:classes:SourceMap.md │ │ │ │ │ ├── SDKs:javascript:classes:Transaction.md │ │ │ │ │ ├── SDKs:javascript:enums:ABIReferenceType.md │ │ │ │ │ ├── SDKs:javascript:enums:ABITransactionType.md │ │ │ │ │ ├── SDKs:javascript:enums:AtomicTransactionComposerStatus.md │ │ │ │ │ ├── SDKs:javascript:enums:IntDecoding.md │ │ │ │ │ ├── SDKs:javascript:enums:OnApplicationComplete.md │ │ │ │ │ ├── SDKs:javascript:enums:TransactionType.md │ │ │ │ │ ├── SDKs:javascript:examples:README.md │ │ │ │ │ ├── SDKs:javascript:FAQ.md │ │ │ │ │ ├── SDKs:javascript:interfaces:ABIContractNetworkInfo.md │ │ │ │ │ ├── SDKs:javascript:interfaces:ABIContractNetworks.md │ │ │ │ │ ├── SDKs:javascript:interfaces:ABIContractParams.md │ │ │ │ │ ├── SDKs:javascript:interfaces:ABIInterfaceParams.md │ │ │ │ │ ├── SDKs:javascript:interfaces:ABIMethodArgParams.md │ │ │ │ │ ├── SDKs:javascript:interfaces:ABIMethodParams.md │ │ │ │ │ ├── SDKs:javascript:interfaces:ABIMethodReturnParams.md │ │ │ │ │ ├── SDKs:javascript:interfaces:ABIResult.md │ │ │ │ │ ├── SDKs:javascript:interfaces:Account.md │ │ │ │ │ ├── SDKs:javascript:interfaces:Address.md │ │ │ │ │ ├── SDKs:javascript:interfaces:AlgodTokenHeader.md │ │ │ │ │ ├── SDKs:javascript:interfaces:BaseHTTPClient.md │ │ │ │ │ ├── SDKs:javascript:interfaces:BaseHTTPClientError.md │ │ │ │ │ ├── SDKs:javascript:interfaces:BaseHTTPClientResponse.md │ │ │ │ │ ├── SDKs:javascript:interfaces:BoxReference.md │ │ │ │ │ ├── SDKs:javascript:interfaces:CustomTokenHeader.md │ │ │ │ │ ├── SDKs:javascript:interfaces:EncodedAssetParams.md │ │ │ │ │ ├── SDKs:javascript:interfaces:EncodedBoxReference.md │ │ │ │ │ ├── SDKs:javascript:interfaces:EncodedGlobalStateSchema.md │ │ │ │ │ ├── SDKs:javascript:interfaces:EncodedLocalStateSchema.md │ │ │ │ │ ├── SDKs:javascript:interfaces:EncodedLogicSig.md │ │ │ │ │ ├── SDKs:javascript:interfaces:EncodedLogicSigAccount.md │ │ │ │ │ ├── SDKs:javascript:interfaces:EncodedMultisig.md │ │ │ │ │ ├── SDKs:javascript:interfaces:EncodedSignedTransaction.md │ │ │ │ │ ├── SDKs:javascript:interfaces:EncodedSubsig.md │ │ │ │ │ ├── SDKs:javascript:interfaces:EncodedTransaction.md │ │ │ │ │ ├── SDKs:javascript:interfaces:IndexerTokenHeader.md │ │ │ │ │ ├── SDKs:javascript:interfaces:KMDTokenHeader.md │ │ │ │ │ ├── SDKs:javascript:interfaces:MultisigMetadata.md │ │ │ │ │ ├── SDKs:javascript:interfaces:SignedTransaction.md │ │ │ │ │ ├── SDKs:javascript:interfaces:SuggestedParams.md │ │ │ │ │ ├── SDKs:javascript:interfaces:TransactionParams.md │ │ │ │ │ ├── SDKs:javascript:interfaces:TransactionWithSigner.md │ │ │ │ │ ├── SDKs:javascript:modules:indexerModels.md │ │ │ │ │ ├── SDKs:javascript:modules:modelsv2.md │ │ │ │ │ ├── SDKs:javascript:modules.md │ │ │ │ │ ├── SDKs:javascript:README.md │ │ │ │ │ ├── SDKs:python:algosdk:v2client:harness:README.md │ │ │ │ │ ├── SDKs:python:examples:README.md │ │ │ │ │ ├── SDKs:python:README.md │ │ │ │ │ ├── tealscript:examples_amm_README.md │ │ │ │ │ ├── tealscript:examples_auction_README.md │ │ │ │ │ ├── tealscript:examples_big_box_README.md │ │ │ │ │ ├── tealscript:examples_itxns_README.md │ │ │ │ │ ├── tealscript:examples_lsig_with_app_README.md │ │ │ │ │ ├── tealscript:examples_reti_README.md │ │ │ │ │ ├── tealscript:FEATURES.md │ │ │ │ │ ├── tealscript:guides_atomic_txn.md │ │ │ │ │ ├── tealscript:guides_features.md │ │ │ │ │ ├── tealscript:guides_getting_started.md │ │ │ │ │ ├── tealscript:guides_inner_transactions.md │ │ │ │ │ ├── tealscript:guides_lifecycle.md │ │ │ │ │ ├── tealscript:guides_math.md │ │ │ │ │ ├── tealscript:guides_methods.md │ │ │ │ │ ├── tealscript:guides_multiple_contracts.md │ │ │ │ │ ├── tealscript:guides_pyteal.md │ │ │ │ │ ├── tealscript:guides_storage.md │ │ │ │ │ ├── tealscript:guides_Supported Types_arrays.md │ │ │ │ │ ├── tealscript:guides_Supported Types_numbers.md │ │ │ │ │ ├── TEALScript:README.md │ │ │ │ │ ├── tealscript:tests_test_package_README.md │ │ │ │ │ ├── tealscript:tutorials_Hello World_0001-intro.md │ │ │ │ │ ├── tealscript:tutorials_Hello World_0002-init.md │ │ │ │ │ ├── tealscript:tutorials_Hello World_0003-contract.md │ │ │ │ │ ├── tealscript:tutorials_Hello World_0004-artifacts.md │ │ │ │ │ ├── tealscript:tutorials_Hello World_0005-hello.md │ │ │ │ │ └── tealscript:tutorials_Hello World_0006-test.md │ │ │ │ └── taxonomy-categories │ │ │ │ ├── algokit-utils.json │ │ │ │ ├── algokit.json │ │ │ │ ├── arcs.json │ │ │ │ ├── clis.json │ │ │ │ ├── details.json │ │ │ │ ├── developers.json │ │ │ │ ├── liquid-auth.json │ │ │ │ ├── nodes.json │ │ │ │ ├── puya.json │ │ │ │ ├── python.json │ │ │ │ ├── sdks.json │ │ │ │ └── tealscript.json │ │ │ └── wallet │ │ │ └── index.ts │ │ ├── tools │ │ │ ├── accountManager.ts │ │ │ ├── algodManager.ts │ │ │ ├── apiManager │ │ │ │ ├── algod │ │ │ │ │ ├── account.ts │ │ │ │ │ ├── application.ts │ │ │ │ │ ├── asset.ts │ │ │ │ │ ├── index.ts │ │ │ │ │ └── transaction.ts │ │ │ │ ├── example │ │ │ │ │ ├── get-balance.ts │ │ │ │ │ └── index.ts │ │ │ │ ├── index.ts │ │ │ │ ├── indexer │ │ │ │ │ ├── account.ts │ │ │ │ │ ├── application.ts │ │ │ │ │ ├── asset.ts │ │ │ │ │ ├── index.ts │ │ │ │ │ └── transaction.ts │ │ │ │ ├── nfd │ │ │ │ │ └── index.ts │ │ │ │ ├── tinyman │ │ │ │ │ ├── analytics.ts │ │ │ │ │ ├── bootstrap.ts │ │ │ │ │ ├── index.ts │ │ │ │ │ ├── liquidity.ts │ │ │ │ │ ├── opt_in.ts │ │ │ │ │ ├── pool.ts │ │ │ │ │ ├── remove_liquidity.ts │ │ │ │ │ └── swap.ts │ │ │ │ ├── ultrade │ │ │ │ │ ├── index.ts │ │ │ │ │ ├── market.ts │ │ │ │ │ ├── system.ts │ │ │ │ │ └── wallet.ts │ │ │ │ └── vestige │ │ │ │ ├── assets.ts │ │ │ │ ├── balances.ts │ │ │ │ ├── index.ts │ │ │ │ ├── networks.ts │ │ │ │ ├── notes.ts │ │ │ │ ├── pools.ts │ │ │ │ ├── protocols.ts │ │ │ │ ├── swaps.ts │ │ │ │ └── vaults.ts │ │ │ ├── arc26Manager.ts │ │ │ ├── index.ts │ │ │ ├── knowledgeManager.ts │ │ │ ├── transactionManager │ │ │ │ ├── accountTransactions.ts │ │ │ │ ├── appTransactions │ │ │ │ │ ├── callTxn.ts │ │ │ │ │ ├── clearTxn.ts │ │ │ │ │ ├── closeOutTxn.ts │ │ │ │ │ ├── createTxn.ts │ │ │ │ │ ├── deleteTxn.ts │ │ │ │ │ ├── index.ts │ │ │ │ │ ├── optInTxn.ts │ │ │ │ │ ├── test │ │ │ │ │ │ ├── counter_approval.teal │ │ │ │ │ │ ├── counter_clear.teal │ │ │ │ │ │ ├── storage_test_approval_v2.teal │ │ │ │ │ │ ├── storage_test_approval.teal │ │ │ │ │ │ └── storage_test_clear.teal │ │ │ │ │ ├── types.ts │ │ │ │ │ └── updateTxn.ts │ │ │ │ ├── assetTransactions.ts │ │ │ │ ├── generalTransaction.ts │ │ │ │ └── index.ts │ │ │ └── utilityManager.ts │ │ ├── types.ts │ │ └── utils │ │ └── responseProcessor.ts │ ├── tests │ │ ├── resources │ │ │ ├── algod │ │ │ │ ├── account.test.ts │ │ │ │ ├── application.test.ts │ │ │ │ ├── asset.test.ts │ │ │ │ └── transaction.test.ts │ │ │ └── indexer │ │ │ ├── account.test.ts │ │ │ ├── application.test.ts │ │ │ ├── asset.test.ts │ │ │ └── transaction.test.ts │ │ └── tools │ │ ├── accountManager.test.ts │ │ ├── algodManager.test.ts │ │ ├── apiManager │ │ │ └── example │ │ │ └── get-balance.test.ts │ │ ├── transactionManager │ │ │ ├── accountTransactionManager.test.ts │ │ │ ├── appTransactionManager.test.ts │ │ │ ├── assetTransactionManager.test.ts │ │ │ ├── generalTransactionManager.test.ts │ │ │ └── transactionManager.test.ts │ │ └── utilityManager.test.ts │ └── tsconfig.json ├── README.md ├── rename_files.sh └── tsconfig.json ``` # Files -------------------------------------------------------------------------------- /packages/server/src/resources/knowledge/taxonomy/puya_index.md: -------------------------------------------------------------------------------- ```markdown 1 | # Puya Documentation Index 2 | 3 | ## Categories 4 | 5 | ### General 6 | - [SDKs:javascript:interfaces:TransactionParams](taxonomy/SDKs:javascript:interfaces:TransactionParams.md): [algosdk](../README.md) / [Exports](../modules.md) / TransactionParams 7 | 8 | ### General 9 | - [SDKs:javascript:classes:indexerModels.Block](taxonomy/SDKs:javascript:classes:indexerModels.Block.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / Block 10 | 11 | ### General 12 | - [algokit:utils:python:markdown:index](taxonomy/algokit:utils:python:markdown:index.md): AlgoKit Python Utilities 13 | 14 | ### General 15 | - [SDKs:javascript:classes:indexerModels.TransactionKeyreg](taxonomy/SDKs:javascript:classes:indexerModels.TransactionKeyreg.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / TransactionKeyreg 16 | 17 | ### General 18 | - [ARCs:specs:arc-0020](taxonomy/ARCs:specs:arc-0020.md): --- 19 | 20 | ### General 21 | - [SDKs:javascript:modules](taxonomy/SDKs:javascript:modules.md): [algosdk](README.md) / Exports 22 | 23 | ### General 24 | - [developer:docs:clis:goal:clerk:tealsign](taxonomy/developer:docs:clis:goal:clerk:tealsign.md): title: goal clerk tealsign 25 | 26 | ### General 27 | - [algokit:utils:typescript:capabilities:asset](taxonomy/algokit:utils:typescript:capabilities:asset.md): Assets 28 | 29 | ### General 30 | - [developer:docs:clis:diagcfg:metric:metric](taxonomy/developer:docs:clis:diagcfg:metric:metric.md): title: diagcfg metric 31 | 32 | ### General 33 | - [algokit:utils:typescript:code:modules:types_app_spec](taxonomy/algokit:utils:typescript:code:modules:types_app_spec.md): [@algorandfoundation/algokit-utils](../README.md) / types/app-spec 34 | 35 | ### General 36 | - [developer:docs:clis:goal:ledger:supply](taxonomy/developer:docs:clis:goal:ledger:supply.md): title: goal ledger supply 37 | 38 | ### General 39 | - [TEALScript:guides:lifecycle](taxonomy/TEALScript:guides:lifecycle.md): --- 40 | 41 | ### General 42 | - [algokit:utils:python:source:capabilities:client](taxonomy/algokit:utils:python:source:capabilities:client.md): Client management 43 | 44 | ### General 45 | - [SDKs:javascript:classes:indexerModels.ApplicationsResponse](taxonomy/SDKs:javascript:classes:indexerModels.ApplicationsResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / ApplicationsResponse 46 | 47 | ### General 48 | - [SDKs:javascript:enums:ABIReferenceType](taxonomy/SDKs:javascript:enums:ABIReferenceType.md): [algosdk](../README.md) / [Exports](../modules.md) / ABIReferenceType 49 | 50 | ### General 51 | - [developer:docs:clis:goal:app:interact:query](taxonomy/developer:docs:clis:goal:app:interact:query.md): title: goal app interact query 52 | 53 | ### General 54 | - [SDKs:javascript:classes:modelsv2.GetSyncRoundResponse](taxonomy/SDKs:javascript:classes:modelsv2.GetSyncRoundResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / GetSyncRoundResponse 55 | 56 | ### General 57 | - [algokit:utils:typescript:code:modules:types_algorand_client_interface](taxonomy/algokit:utils:typescript:code:modules:types_algorand_client_interface.md): [@algorandfoundation/algokit-utils](../README.md) / types/algorand-client-interface 58 | 59 | ### General 60 | - [algokit:utils:typescript:code:modules:types_async_event_emitter](taxonomy/algokit:utils:typescript:code:modules:types_async_event_emitter.md): [@algorandfoundation/algokit-utils](../README.md) / types/async-event-emitter 61 | 62 | ### General 63 | - [SDKs:javascript:classes:indexerModels.BlockUpgradeVote](taxonomy/SDKs:javascript:classes:indexerModels.BlockUpgradeVote.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / BlockUpgradeVote 64 | 65 | ### General 66 | - [algokit:utils:typescript:code:interfaces:types_app.AppCompilationResult](taxonomy/algokit:utils:typescript:code:interfaces:types_app.AppCompilationResult.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app](../modules/types_app.md) / AppCompilationResult 67 | 68 | ### General 69 | - [TEALScript:tutorials:Hello World:0001-intro](taxonomy/TEALScript:tutorials:Hello World:0001-intro.md): --- 70 | 71 | ### General 72 | - [SDKs:javascript:classes:modelsv2.SimulateRequestTransactionGroup](taxonomy/SDKs:javascript:classes:modelsv2.SimulateRequestTransactionGroup.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / SimulateRequestTransactionGroup 73 | 74 | ### General 75 | - [SDKs:javascript:classes:LogicSigAccount](taxonomy/SDKs:javascript:classes:LogicSigAccount.md): [algosdk](../README.md) / [Exports](../modules.md) / LogicSigAccount 76 | 77 | ### General 78 | - [algokit:utils:typescript:code:interfaces:types_asset.CreateAssetParams](taxonomy/algokit:utils:typescript:code:interfaces:types_asset.CreateAssetParams.md): [@algorandfoundation/algokit-utils](../README.md) / [types/asset](../modules/types_asset.md) / CreateAssetParams 79 | 80 | ### General 81 | - [algokit:utils:typescript:capabilities:account](taxonomy/algokit:utils:typescript:capabilities:account.md): Account management 82 | 83 | ### General 84 | - [SDKs:javascript:interfaces:SignedTransaction](taxonomy/SDKs:javascript:interfaces:SignedTransaction.md): [algosdk](../README.md) / [Exports](../modules.md) / SignedTransaction 85 | 86 | ### General 87 | - [algokit:utils:python:README](taxonomy/algokit:utils:python:README.md): AlgoKit Python Utilities 88 | 89 | ### General 90 | - [algokit:cli:architecture-decisions:2023-01-11_brew_install](taxonomy/algokit:cli:architecture-decisions:2023-01-11_brew_install.md): HomeBrew install strategy 91 | 92 | ### General 93 | - [SDKs:javascript:README](taxonomy/SDKs:javascript:README.md): js-algorand-sdk 94 | 95 | ### General 96 | - [SDKs:javascript:interfaces:EncodedLocalStateSchema](taxonomy/SDKs:javascript:interfaces:EncodedLocalStateSchema.md): [algosdk](../README.md) / [Exports](../modules.md) / EncodedLocalStateSchema 97 | 98 | ### General 99 | - [algokit:utils:typescript:code:interfaces:types_app_deployer.AppLookup](taxonomy/algokit:utils:typescript:code:interfaces:types_app_deployer.AppLookup.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-deployer](../modules/types_app_deployer.md) / AppLookup 100 | 101 | ### General 102 | - [developer:docs:clis:goal:account:multisig:info](taxonomy/developer:docs:clis:goal:account:multisig:info.md): title: goal account multisig info 103 | 104 | ### General 105 | - [ARCs:specs:arc-0004](taxonomy/ARCs:specs:arc-0004.md): --- 106 | 107 | ### General 108 | - [ARCs:specs:arc-0055](taxonomy/ARCs:specs:arc-0055.md): --- 109 | 110 | ### General 111 | - [algokit:utils:typescript:code:interfaces:types_logic_error.LogicErrorDetails](taxonomy/algokit:utils:typescript:code:interfaces:types_logic_error.LogicErrorDetails.md): [@algorandfoundation/algokit-utils](../README.md) / [types/logic-error](../modules/types_logic_error.md) / LogicErrorDetails 112 | 113 | ### General 114 | - [algokit:utils:typescript:code:interfaces:types_app.TealTemplateParams](taxonomy/algokit:utils:typescript:code:interfaces:types_app.TealTemplateParams.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app](../modules/types_app.md) / TealTemplateParams 115 | 116 | ### General 117 | - [developer:docs:clis:diagcfg:telemetry:name](taxonomy/developer:docs:clis:diagcfg:telemetry:name.md): title: diagcfg telemetry name 118 | 119 | ### General 120 | - [SDKs:javascript:enums:AtomicTransactionComposerStatus](taxonomy/SDKs:javascript:enums:AtomicTransactionComposerStatus.md): [algosdk](../README.md) / [Exports](../modules.md) / AtomicTransactionComposerStatus 121 | 122 | ### General 123 | - [algokit:utils:typescript:code:interfaces:types_app_spec.AppSources](taxonomy/algokit:utils:typescript:code:interfaces:types_app_spec.AppSources.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-spec](../modules/types_app_spec.md) / AppSources 124 | 125 | ### General 126 | - [developer:docs:clis:goal:clerk:split](taxonomy/developer:docs:clis:goal:clerk:split.md): title: goal clerk split 127 | 128 | ### General 129 | - [algokit:cli:features:project](taxonomy/algokit:cli:features:project.md): AlgoKit Project 130 | 131 | ### General 132 | - [algokit:utils:typescript:code:classes:types_app_arc56.Arc56Method](taxonomy/algokit:utils:typescript:code:classes:types_app_arc56.Arc56Method.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-arc56](../modules/types_app_arc56.md) / Arc56Method 133 | 134 | ### General 135 | - [algokit:utils:typescript:code:classes:testing.TestLogger](taxonomy/algokit:utils:typescript:code:classes:testing.TestLogger.md): [@algorandfoundation/algokit-utils](../README.md) / [testing](../modules/testing.md) / TestLogger 136 | 137 | ### General 138 | - [SDKs:javascript:classes:indexerModels.ApplicationLogData](taxonomy/SDKs:javascript:classes:indexerModels.ApplicationLogData.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / ApplicationLogData 139 | 140 | ### General 141 | - [SDKs:javascript:classes:indexerModels.StateProofTracking](taxonomy/SDKs:javascript:classes:indexerModels.StateProofTracking.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / StateProofTracking 142 | 143 | ### General 144 | - [ARCs:specs:arc-0010](taxonomy/ARCs:specs:arc-0010.md): --- 145 | 146 | ### General 147 | - [algokit:cli:architecture-decisions:2024-01-31_binary_distribution](taxonomy/algokit:cli:architecture-decisions:2024-01-31_binary_distribution.md): AlgoKit CLI binary distribution 148 | 149 | ### General 150 | - [algokit:docs:testnet_api](taxonomy/algokit:docs:testnet_api.md): AlgoKit TestNet Dispenser API Documentation 151 | 152 | ### General 153 | - [algokit:utils:typescript:code:classes:types_config.UpdatableConfig](taxonomy/algokit:utils:typescript:code:classes:types_config.UpdatableConfig.md): [@algorandfoundation/algokit-utils](../README.md) / [types/config](../modules/types_config.md) / UpdatableConfig 154 | 155 | ### General 156 | - [developer:docs:clis:goal:app:optin](taxonomy/developer:docs:clis:goal:app:optin.md): title: goal app optin 157 | 158 | ### General 159 | - [algokit:utils:typescript:code:interfaces:types_asset.AssetOptInParams](taxonomy/algokit:utils:typescript:code:interfaces:types_asset.AssetOptInParams.md): [@algorandfoundation/algokit-utils](../README.md) / [types/asset](../modules/types_asset.md) / AssetOptInParams 160 | 161 | ### General 162 | - [algokit:cli:features:tasks:send](taxonomy/algokit:cli:features:tasks:send.md): AlgoKit Task Send 163 | 164 | ### General 165 | - [developer:docs:clis:goal:account:deletepartkey](taxonomy/developer:docs:clis:goal:account:deletepartkey.md): title: goal account deletepartkey 166 | 167 | ### General 168 | - [algokit:utils:typescript:code:interfaces:types_app.CreateAppParams](taxonomy/algokit:utils:typescript:code:interfaces:types_app.CreateAppParams.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app](../modules/types_app.md) / CreateAppParams 169 | 170 | ### General 171 | - [algokit:utils:python:markdown:capabilities:app-client](taxonomy/algokit:utils:python:markdown:capabilities:app-client.md): App client 172 | 173 | ### General 174 | - [algokit:utils:typescript:v8-migration](taxonomy/algokit:utils:typescript:v8-migration.md): v8 migration 175 | 176 | ### General 177 | - [developer:docs:clis:goal:app:box:box](taxonomy/developer:docs:clis:goal:app:box:box.md): title: goal app box 178 | 179 | ### General 180 | - [SDKs:javascript:classes:ABIUintType](taxonomy/SDKs:javascript:classes:ABIUintType.md): [algosdk](../README.md) / [Exports](../modules.md) / ABIUintType 181 | 182 | ### General 183 | - [SDKs:javascript:classes:ABIInterface](taxonomy/SDKs:javascript:classes:ABIInterface.md): [algosdk](../README.md) / [Exports](../modules.md) / ABIInterface 184 | 185 | ### General 186 | - [algokit:utils:typescript:code:interfaces:types_client_manager.TypedAppFactory](taxonomy/algokit:utils:typescript:code:interfaces:types_client_manager.TypedAppFactory.md): [@algorandfoundation/algokit-utils](../README.md) / [types/client-manager](../modules/types_client_manager.md) / TypedAppFactory 187 | 188 | ### General 189 | - [SDKs:javascript:classes:modelsv2.DryrunState](taxonomy/SDKs:javascript:classes:modelsv2.DryrunState.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / DryrunState 190 | 191 | ### General 192 | - [SDKs:javascript:classes:modelsv2.AssetParams](taxonomy/SDKs:javascript:classes:modelsv2.AssetParams.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / AssetParams 193 | 194 | ### General 195 | - [TEALScript:tutorials:Hello World:0003-contract](taxonomy/TEALScript:tutorials:Hello World:0003-contract.md): --- 196 | 197 | ### General 198 | - [SDKs:javascript:modules:modelsv2](taxonomy/SDKs:javascript:modules:modelsv2.md): [algosdk](../README.md) / [Exports](../modules.md) / modelsv2 199 | 200 | ### General 201 | - [developer:docs:clis:goal:node:generate-p2pid](taxonomy/developer:docs:clis:goal:node:generate-p2pid.md): title: goal node generate-p2pid 202 | 203 | ### General 204 | - [developer:docs:clis:goal:completion:bash](taxonomy/developer:docs:clis:goal:completion:bash.md): title: goal completion bash 205 | 206 | ### General 207 | - [algokit:utils:typescript:code:modules:types_algorand_client_transaction_sender](taxonomy/algokit:utils:typescript:code:modules:types_algorand_client_transaction_sender.md): [@algorandfoundation/algokit-utils](../README.md) / types/algorand-client-transaction-sender 208 | 209 | ### General 210 | - [developer:docs:clis:algokey:multisig:append-auth-addr](taxonomy/developer:docs:clis:algokey:multisig:append-auth-addr.md): title: algokey multisig append-auth-addr 211 | 212 | ### General 213 | - [algokit:utils:typescript:code:interfaces:types_app.AppStorageSchema](taxonomy/algokit:utils:typescript:code:interfaces:types_app.AppStorageSchema.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app](../modules/types_app.md) / AppStorageSchema 214 | 215 | ### General 216 | - [algokit:utils:typescript:code:interfaces:types_app.BoxName](taxonomy/algokit:utils:typescript:code:interfaces:types_app.BoxName.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app](../modules/types_app.md) / BoxName 217 | 218 | ### General 219 | - [algokit:utils:typescript:code:interfaces:types_transaction.AtomicTransactionComposerToSend](taxonomy/algokit:utils:typescript:code:interfaces:types_transaction.AtomicTransactionComposerToSend.md): [@algorandfoundation/algokit-utils](../README.md) / [types/transaction](../modules/types_transaction.md) / AtomicTransactionComposerToSend 220 | 221 | ### General 222 | - [algokit:utils:typescript:code:modules:testing](taxonomy/algokit:utils:typescript:code:modules:testing.md): [@algorandfoundation/algokit-utils](../README.md) / testing 223 | 224 | ### General 225 | - [algokit:utils:typescript:code:modules:types_app_arc56](taxonomy/algokit:utils:typescript:code:modules:types_app_arc56.md): [@algorandfoundation/algokit-utils](../README.md) / types/app-arc56 226 | 227 | ### General 228 | - [SDKs:javascript:classes:modelsv2.Asset](taxonomy/SDKs:javascript:classes:modelsv2.Asset.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / Asset 229 | 230 | ### General 231 | - [SDKs:javascript:classes:modelsv2.DryrunResponse](taxonomy/SDKs:javascript:classes:modelsv2.DryrunResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / DryrunResponse 232 | 233 | ### General 234 | - [SDKs:javascript:classes:modelsv2.AccountAssetHolding](taxonomy/SDKs:javascript:classes:modelsv2.AccountAssetHolding.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / AccountAssetHolding 235 | 236 | ### General 237 | - [algokit:utils:typescript:code:interfaces:types_app_arc56.StorageKey](taxonomy/algokit:utils:typescript:code:interfaces:types_app_arc56.StorageKey.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-arc56](../modules/types_app_arc56.md) / StorageKey 238 | 239 | ### General 240 | - [ARCs:specs:arc-0034](taxonomy/ARCs:specs:arc-0034.md): --- 241 | 242 | ### General 243 | - [ARCs:specs:arc-0065](taxonomy/ARCs:specs:arc-0065.md): --- 244 | 245 | ### General 246 | - [developer:docs:clis:algokey:part:keyreg](taxonomy/developer:docs:clis:algokey:part:keyreg.md): title: algokey part keyreg 247 | 248 | ### General 249 | - [SDKs:javascript:classes:indexerModels.ParticipationUpdates](taxonomy/SDKs:javascript:classes:indexerModels.ParticipationUpdates.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / ParticipationUpdates 250 | 251 | ### General 252 | - [puya:docs:api-algopy.op](taxonomy/puya:docs:api-algopy.op.md): 253 | 254 | ### General 255 | - [algokit:cli:architecture-decisions:2024-03-06_local_dev_ui_packaging](taxonomy/algokit:cli:architecture-decisions:2024-03-06_local_dev_ui_packaging.md): Local dev UI packaging 256 | 257 | ### General 258 | - [TEALScript:tutorials:Hello World:0004-artifacts](taxonomy/TEALScript:tutorials:Hello World:0004-artifacts.md): --- 259 | 260 | ### General 261 | - [SDKs:javascript:interfaces:EncodedTransaction](taxonomy/SDKs:javascript:interfaces:EncodedTransaction.md): [algosdk](../README.md) / [Exports](../modules.md) / EncodedTransaction 262 | 263 | ### General 264 | - [algokit:utils:typescript:code:interfaces:types_network_client.AlgoClientConfig](taxonomy/algokit:utils:typescript:code:interfaces:types_network_client.AlgoClientConfig.md): [@algorandfoundation/algokit-utils](../README.md) / [types/network-client](../modules/types_network_client.md) / AlgoClientConfig 265 | 266 | ### General 267 | - [SDKs:javascript:classes:modelsv2.BlockResponse](taxonomy/SDKs:javascript:classes:modelsv2.BlockResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / BlockResponse 268 | 269 | ### General 270 | - [ARCs:specs:arc-0000](taxonomy/ARCs:specs:arc-0000.md): --- 271 | 272 | ### General 273 | - [algokit:utils:typescript:code:classes:types_app_manager.AppManager](taxonomy/algokit:utils:typescript:code:classes:types_app_manager.AppManager.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-manager](../modules/types_app_manager.md) / AppManager 274 | 275 | ### General 276 | - [developer:docs:clis:conduit:init](taxonomy/developer:docs:clis:conduit:init.md): title: conduit init 277 | 278 | ### General 279 | - [algokit:utils:typescript:code:modules:types_debugging](taxonomy/algokit:utils:typescript:code:modules:types_debugging.md): [@algorandfoundation/algokit-utils](../README.md) / types/debugging 280 | 281 | ### General 282 | - [algokit:cli:architecture-decisions:2022-11-14_sandbox-approach](taxonomy/algokit:cli:architecture-decisions:2022-11-14_sandbox-approach.md): AlgoKit sandbox approach 283 | 284 | ### General 285 | - [developer:docs:clis:goal:clerk:dryrun-remote](taxonomy/developer:docs:clis:goal:clerk:dryrun-remote.md): title: goal clerk dryrun-remote 286 | 287 | ### General 288 | - [algokit:cli:algokit](taxonomy/algokit:cli:algokit.md): AlgoKit 289 | 290 | ### General 291 | - [SDKs:javascript:classes:ABIContract](taxonomy/SDKs:javascript:classes:ABIContract.md): [algosdk](../README.md) / [Exports](../modules.md) / ABIContract 292 | 293 | ### General 294 | - [TEALScript:tutorials:Hello World:0005-hello](taxonomy/TEALScript:tutorials:Hello World:0005-hello.md): --- 295 | 296 | ### General 297 | - [SDKs:javascript:classes:indexerModels.ApplicationLogsResponse](taxonomy/SDKs:javascript:classes:indexerModels.ApplicationLogsResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / ApplicationLogsResponse 298 | 299 | ### General 300 | - [SDKs:javascript:classes:modelsv2.SimulateUnnamedResourcesAccessed](taxonomy/SDKs:javascript:classes:modelsv2.SimulateUnnamedResourcesAccessed.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / SimulateUnnamedResourcesAccessed 301 | 302 | ### General 303 | - [algokit:utils:typescript:code:interfaces:types_transaction.TransactionToSign](taxonomy/algokit:utils:typescript:code:interfaces:types_transaction.TransactionToSign.md): [@algorandfoundation/algokit-utils](../README.md) / [types/transaction](../modules/types_transaction.md) / TransactionToSign 304 | 305 | ### General 306 | - [ARCs:specs:arc-0011](taxonomy/ARCs:specs:arc-0011.md): --- 307 | 308 | ### General 309 | - [puya:docs:lg-arc28](taxonomy/puya:docs:lg-arc28.md): ARC-28: Structured event logging 310 | 311 | ### General 312 | - [algokit:utils:typescript:capabilities:app-deploy](taxonomy/algokit:utils:typescript:capabilities:app-deploy.md): App deployment 313 | 314 | ### General 315 | - [algokit:utils:typescript:code:interfaces:types_asset_manager.BulkAssetOptInOutResult](taxonomy/algokit:utils:typescript:code:interfaces:types_asset_manager.BulkAssetOptInOutResult.md): [@algorandfoundation/algokit-utils](../README.md) / [types/asset-manager](../modules/types_asset_manager.md) / BulkAssetOptInOutResult 316 | 317 | ### General 318 | - [ARCs:specs:arc-0074](taxonomy/ARCs:specs:arc-0074.md): --- 319 | 320 | ### General 321 | - [ARCs:specs:arc-0025](taxonomy/ARCs:specs:arc-0025.md): --- 322 | 323 | ### General 324 | - [developer:docs:clis:diagcfg:telemetry:telemetry](taxonomy/developer:docs:clis:diagcfg:telemetry:telemetry.md): title: diagcfg telemetry 325 | 326 | ### General 327 | - [developer:docs:clis:goal:clerk:group](taxonomy/developer:docs:clis:goal:clerk:group.md): title: goal clerk group 328 | 329 | ### General 330 | - [puya:stubs:README](taxonomy/puya:stubs:README.md): Algorand Python framework - API for writing Algorand Python smart contracts 331 | 332 | ### General 333 | - [algokit:utils:typescript:code:interfaces:types_testing.AlgorandFixture](taxonomy/algokit:utils:typescript:code:interfaces:types_testing.AlgorandFixture.md): [@algorandfoundation/algokit-utils](../README.md) / [types/testing](../modules/types_testing.md) / AlgorandFixture 334 | 335 | ### General 336 | - [algokit:utils:typescript:code:interfaces:types_app_client.AppClientDeployCallInterfaceParams](taxonomy/algokit:utils:typescript:code:interfaces:types_app_client.AppClientDeployCallInterfaceParams.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-client](../modules/types_app_client.md) / AppClientDeployCallInterfaceParams 337 | 338 | ### General 339 | - [developer:docs:clis:goal:app:clear](taxonomy/developer:docs:clis:goal:app:clear.md): title: goal app clear 340 | 341 | ### General 342 | - [algokit:utils:typescript:code:classes:types_client_manager.ClientManager](taxonomy/algokit:utils:typescript:code:classes:types_client_manager.ClientManager.md): [@algorandfoundation/algokit-utils](../README.md) / [types/client-manager](../modules/types_client_manager.md) / ClientManager 343 | 344 | ### General 345 | - [puya:docs:lg-calling-apps](taxonomy/puya:docs:lg-calling-apps.md): Calling other applications 346 | 347 | ### General 348 | - [TEALScript:examples:itxns:README](taxonomy/TEALScript:examples:itxns:README.md): To compile `itxns.ts`, generate the algokit client, and run `demo.ts` run `yarn itxns` 349 | 350 | ### General 351 | - [SDKs:javascript:classes:modelsv2.ErrorResponse](taxonomy/SDKs:javascript:classes:modelsv2.ErrorResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / ErrorResponse 352 | 353 | ### General 354 | - [SDKs:javascript:classes:indexerModels.TransactionSignature](taxonomy/SDKs:javascript:classes:indexerModels.TransactionSignature.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / TransactionSignature 355 | 356 | ### General 357 | - [TEALScript:examples:amm:README](taxonomy/TEALScript:examples:amm:README.md): This is an example implementation of an AMM in TEALScript. The TEALScript-generated contract is not yet tested, but serves to provide a comparison of the Beaker implementation vs TEALScript. 358 | 359 | ### General 360 | - [algokit:utils:python:source:capabilities:app-client](taxonomy/algokit:utils:python:source:capabilities:app-client.md): App client 361 | 362 | ### General 363 | - [SDKs:javascript:classes:ABIArrayDynamicType](taxonomy/SDKs:javascript:classes:ABIArrayDynamicType.md): [algosdk](../README.md) / [Exports](../modules.md) / ABIArrayDynamicType 364 | 365 | ### General 366 | - [algokit:utils:typescript:code:interfaces:types_testing.AlgoKitLogCaptureFixture](taxonomy/algokit:utils:typescript:code:interfaces:types_testing.AlgoKitLogCaptureFixture.md): [@algorandfoundation/algokit-utils](../README.md) / [types/testing](../modules/types_testing.md) / AlgoKitLogCaptureFixture 367 | 368 | ### General 369 | - [SDKs:javascript:interfaces:TransactionWithSigner](taxonomy/SDKs:javascript:interfaces:TransactionWithSigner.md): [algosdk](../README.md) / [Exports](../modules.md) / TransactionWithSigner 370 | 371 | ### General 372 | - [algokit:utils:typescript:code:interfaces:types_app.AppCallTransactionResultOfType](taxonomy/algokit:utils:typescript:code:interfaces:types_app.AppCallTransactionResultOfType.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app](../modules/types_app.md) / AppCallTransactionResultOfType 373 | 374 | ### General 375 | - [algokit:utils:typescript:code:classes:types_dispenser_client.TestNetDispenserApiClient](taxonomy/algokit:utils:typescript:code:classes:types_dispenser_client.TestNetDispenserApiClient.md): [@algorandfoundation/algokit-utils](../README.md) / [types/dispenser-client](../modules/types_dispenser_client.md) / TestNetDispenserApiClient 376 | 377 | ### General 378 | - [TEALScript:examples:reti:README](taxonomy/TEALScript:examples:reti:README.md): Reti contracts from https://github.com/TxnLab/reti/tree/2567018024ab8c2b3c59142e26cb55ce78bd2414 379 | 380 | ### General 381 | - [developer:docs:clis:goal:account:export](taxonomy/developer:docs:clis:goal:account:export.md): title: goal account export 382 | 383 | ### General 384 | - [algokit:utils:typescript:capabilities:testing](taxonomy/algokit:utils:typescript:capabilities:testing.md): Automated testing 385 | 386 | ### General 387 | - [developer:docs:clis:goal:asset:freeze](taxonomy/developer:docs:clis:goal:asset:freeze.md): title: goal asset freeze 388 | 389 | ### General 390 | - [algokit:utils:typescript:code:modules:types_indexer](taxonomy/algokit:utils:typescript:code:modules:types_indexer.md): [@algorandfoundation/algokit-utils](../README.md) / types/indexer 391 | 392 | ### General 393 | - [SDKs:javascript:classes:ABIByteType](taxonomy/SDKs:javascript:classes:ABIByteType.md): [algosdk](../README.md) / [Exports](../modules.md) / ABIByteType 394 | 395 | ### General 396 | - [developer:docs:clis:goal:asset:send](taxonomy/developer:docs:clis:goal:asset:send.md): title: goal asset send 397 | 398 | ### General 399 | - [algokit:cli:features:tasks](taxonomy/algokit:cli:features:tasks.md): AlgoKit Tasks 400 | 401 | ### General 402 | - [developer:docs:clis:goal:app:method](taxonomy/developer:docs:clis:goal:app:method.md): title: goal app method 403 | 404 | ### General 405 | - [algokit:utils:python:markdown:apidocs:algokit_utils:algokit_utils](taxonomy/algokit:utils:python:markdown:apidocs:algokit_utils:algokit_utils.md): [`algokit_utils`](#module-algokit_utils) 406 | 407 | ### General 408 | - [SDKs:javascript:classes:modelsv2.DryrunSource](taxonomy/SDKs:javascript:classes:modelsv2.DryrunSource.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / DryrunSource 409 | 410 | ### General 411 | - [algokit:utils:typescript:code:interfaces:types_account.AccountConfig](taxonomy/algokit:utils:typescript:code:interfaces:types_account.AccountConfig.md): [@algorandfoundation/algokit-utils](../README.md) / [types/account](../modules/types_account.md) / AccountConfig 412 | 413 | ### General 414 | - [ARCs:specs:arc-0035](taxonomy/ARCs:specs:arc-0035.md): --- 415 | 416 | ### General 417 | - [developer:docs:clis:goal:network:pregen](taxonomy/developer:docs:clis:goal:network:pregen.md): title: goal network pregen 418 | 419 | ### General 420 | - [TEALScript:guides:atomic_txn](taxonomy/TEALScript:guides:atomic_txn.md): --- 421 | 422 | ### General 423 | - [algokit:utils:typescript:capabilities:debugging](taxonomy/algokit:utils:typescript:capabilities:debugging.md): Debugger 424 | 425 | ### General 426 | - [algokit:cli:features:project:deploy](taxonomy/algokit:cli:features:project:deploy.md): AlgoKit Project Deploy 427 | 428 | ### General 429 | - [ARCs:specs:arc-0001](taxonomy/ARCs:specs:arc-0001.md): --- 430 | 431 | ### General 432 | - [algokit:utils:typescript:code:interfaces:types_transaction.TransactionGroupToSend](taxonomy/algokit:utils:typescript:code:interfaces:types_transaction.TransactionGroupToSend.md): [@algorandfoundation/algokit-utils](../README.md) / [types/transaction](../modules/types_transaction.md) / TransactionGroupToSend 433 | 434 | ### General 435 | - [SDKs:javascript:classes:modelsv2.StateProof](taxonomy/SDKs:javascript:classes:modelsv2.StateProof.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / StateProof 436 | 437 | ### General 438 | - [SDKs:javascript:classes:indexerModels.MerkleArrayProof](taxonomy/SDKs:javascript:classes:indexerModels.MerkleArrayProof.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / MerkleArrayProof 439 | 440 | ### General 441 | - [algokit:utils:typescript:code:interfaces:types_app_deployer.AppMetadata](taxonomy/algokit:utils:typescript:code:interfaces:types_app_deployer.AppMetadata.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-deployer](../modules/types_app_deployer.md) / AppMetadata 442 | 443 | ### General 444 | - [SDKs:javascript:classes:indexerModels.BlockUpgradeState](taxonomy/SDKs:javascript:classes:indexerModels.BlockUpgradeState.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / BlockUpgradeState 445 | 446 | ### General 447 | - [developer:docs:clis:goal:account:dump](taxonomy/developer:docs:clis:goal:account:dump.md): title: goal account dump 448 | 449 | ### General 450 | - [puya:docs:lg-arc4](taxonomy/puya:docs:lg-arc4.md): ARC-4: Application Binary Interface 451 | 452 | ### General 453 | - [algokit:utils:typescript:code:interfaces:types_client_manager.TypedAppClient](taxonomy/algokit:utils:typescript:code:interfaces:types_client_manager.TypedAppClient.md): [@algorandfoundation/algokit-utils](../README.md) / [types/client-manager](../modules/types_client_manager.md) / TypedAppClient 454 | 455 | ### General 456 | - [developer:docs:clis:goal:node:pendingtxns](taxonomy/developer:docs:clis:goal:node:pendingtxns.md): title: goal node pendingtxns 457 | 458 | ### General 459 | - [ARCs:specs:arc-0021](taxonomy/ARCs:specs:arc-0021.md): --- 460 | 461 | ### General 462 | - [algokit:utils:typescript:code:interfaces:types_config.Config](taxonomy/algokit:utils:typescript:code:interfaces:types_config.Config.md): [@algorandfoundation/algokit-utils](../README.md) / [types/config](../modules/types_config.md) / Config 463 | 464 | ### General 465 | - [algokit:utils:typescript:code:interfaces:types_app_arc56.Arc56Contract](taxonomy/algokit:utils:typescript:code:interfaces:types_app_arc56.Arc56Contract.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-arc56](../modules/types_app_arc56.md) / Arc56Contract 466 | 467 | ### General 468 | - [algokit:cli:features:localnet](taxonomy/algokit:cli:features:localnet.md): AlgoKit LocalNet 469 | 470 | ### General 471 | - [algokit:utils:typescript:capabilities:event-emitter](taxonomy/algokit:utils:typescript:capabilities:event-emitter.md): Event Emitter 472 | 473 | ### General 474 | - [developer:docs:clis:goal:account:marknonparticipating](taxonomy/developer:docs:clis:goal:account:marknonparticipating.md): title: goal account marknonparticipating 475 | 476 | ### General 477 | - [algokit:utils:typescript:code:modules:types_kmd_account_manager](taxonomy/algokit:utils:typescript:code:modules:types_kmd_account_manager.md): [@algorandfoundation/algokit-utils](../README.md) / types/kmd-account-manager 478 | 479 | ### General 480 | - [SDKs:javascript:classes:modelsv2.Box](taxonomy/SDKs:javascript:classes:modelsv2.Box.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / Box 481 | 482 | ### General 483 | - [SDKs:javascript:classes:modelsv2.KvDelta](taxonomy/SDKs:javascript:classes:modelsv2.KvDelta.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / KvDelta 484 | 485 | ### General 486 | - [SDKs:javascript:classes:indexerModels.AssetParams](taxonomy/SDKs:javascript:classes:indexerModels.AssetParams.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / AssetParams 487 | 488 | ### General 489 | - [puya:docs:lg-builtins](taxonomy/puya:docs:lg-builtins.md): Python builtins 490 | 491 | ### General 492 | - [ARCs:specs:arc-0015](taxonomy/ARCs:specs:arc-0015.md): --- 493 | 494 | ### General 495 | - [SDKs:javascript:classes:modelsv2.CompileResponse](taxonomy/SDKs:javascript:classes:modelsv2.CompileResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / CompileResponse 496 | 497 | ### General 498 | - [algokit:utils:typescript:code:modules:types_lifecycle_events](taxonomy/algokit:utils:typescript:code:modules:types_lifecycle_events.md): [@algorandfoundation/algokit-utils](../README.md) / types/lifecycle-events 499 | 500 | ### General 501 | - [puya:docs:lg-control](taxonomy/puya:docs:lg-control.md): Control flow structures 502 | 503 | ### General 504 | - [algokit:utils:typescript:code:modules:types_dispenser_client](taxonomy/algokit:utils:typescript:code:modules:types_dispenser_client.md): [@algorandfoundation/algokit-utils](../README.md) / types/dispenser-client 505 | 506 | ### General 507 | - [SDKs:javascript:interfaces:EncodedSignedTransaction](taxonomy/SDKs:javascript:interfaces:EncodedSignedTransaction.md): [algosdk](../README.md) / [Exports](../modules.md) / EncodedSignedTransaction 508 | 509 | ### General 510 | - [developer:docs:clis:goal:clerk:multisig:merge](taxonomy/developer:docs:clis:goal:clerk:multisig:merge.md): title: goal clerk multisig merge 511 | 512 | ### General 513 | - [algokit:utils:typescript:code:modules:types_transaction](taxonomy/algokit:utils:typescript:code:modules:types_transaction.md): [@algorandfoundation/algokit-utils](../README.md) / types/transaction 514 | 515 | ### General 516 | - [algokit:utils:typescript:code:interfaces:types_testing.GetTestAccountParams](taxonomy/algokit:utils:typescript:code:interfaces:types_testing.GetTestAccountParams.md): [@algorandfoundation/algokit-utils](../README.md) / [types/testing](../modules/types_testing.md) / GetTestAccountParams 517 | 518 | ### General 519 | - [developer:docs:clis:algokey:multisig:multisig](taxonomy/developer:docs:clis:algokey:multisig:multisig.md): title: algokey multisig 520 | 521 | ### General 522 | - [algokit:utils:typescript:code:classes:types_algorand_client.AlgorandClient](taxonomy/algokit:utils:typescript:code:classes:types_algorand_client.AlgorandClient.md): [@algorandfoundation/algokit-utils](../README.md) / [types/algorand-client](../modules/types_algorand_client.md) / AlgorandClient 523 | 524 | ### General 525 | - [SDKs:javascript:classes:modelsv2.BoxesResponse](taxonomy/SDKs:javascript:classes:modelsv2.BoxesResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / BoxesResponse 526 | 527 | ### General 528 | - [SDKs:javascript:interfaces:EncodedLogicSig](taxonomy/SDKs:javascript:interfaces:EncodedLogicSig.md): [algosdk](../README.md) / [Exports](../modules.md) / EncodedLogicSig 529 | 530 | ### General 531 | - [puya:docs:lg-errors](taxonomy/puya:docs:lg-errors.md): Error handling and assertions 532 | 533 | ### General 534 | - [algokit:utils:typescript:code:classes:types_asset_manager.AssetManager](taxonomy/algokit:utils:typescript:code:classes:types_asset_manager.AssetManager.md): [@algorandfoundation/algokit-utils](../README.md) / [types/asset-manager](../modules/types_asset_manager.md) / AssetManager 535 | 536 | ### General 537 | - [TEALScript:guides:multiple_contracts](taxonomy/TEALScript:guides:multiple_contracts.md): --- 538 | 539 | ### General 540 | - [ARCs:specs:arc-0005](taxonomy/ARCs:specs:arc-0005.md): --- 541 | 542 | ### General 543 | - [algokit:utils:typescript:code:interfaces:types_app.AppMetadata](taxonomy/algokit:utils:typescript:code:interfaces:types_app.AppMetadata.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app](../modules/types_app.md) / AppMetadata 544 | 545 | ### General 546 | - [ARCs:specs:arc-0054](taxonomy/ARCs:specs:arc-0054.md): --- 547 | 548 | ### General 549 | - [algokit:utils:typescript:capabilities:typed-app-clients](taxonomy/algokit:utils:typescript:capabilities:typed-app-clients.md): Typed application clients 550 | 551 | ### General 552 | - [SDKs:javascript:classes:indexerModels.TransactionSignatureMultisig](taxonomy/SDKs:javascript:classes:indexerModels.TransactionSignatureMultisig.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / TransactionSignatureMultisig 553 | 554 | ### General 555 | - [SDKs:javascript:classes:Transaction](taxonomy/SDKs:javascript:classes:Transaction.md): [algosdk](../README.md) / [Exports](../modules.md) / Transaction 556 | 557 | ### General 558 | - [SDKs:javascript:classes:indexerModels.StateProofVerifier](taxonomy/SDKs:javascript:classes:indexerModels.StateProofVerifier.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / StateProofVerifier 559 | 560 | ### General 561 | - [puya_index](taxonomy/puya_index.md): Puya Documentation Index 562 | 563 | ### General 564 | - [algokit:cli:architecture-decisions:2022-11-22_beaker-testing-strategy](taxonomy/algokit:cli:architecture-decisions:2022-11-22_beaker-testing-strategy.md): Beaker testing strategy 565 | 566 | ### General 567 | - [SDKs:javascript:classes:indexerModels.AccountsResponse](taxonomy/SDKs:javascript:classes:indexerModels.AccountsResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / AccountsResponse 568 | 569 | ### General 570 | - [algokit:cli:architecture-decisions:2024-01-13_native_binaries](taxonomy/algokit:cli:architecture-decisions:2024-01-13_native_binaries.md): AlgoKit CLI native binaries 571 | 572 | ### General 573 | - [algokit:utils:typescript:code:modules:types_app_deployer](taxonomy/algokit:utils:typescript:code:modules:types_app_deployer.md): [@algorandfoundation/algokit-utils](../README.md) / types/app-deployer 574 | 575 | ### General 576 | - [developer:docs:clis:algokey:sign](taxonomy/developer:docs:clis:algokey:sign.md): title: algokey sign 577 | 578 | ### General 579 | - [SDKs:javascript:classes:indexerModels.TransactionsResponse](taxonomy/SDKs:javascript:classes:indexerModels.TransactionsResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / TransactionsResponse 580 | 581 | ### General 582 | - [TEALScript:guides:inner_transactions](taxonomy/TEALScript:guides:inner_transactions.md): --- 583 | 584 | ### General 585 | - [SDKs:javascript:classes:indexerModels.AccountParticipation](taxonomy/SDKs:javascript:classes:indexerModels.AccountParticipation.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / AccountParticipation 586 | 587 | ### General 588 | - [TEALScript:guides:getting_started](taxonomy/TEALScript:guides:getting_started.md): --- 589 | 590 | ### General 591 | - [algokit:utils:typescript:code:interfaces:types_dispenser_client.DispenserFundResponse](taxonomy/algokit:utils:typescript:code:interfaces:types_dispenser_client.DispenserFundResponse.md): [@algorandfoundation/algokit-utils](../README.md) / [types/dispenser-client](../modules/types_dispenser_client.md) / DispenserFundResponse 592 | 593 | ### General 594 | - [algokit:utils:typescript:capabilities:app](taxonomy/algokit:utils:typescript:capabilities:app.md): App management 595 | 596 | ### General 597 | - [puya:README](taxonomy/puya:README.md): Algorand Python 598 | 599 | ### General 600 | - [algokit:cli:features:compile](taxonomy/algokit:cli:features:compile.md): AlgoKit Compile 601 | 602 | ### General 603 | - [SDKs:javascript:interfaces:BaseHTTPClientError](taxonomy/SDKs:javascript:interfaces:BaseHTTPClientError.md): [algosdk](../README.md) / [Exports](../modules.md) / BaseHTTPClientError 604 | 605 | ### General 606 | - [algokit:utils:typescript:code:interfaces:types_network_client.NetworkDetails](taxonomy/algokit:utils:typescript:code:interfaces:types_network_client.NetworkDetails.md): [@algorandfoundation/algokit-utils](../README.md) / [types/network-client](../modules/types_network_client.md) / NetworkDetails 607 | 608 | ### General 609 | - [developer:docs:clis:goal:clerk:dryrun](taxonomy/developer:docs:clis:goal:clerk:dryrun.md): title: goal clerk dryrun 610 | 611 | ### General 612 | - [developer:docs:clis:goal:network:status](taxonomy/developer:docs:clis:goal:network:status.md): title: goal network status 613 | 614 | ### General 615 | - [developer:docs:about](taxonomy/developer:docs:about.md): title: About 616 | 617 | ### General 618 | - [SDKs:javascript:classes:modelsv2.SimulationTransactionExecTrace](taxonomy/SDKs:javascript:classes:modelsv2.SimulationTransactionExecTrace.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / SimulationTransactionExecTrace 619 | 620 | ### General 621 | - [algokit:utils:typescript:code:interfaces:types_app_client.ResolveAppById](taxonomy/algokit:utils:typescript:code:interfaces:types_app_client.ResolveAppById.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-client](../modules/types_app_client.md) / ResolveAppById 622 | 623 | ### General 624 | - [algokit:utils:typescript:code:interfaces:types_testing.AlgorandTestAutomationContext](taxonomy/algokit:utils:typescript:code:interfaces:types_testing.AlgorandTestAutomationContext.md): [@algorandfoundation/algokit-utils](../README.md) / [types/testing](../modules/types_testing.md) / AlgorandTestAutomationContext 625 | 626 | ### General 627 | - [developer:docs:clis:goal:node:lastround](taxonomy/developer:docs:clis:goal:node:lastround.md): title: goal node lastround 628 | 629 | ### General 630 | - [SDKs:javascript:classes:modelsv2.NodeStatusResponse](taxonomy/SDKs:javascript:classes:modelsv2.NodeStatusResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / NodeStatusResponse 631 | 632 | ### General 633 | - [algokit:utils:typescript:code:classes:types_app_factory.AppFactory](taxonomy/algokit:utils:typescript:code:classes:types_app_factory.AppFactory.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-factory](../modules/types_app_factory.md) / AppFactory 634 | 635 | ### General 636 | - [developer:docs:clis:goal:app:box:list](taxonomy/developer:docs:clis:goal:app:box:list.md): title: goal app box list 637 | 638 | ### General 639 | - [developer:docs:clis:goal:logging:send](taxonomy/developer:docs:clis:goal:logging:send.md): title: goal logging send 640 | 641 | ### General 642 | - [SDKs:javascript:classes:modelsv2.ApplicationParams](taxonomy/SDKs:javascript:classes:modelsv2.ApplicationParams.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / ApplicationParams 643 | 644 | ### General 645 | - [algokit:cli:cli:index](taxonomy/algokit:cli:cli:index.md): AlgoKit CLI Reference Documentation 646 | 647 | ### General 648 | - [algokit:utils:typescript:capabilities:transaction](taxonomy/algokit:utils:typescript:capabilities:transaction.md): Transaction management 649 | 650 | ### General 651 | - [SDKs:javascript:classes:indexerModels.AccountStateDelta](taxonomy/SDKs:javascript:classes:indexerModels.AccountStateDelta.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / AccountStateDelta 652 | 653 | ### General 654 | - [TEALScript:README](taxonomy/TEALScript:README.md): Starlight Starter Kit: Basics 655 | 656 | ### General 657 | - [algokit:utils:typescript:code:interfaces:types_app_arc56.Method](taxonomy/algokit:utils:typescript:code:interfaces:types_app_arc56.Method.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-arc56](../modules/types_app_arc56.md) / Method 658 | 659 | ### General 660 | - [developer:docs:clis:goal:network:restart](taxonomy/developer:docs:clis:goal:network:restart.md): title: goal network restart 661 | 662 | ### General 663 | - [SDKs:javascript:interfaces:EncodedAssetParams](taxonomy/SDKs:javascript:interfaces:EncodedAssetParams.md): [algosdk](../README.md) / [Exports](../modules.md) / EncodedAssetParams 664 | 665 | ### General 666 | - [developer:docs:clis:goal:node:node](taxonomy/developer:docs:clis:goal:node:node.md): title: goal node 667 | 668 | ### General 669 | - [SDKs:javascript:interfaces:SuggestedParams](taxonomy/SDKs:javascript:interfaces:SuggestedParams.md): [algosdk](../README.md) / [Exports](../modules.md) / SuggestedParams 670 | 671 | ### General 672 | - [SDKs:javascript:classes:modelsv2.BoxDescriptor](taxonomy/SDKs:javascript:classes:modelsv2.BoxDescriptor.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / BoxDescriptor 673 | 674 | ### General 675 | - [algokit:utils:typescript:code:classes:types_algo_http_client_with_retry.AlgoHttpClientWithRetry](taxonomy/algokit:utils:typescript:code:classes:types_algo_http_client_with_retry.AlgoHttpClientWithRetry.md): [@algorandfoundation/algokit-utils](../README.md) / [types/algo-http-client-with-retry](../modules/types_algo_http_client_with_retry.md) / AlgoHttpClientWithRetry 676 | 677 | ### General 678 | - [developer:docs:clis:goal:node:catchup](taxonomy/developer:docs:clis:goal:node:catchup.md): title: goal node catchup 679 | 680 | ### General 681 | - [algokit:utils:typescript:code:modules:types_network_client](taxonomy/algokit:utils:typescript:code:modules:types_network_client.md): [@algorandfoundation/algokit-utils](../README.md) / types/network-client 682 | 683 | ### General 684 | - [algokit:utils:typescript:code:modules:types_account_manager](taxonomy/algokit:utils:typescript:code:modules:types_account_manager.md): [@algorandfoundation/algokit-utils](../README.md) / types/account-manager 685 | 686 | ### General 687 | - [algokit:utils:typescript:code:enums:types_indexer.ApplicationOnComplete](taxonomy/algokit:utils:typescript:code:enums:types_indexer.ApplicationOnComplete.md): [@algorandfoundation/algokit-utils](../README.md) / [types/indexer](../modules/types_indexer.md) / ApplicationOnComplete 688 | 689 | ### General 690 | - [puya:docs:api-algopy.arc4](taxonomy/puya:docs:api-algopy.arc4.md): 691 | 692 | ### General 693 | - [TEALScript:guides:methods](taxonomy/TEALScript:guides:methods.md): --- 694 | 695 | ### General 696 | - [algokit:utils:typescript:code:interfaces:types_app_spec.StateSchemaSpec](taxonomy/algokit:utils:typescript:code:interfaces:types_app_spec.StateSchemaSpec.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-spec](../modules/types_app_spec.md) / StateSchemaSpec 697 | 698 | ### General 699 | - [algokit:utils:typescript:code:interfaces:types_app_manager.AppInformation](taxonomy/algokit:utils:typescript:code:interfaces:types_app_manager.AppInformation.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-manager](../modules/types_app_manager.md) / AppInformation 700 | 701 | ### General 702 | - [algokit:utils:typescript:code:interfaces:types_app.BoxValueRequestParams](taxonomy/algokit:utils:typescript:code:interfaces:types_app.BoxValueRequestParams.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app](../modules/types_app.md) / BoxValueRequestParams 703 | 704 | ### General 705 | - [SDKs:javascript:classes:modelsv2.SimulateTransactionResult](taxonomy/SDKs:javascript:classes:modelsv2.SimulateTransactionResult.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / SimulateTransactionResult 706 | 707 | ### General 708 | - [developer:docs:clis:goal:logging:logging](taxonomy/developer:docs:clis:goal:logging:logging.md): title: goal logging 709 | 710 | ### General 711 | - [SDKs:javascript:classes:modelsv2.ApplicationLocalState](taxonomy/SDKs:javascript:classes:modelsv2.ApplicationLocalState.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / ApplicationLocalState 712 | 713 | ### General 714 | - [SDKs:javascript:classes:modelsv2.AccountAssetResponse](taxonomy/SDKs:javascript:classes:modelsv2.AccountAssetResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / AccountAssetResponse 715 | 716 | ### General 717 | - [SDKs:javascript:classes:modelsv2.TransactionGroupLedgerStateDeltasForRoundResponse](taxonomy/SDKs:javascript:classes:modelsv2.TransactionGroupLedgerStateDeltasForRoundResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / TransactionGroupLedgerStateDeltasForRoundResponse 718 | 719 | ### General 720 | - [algokit:utils:typescript:code:classes:types_app_deployer.AppDeployer](taxonomy/algokit:utils:typescript:code:classes:types_app_deployer.AppDeployer.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-deployer](../modules/types_app_deployer.md) / AppDeployer 721 | 722 | ### General 723 | - [algokit:utils:typescript:code:interfaces:types_asset_manager.AssetInformation](taxonomy/algokit:utils:typescript:code:interfaces:types_asset_manager.AssetInformation.md): [@algorandfoundation/algokit-utils](../README.md) / [types/asset-manager](../modules/types_asset_manager.md) / AssetInformation 724 | 725 | ### General 726 | - [developer:docs:clis:goal:account:import](taxonomy/developer:docs:clis:goal:account:import.md): title: goal account import 727 | 728 | ### General 729 | - [algokit:cli:features:tasks:nfd](taxonomy/algokit:cli:features:tasks:nfd.md): AlgoKit Task NFD Lookup 730 | 731 | ### General 732 | - [developer:docs:clis:goal:account:renewallpartkeys](taxonomy/developer:docs:clis:goal:account:renewallpartkeys.md): title: goal account renewallpartkeys 733 | 734 | ### General 735 | - [SDKs:javascript:classes:modelsv2.ScratchChange](taxonomy/SDKs:javascript:classes:modelsv2.ScratchChange.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / ScratchChange 736 | 737 | ### General 738 | - [SDKs:javascript:interfaces:ABIContractParams](taxonomy/SDKs:javascript:interfaces:ABIContractParams.md): [algosdk](../README.md) / [Exports](../modules.md) / ABIContractParams 739 | 740 | ### General 741 | - [ARCs:ARC-template](taxonomy/ARCs:ARC-template.md): --- 742 | 743 | ### General 744 | - [SDKs:javascript:interfaces:MultisigMetadata](taxonomy/SDKs:javascript:interfaces:MultisigMetadata.md): [algosdk](../README.md) / [Exports](../modules.md) / MultisigMetadata 745 | 746 | ### General 747 | - [SDKs:javascript:classes:indexerModels.HealthCheck](taxonomy/SDKs:javascript:classes:indexerModels.HealthCheck.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / HealthCheck 748 | 749 | ### General 750 | - [algokit-cli:README](taxonomy/algokit-cli:README.md): <div align="center"> 751 | 752 | ### General 753 | - [SDKs:javascript:interfaces:EncodedGlobalStateSchema](taxonomy/SDKs:javascript:interfaces:EncodedGlobalStateSchema.md): [algosdk](../README.md) / [Exports](../modules.md) / EncodedGlobalStateSchema 754 | 755 | ### General 756 | - [SDKs:javascript:classes:indexerModels.TransactionPayment](taxonomy/SDKs:javascript:classes:indexerModels.TransactionPayment.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / TransactionPayment 757 | 758 | ### General 759 | - [algokit:cli:features:tasks:transfer](taxonomy/algokit:cli:features:tasks:transfer.md): AlgoKit Task Transfer 760 | 761 | ### General 762 | - [algokit:utils:typescript:capabilities:app-client](taxonomy/algokit:utils:typescript:capabilities:app-client.md): App client and App factory 763 | 764 | ### General 765 | - [algokit:utils:typescript:code:interfaces:types_app_client.FundAppAccountParams](taxonomy/algokit:utils:typescript:code:interfaces:types_app_client.FundAppAccountParams.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-client](../modules/types_app_client.md) / FundAppAccountParams 766 | 767 | ### General 768 | - [algokit:utils:typescript:code:interfaces:types_app_client.AppClientCallCoreParams](taxonomy/algokit:utils:typescript:code:interfaces:types_app_client.AppClientCallCoreParams.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-client](../modules/types_app_client.md) / AppClientCallCoreParams 769 | 770 | ### General 771 | - [TEALScript:guides:Supported Types:arrays](taxonomy/TEALScript:guides:Supported Types:arrays.md): --- 772 | 773 | ### General 774 | - [algokit:utils:typescript:capabilities:indexer](taxonomy/algokit:utils:typescript:capabilities:indexer.md): Indexer lookups / searching 775 | 776 | ### General 777 | - [developer:docs:clis:goal:clerk:send](taxonomy/developer:docs:clis:goal:clerk:send.md): title: goal clerk send 778 | 779 | ### General 780 | - [developer:docs:clis:goal:node:clone](taxonomy/developer:docs:clis:goal:node:clone.md): title: goal node clone 781 | 782 | ### General 783 | - [puya:docs:api-algopy](taxonomy/puya:docs:api-algopy.md): 784 | 785 | ### General 786 | - [SDKs:javascript:classes:modelsv2.ApplicationKVStorage](taxonomy/SDKs:javascript:classes:modelsv2.ApplicationKVStorage.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / ApplicationKVStorage 787 | 788 | ### General 789 | - [algokit:utils:typescript:code:modules:types_testing](taxonomy/algokit:utils:typescript:code:modules:types_testing.md): [@algorandfoundation/algokit-utils](../README.md) / types/testing 790 | 791 | ### General 792 | - [developer:docs:clis:goal:account:delete](taxonomy/developer:docs:clis:goal:account:delete.md): title: goal account delete 793 | 794 | ### General 795 | - [algokit:utils:typescript:code:modules:types_asset](taxonomy/algokit:utils:typescript:code:modules:types_asset.md): [@algorandfoundation/algokit-utils](../README.md) / types/asset 796 | 797 | ### General 798 | - [TEALScript:examples:big_box:README](taxonomy/TEALScript:examples:big_box:README.md): Big Box Example 799 | 800 | ### General 801 | - [SDKs:javascript:classes:indexerModels.TransactionAssetFreeze](taxonomy/SDKs:javascript:classes:indexerModels.TransactionAssetFreeze.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / TransactionAssetFreeze 802 | 803 | ### General 804 | - [SDKs:javascript:classes:modelsv2.SimulateTransactionGroupResult](taxonomy/SDKs:javascript:classes:modelsv2.SimulateTransactionGroupResult.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / SimulateTransactionGroupResult 805 | 806 | ### General 807 | - [developer:docs:clis:diagcfg:metric:enable](taxonomy/developer:docs:clis:diagcfg:metric:enable.md): title: diagcfg metric enable 808 | 809 | ### General 810 | - [puya:docs:lg-unsupported-python-features](taxonomy/puya:docs:lg-unsupported-python-features.md): Unsupported Python features 811 | 812 | ### General 813 | - [algokit:utils:python:source:capabilities:app-deploy](taxonomy/algokit:utils:python:source:capabilities:app-deploy.md): App deployment 814 | 815 | ### General 816 | - [algokit:utils:typescript:code:interfaces:types_app_client.SourceMapExport](taxonomy/algokit:utils:typescript:code:interfaces:types_app_client.SourceMapExport.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-client](../modules/types_app_client.md) / SourceMapExport 817 | 818 | ### General 819 | - [SDKs:javascript:classes:indexerModels.TealKeyValue](taxonomy/SDKs:javascript:classes:indexerModels.TealKeyValue.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / TealKeyValue 820 | 821 | ### General 822 | - [SDKs:javascript:classes:modelsv2.TransactionProofResponse](taxonomy/SDKs:javascript:classes:modelsv2.TransactionProofResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / TransactionProofResponse 823 | 824 | ### General 825 | - [developer:docs:clis:conduit:conduit](taxonomy/developer:docs:clis:conduit:conduit.md): title: conduit 826 | 827 | ### General 828 | - [SDKs:javascript:classes:modelsv2.EvalDeltaKeyValue](taxonomy/SDKs:javascript:classes:modelsv2.EvalDeltaKeyValue.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / EvalDeltaKeyValue 829 | 830 | ### General 831 | - [algokit:cli:features:explore](taxonomy/algokit:cli:features:explore.md): AlgoKit explore 832 | 833 | ### General 834 | - [developer:docs:clis:goal:goal](taxonomy/developer:docs:clis:goal:goal.md): title: goal 835 | 836 | ### General 837 | - [SDKs:javascript:interfaces:IndexerTokenHeader](taxonomy/SDKs:javascript:interfaces:IndexerTokenHeader.md): [algosdk](../README.md) / [Exports](../modules.md) / IndexerTokenHeader 838 | 839 | ### General 840 | - [algokit:utils:typescript:code:interfaces:types_network_client.AlgoConfig](taxonomy/algokit:utils:typescript:code:interfaces:types_network_client.AlgoConfig.md): [@algorandfoundation/algokit-utils](../README.md) / [types/network-client](../modules/types_network_client.md) / AlgoConfig 841 | 842 | ### General 843 | - [SDKs:javascript:classes:indexerModels.IndexerStateProofMessage](taxonomy/SDKs:javascript:classes:indexerModels.IndexerStateProofMessage.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / IndexerStateProofMessage 844 | 845 | ### General 846 | - [algokit:utils:typescript:code:modules:types_algorand_client_transaction_creator](taxonomy/algokit:utils:typescript:code:modules:types_algorand_client_transaction_creator.md): [@algorandfoundation/algokit-utils](../README.md) / types/algorand-client-transaction-creator 847 | 848 | ### General 849 | - [SDKs:javascript:classes:modelsv2.BoxReference](taxonomy/SDKs:javascript:classes:modelsv2.BoxReference.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / BoxReference 850 | 851 | ### General 852 | - [algokit:utils:typescript:code:interfaces:types_transaction.SendTransactionResult](taxonomy/algokit:utils:typescript:code:interfaces:types_transaction.SendTransactionResult.md): [@algorandfoundation/algokit-utils](../README.md) / [types/transaction](../modules/types_transaction.md) / SendTransactionResult 853 | 854 | ### General 855 | - [SDKs:javascript:classes:indexerModels.BlockRewards](taxonomy/SDKs:javascript:classes:indexerModels.BlockRewards.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / BlockRewards 856 | 857 | ### General 858 | - [developer:docs:clis:goal:account:changeonlinestatus](taxonomy/developer:docs:clis:goal:account:changeonlinestatus.md): title: goal account changeonlinestatus 859 | 860 | ### General 861 | - [SDKs:javascript:classes:indexerModels.TransactionResponse](taxonomy/SDKs:javascript:classes:indexerModels.TransactionResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / TransactionResponse 862 | 863 | ### General 864 | - [algokit:cli:features:completions](taxonomy/algokit:cli:features:completions.md): AlgoKit Completions 865 | 866 | ### General 867 | - [algokit:utils:typescript:code:interfaces:types_dispenser_client.DispenserLimitResponse](taxonomy/algokit:utils:typescript:code:interfaces:types_dispenser_client.DispenserLimitResponse.md): [@algorandfoundation/algokit-utils](../README.md) / [types/dispenser-client](../modules/types_dispenser_client.md) / DispenserLimitResponse 868 | 869 | ### General 870 | - [algokit:utils:typescript:code:interfaces:types_app.BoxReference](taxonomy/algokit:utils:typescript:code:interfaces:types_app.BoxReference.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app](../modules/types_app.md) / BoxReference 871 | 872 | ### General 873 | - [SDKs:javascript:classes:indexerModels.Transaction](taxonomy/SDKs:javascript:classes:indexerModels.Transaction.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / Transaction 874 | 875 | ### General 876 | - [SDKs:javascript:classes:modelsv2.Account](taxonomy/SDKs:javascript:classes:modelsv2.Account.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / Account 877 | 878 | ### General 879 | - [SDKs:javascript:classes:indexerModels.ApplicationStateSchema](taxonomy/SDKs:javascript:classes:indexerModels.ApplicationStateSchema.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / ApplicationStateSchema 880 | 881 | ### General 882 | - [SDKs:javascript:classes:modelsv2.PendingTransactionsResponse](taxonomy/SDKs:javascript:classes:modelsv2.PendingTransactionsResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / PendingTransactionsResponse 883 | 884 | ### General 885 | - [algokit:utils:typescript:code:modules:types_expand](taxonomy/algokit:utils:typescript:code:modules:types_expand.md): [@algorandfoundation/algokit-utils](../README.md) / types/expand 886 | 887 | ### General 888 | - [algokit:cli:tutorials:smart-contracts](taxonomy/algokit:cli:tutorials:smart-contracts.md): Smart Contract Tutorial 889 | 890 | ### General 891 | - [SDKs:javascript:classes:LogicSig](taxonomy/SDKs:javascript:classes:LogicSig.md): [algosdk](../README.md) / [Exports](../modules.md) / LogicSig 892 | 893 | ### General 894 | - [TEALScript:guides:features](taxonomy/TEALScript:guides:features.md): --- 895 | 896 | ### General 897 | - [developer:docs:clis:goal:account:rename](taxonomy/developer:docs:clis:goal:account:rename.md): title: goal account rename 898 | 899 | ### General 900 | - [algokit:utils:typescript:code:interfaces:types_app_client.AppClientCompilationParams](taxonomy/algokit:utils:typescript:code:interfaces:types_app_client.AppClientCompilationParams.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-client](../modules/types_app_client.md) / AppClientCompilationParams 901 | 902 | ### General 903 | - [algokit:utils:typescript:code:interfaces:types_app_spec.CallConfig](taxonomy/algokit:utils:typescript:code:interfaces:types_app_spec.CallConfig.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-spec](../modules/types_app_spec.md) / CallConfig 904 | 905 | ### General 906 | - [SDKs:javascript:classes:modelsv2.BlockTxidsResponse](taxonomy/SDKs:javascript:classes:modelsv2.BlockTxidsResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / BlockTxidsResponse 907 | 908 | ### General 909 | - [algokit:utils:typescript:code:classes:types_account.MultisigAccount](taxonomy/algokit:utils:typescript:code:classes:types_account.MultisigAccount.md): [@algorandfoundation/algokit-utils](../README.md) / [types/account](../modules/types_account.md) / MultisigAccount 910 | 911 | ### General 912 | - [SDKs:javascript:interfaces:ABIInterfaceParams](taxonomy/SDKs:javascript:interfaces:ABIInterfaceParams.md): [algosdk](../README.md) / [Exports](../modules.md) / ABIInterfaceParams 913 | 914 | ### General 915 | - [algokit:utils:typescript:code:interfaces:types_app.BoxValuesRequestParams](taxonomy/algokit:utils:typescript:code:interfaces:types_app.BoxValuesRequestParams.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app](../modules/types_app.md) / BoxValuesRequestParams 916 | 917 | ### General 918 | - [SDKs:javascript:classes:indexerModels.TransactionApplication](taxonomy/SDKs:javascript:classes:indexerModels.TransactionApplication.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / TransactionApplication 919 | 920 | ### General 921 | - [algokit:utils:typescript:code:modules:index.indexer](taxonomy/algokit:utils:typescript:code:modules:index.indexer.md): [@algorandfoundation/algokit-utils](../README.md) / [index](index.md) / indexer 922 | 923 | ### General 924 | - [SDKs:javascript:classes:Kmd](taxonomy/SDKs:javascript:classes:Kmd.md): [algosdk](../README.md) / [Exports](../modules.md) / Kmd 925 | 926 | ### General 927 | - [puya:docs:api-algopy.gtxn](taxonomy/puya:docs:api-algopy.gtxn.md): 928 | 929 | ### General 930 | - [algokit:utils:typescript:code:interfaces:types_account_manager.EnsureFundedResult](taxonomy/algokit:utils:typescript:code:interfaces:types_account_manager.EnsureFundedResult.md): [@algorandfoundation/algokit-utils](../README.md) / [types/account-manager](../modules/types_account_manager.md) / EnsureFundedResult 931 | 932 | ### General 933 | - [algokit:utils:typescript:code:modules:types_app_factory_and_client_spec](taxonomy/algokit:utils:typescript:code:modules:types_app_factory_and_client_spec.md): [@algorandfoundation/algokit-utils](../README.md) / types/app-factory-and-client.spec 934 | 935 | ### General 936 | - [SDKs:javascript:interfaces:Address](taxonomy/SDKs:javascript:interfaces:Address.md): [algosdk](../README.md) / [Exports](../modules.md) / Address 937 | 938 | ### General 939 | - [developer:docs:clis:diagcfg:diagcfg](taxonomy/developer:docs:clis:diagcfg:diagcfg.md): title: diagcfg 940 | 941 | ### General 942 | - [algokit:utils:typescript:capabilities:transaction-composer](taxonomy/algokit:utils:typescript:capabilities:transaction-composer.md): Transaction composer 943 | 944 | ### General 945 | - [algokit:utils:python:markdown:capabilities:client](taxonomy/algokit:utils:python:markdown:capabilities:client.md): Client management 946 | 947 | ### General 948 | - [algokit:cli:architecture-decisions:2023-01-11_beaker_productionisation_review](taxonomy/algokit:cli:architecture-decisions:2023-01-11_beaker_productionisation_review.md): Beaker productionisation review 949 | 950 | ### General 951 | - [algokit:utils:typescript:code:modules:types_composer](taxonomy/algokit:utils:typescript:code:modules:types_composer.md): [@algorandfoundation/algokit-utils](../README.md) / types/composer 952 | 953 | ### General 954 | - [SDKs:javascript:classes:indexerModels.MiniAssetHolding](taxonomy/SDKs:javascript:classes:indexerModels.MiniAssetHolding.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / MiniAssetHolding 955 | 956 | ### General 957 | - [SDKs:javascript:interfaces:BaseHTTPClient](taxonomy/SDKs:javascript:interfaces:BaseHTTPClient.md): [algosdk](../README.md) / [Exports](../modules.md) / BaseHTTPClient 958 | 959 | ### General 960 | - [developer:docs:clis:algokey:algokey](taxonomy/developer:docs:clis:algokey:algokey.md): title: algokey 961 | 962 | ### General 963 | - [SDKs:javascript:classes:modelsv2.AppCallLogs](taxonomy/SDKs:javascript:classes:modelsv2.AppCallLogs.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / AppCallLogs 964 | 965 | ### General 966 | - [algokit:utils:typescript:code:interfaces:types_app_client.AppClientCallABIArgs](taxonomy/algokit:utils:typescript:code:interfaces:types_app_client.AppClientCallABIArgs.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-client](../modules/types_app_client.md) / AppClientCallABIArgs 967 | 968 | ### General 969 | - [algokit:utils:python:markdown:capabilities:app-deploy](taxonomy/algokit:utils:python:markdown:capabilities:app-deploy.md): App deployment 970 | 971 | ### General 972 | - [developer:docs:clis:goal:network:network](taxonomy/developer:docs:clis:goal:network:network.md): title: goal network 973 | 974 | ### General 975 | - [developer:docs:clis:goal:network:stop](taxonomy/developer:docs:clis:goal:network:stop.md): title: goal network stop 976 | 977 | ### General 978 | - [developer:docs:clis:conduit:list:importers](taxonomy/developer:docs:clis:conduit:list:importers.md): title: conduit list importers 979 | 980 | ### General 981 | - [algokit:utils:typescript:code:interfaces:types_asset.AssetOptOutParams](taxonomy/algokit:utils:typescript:code:interfaces:types_asset.AssetOptOutParams.md): [@algorandfoundation/algokit-utils](../README.md) / [types/asset](../modules/types_asset.md) / AssetOptOutParams 982 | 983 | ### General 984 | - [SDKs:javascript:classes:DryrunResult](taxonomy/SDKs:javascript:classes:DryrunResult.md): [algosdk](../README.md) / [Exports](../modules.md) / DryrunResult 985 | 986 | ### General 987 | - [SDKs:javascript:classes:indexerModels.AssetHolding](taxonomy/SDKs:javascript:classes:indexerModels.AssetHolding.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / AssetHolding 988 | 989 | ### General 990 | - [SDKs:javascript:classes:modelsv2.AccountAssetsInformationResponse](taxonomy/SDKs:javascript:classes:modelsv2.AccountAssetsInformationResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / AccountAssetsInformationResponse 991 | 992 | ### General 993 | - [algokit:utils:typescript:code:interfaces:types_app_client.ResolveAppByIdBase](taxonomy/algokit:utils:typescript:code:interfaces:types_app_client.ResolveAppByIdBase.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-client](../modules/types_app_client.md) / ResolveAppByIdBase 994 | 995 | ### General 996 | - [SDKs:javascript:classes:modelsv2.TransactionParametersResponse](taxonomy/SDKs:javascript:classes:modelsv2.TransactionParametersResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / TransactionParametersResponse 997 | 998 | ### General 999 | - [SDKs:javascript:classes:ABIAddressType](taxonomy/SDKs:javascript:classes:ABIAddressType.md): [algosdk](../README.md) / [Exports](../modules.md) / ABIAddressType 1000 | 1001 | ### General 1002 | - [developer:docs:clis:goal:account:multisig:multisig](taxonomy/developer:docs:clis:goal:account:multisig:multisig.md): title: goal account multisig 1003 | 1004 | ### General 1005 | - [developer:docs:clis:goal:account:info](taxonomy/developer:docs:clis:goal:account:info.md): title: goal account info 1006 | 1007 | ### General 1008 | - [puya:examples:auction:README](taxonomy/puya:examples:auction:README.md): Port of Beaker auction contract to TEALScript. Original source: https://github.com/algorand-devrel/beaker-auction/tree/7e1fe62b852c0d819954a931f10cf39d841cbc02 1009 | 1010 | ### General 1011 | - [SDKs:javascript:classes:modelsv2.AccountParticipation](taxonomy/SDKs:javascript:classes:modelsv2.AccountParticipation.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / AccountParticipation 1012 | 1013 | ### General 1014 | - [algokit:cli:features:doctor](taxonomy/algokit:cli:features:doctor.md): AlgoKit Doctor 1015 | 1016 | ### General 1017 | - [algokit:utils:python:source:capabilities:dispenser-client](taxonomy/algokit:utils:python:source:capabilities:dispenser-client.md): TestNet Dispenser Client 1018 | 1019 | ### General 1020 | - [puya:docs:lg-transactions](taxonomy/puya:docs:lg-transactions.md): Transactions 1021 | 1022 | ### General 1023 | - [algokit:utils:typescript:code:interfaces:types_testing.LogSnapshotConfig](taxonomy/algokit:utils:typescript:code:interfaces:types_testing.LogSnapshotConfig.md): [@algorandfoundation/algokit-utils](../README.md) / [types/testing](../modules/types_testing.md) / LogSnapshotConfig 1024 | 1025 | ### General 1026 | - [puya:docs:api](taxonomy/puya:docs:api.md): 1027 | 1028 | ### General 1029 | - [SDKs:javascript:classes:indexerModels.StateProofFields](taxonomy/SDKs:javascript:classes:indexerModels.StateProofFields.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / StateProofFields 1030 | 1031 | ### General 1032 | - [developer:docs:clis:algokey:generate](taxonomy/developer:docs:clis:algokey:generate.md): title: algokey generate 1033 | 1034 | ### General 1035 | - [puya:docs:lg-types](taxonomy/puya:docs:lg-types.md): Types 1036 | 1037 | ### General 1038 | - [algokit:utils:typescript:code:modules:types_app_factory](taxonomy/algokit:utils:typescript:code:modules:types_app_factory.md): [@algorandfoundation/algokit-utils](../README.md) / types/app-factory 1039 | 1040 | ### General 1041 | - [developer:docs:clis:algokey:part:generate](taxonomy/developer:docs:clis:algokey:part:generate.md): title: algokey part generate 1042 | 1043 | ### General 1044 | - [algokit:utils:typescript:code:modules:types_account](taxonomy/algokit:utils:typescript:code:modules:types_account.md): [@algorandfoundation/algokit-utils](../README.md) / types/account 1045 | 1046 | ### General 1047 | - [SDKs:javascript:classes:indexerModels.TransactionAssetTransfer](taxonomy/SDKs:javascript:classes:indexerModels.TransactionAssetTransfer.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / TransactionAssetTransfer 1048 | 1049 | ### General 1050 | - [developer:docs:clis:goal:app:interact:execute](taxonomy/developer:docs:clis:goal:app:interact:execute.md): title: goal app interact execute 1051 | 1052 | ### General 1053 | - [algokit:utils:typescript:capabilities:algorand-client](taxonomy/algokit:utils:typescript:capabilities:algorand-client.md): Algorand client 1054 | 1055 | ### General 1056 | - [developer:docs:clis:diagcfg:metric:status](taxonomy/developer:docs:clis:diagcfg:metric:status.md): title: diagcfg metric status 1057 | 1058 | ### General 1059 | - [algokit:utils:typescript:code:interfaces:types_app_manager.BoxValueRequestParams](taxonomy/algokit:utils:typescript:code:interfaces:types_app_manager.BoxValueRequestParams.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-manager](../modules/types_app_manager.md) / BoxValueRequestParams 1060 | 1061 | ### General 1062 | - [algokit:utils:typescript:code:interfaces:types_account.TransactionSignerAccount](taxonomy/algokit:utils:typescript:code:interfaces:types_account.TransactionSignerAccount.md): [@algorandfoundation/algokit-utils](../README.md) / [types/account](../modules/types_account.md) / TransactionSignerAccount 1063 | 1064 | ### General 1065 | - [SDKs:javascript:classes:indexerModels.ApplicationLocalState](taxonomy/SDKs:javascript:classes:indexerModels.ApplicationLocalState.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / ApplicationLocalState 1066 | 1067 | ### General 1068 | - [developer:docs:clis:goal:network:start](taxonomy/developer:docs:clis:goal:network:start.md): title: goal network start 1069 | 1070 | ### General 1071 | - [developer:docs:clis:goal:account:multisig:delete](taxonomy/developer:docs:clis:goal:account:multisig:delete.md): title: goal account multisig delete 1072 | 1073 | ### General 1074 | - [algokit:utils:typescript:code:interfaces:types_app.UpdateAppParams](taxonomy/algokit:utils:typescript:code:interfaces:types_app.UpdateAppParams.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app](../modules/types_app.md) / UpdateAppParams 1075 | 1076 | ### General 1077 | - [developer:docs:clis:conduit:list:list](taxonomy/developer:docs:clis:conduit:list:list.md): title: conduit list 1078 | 1079 | ### General 1080 | - [developer:docs:clis:goal:kmd:stop](taxonomy/developer:docs:clis:goal:kmd:stop.md): title: goal kmd stop 1081 | 1082 | ### General 1083 | - [algokit:cli:features:project:list](taxonomy/algokit:cli:features:project:list.md): AlgoKit Project List Command 1084 | 1085 | ### General 1086 | - [SDKs:javascript:classes:modelsv2.AvmValue](taxonomy/SDKs:javascript:classes:modelsv2.AvmValue.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / AvmValue 1087 | 1088 | ### General 1089 | - [algokit:utils:typescript:code:modules:types_algorand_client](taxonomy/algokit:utils:typescript:code:modules:types_algorand_client.md): [@algorandfoundation/algokit-utils](../README.md) / types/algorand-client 1090 | 1091 | ### General 1092 | - [developer:docs:clis:goal:account:balance](taxonomy/developer:docs:clis:goal:account:balance.md): title: goal account balance 1093 | 1094 | ### General 1095 | - [algokit:utils:python:markdown:capabilities:dispenser-client](taxonomy/algokit:utils:python:markdown:capabilities:dispenser-client.md): TestNet Dispenser Client 1096 | 1097 | ### General 1098 | - [puya:docs:lg-ops](taxonomy/puya:docs:lg-ops.md): AVM operations 1099 | 1100 | ### General 1101 | - [developer:docs:clis:goal:network:create](taxonomy/developer:docs:clis:goal:network:create.md): title: goal network create 1102 | 1103 | ### General 1104 | - [algokit:utils:typescript:code:interfaces:types_transaction.SendParams](taxonomy/algokit:utils:typescript:code:interfaces:types_transaction.SendParams.md): [@algorandfoundation/algokit-utils](../README.md) / [types/transaction](../modules/types_transaction.md) / SendParams 1105 | 1106 | ### General 1107 | - [SDKs:javascript:classes:modelsv2.SimulationOpcodeTraceUnit](taxonomy/SDKs:javascript:classes:modelsv2.SimulationOpcodeTraceUnit.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / SimulationOpcodeTraceUnit 1108 | 1109 | ### General 1110 | - [puya:src:puya:ARCHITECTURE](taxonomy/puya:src:puya:ARCHITECTURE.md): Layers 1111 | 1112 | ### General 1113 | - [SDKs:javascript:examples:README](taxonomy/SDKs:javascript:examples:README.md): Algorand JavaScript SDK Examples 1114 | 1115 | ### General 1116 | - [algokit:cli:features:goal](taxonomy/algokit:cli:features:goal.md): AlgoKit goal 1117 | 1118 | ### General 1119 | - [algokit:cli:architecture-decisions:2024-01-23_init-wizard-v2](taxonomy/algokit:cli:architecture-decisions:2024-01-23_init-wizard-v2.md): AlgoKit Init Wizard Version 2 and Template Enhancements 1120 | 1121 | ### General 1122 | - [developer:docs:clis:goal:app:closeout](taxonomy/developer:docs:clis:goal:app:closeout.md): title: goal app closeout 1123 | 1124 | ### General 1125 | - [ARCs:specs:arc-0049](taxonomy/ARCs:specs:arc-0049.md): --- 1126 | 1127 | ### General 1128 | - [ARCs:specs:arc-0018](taxonomy/ARCs:specs:arc-0018.md): --- 1129 | 1130 | ### General 1131 | - [SDKs:javascript:classes:indexerModels.StateProofSignature](taxonomy/SDKs:javascript:classes:indexerModels.StateProofSignature.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / StateProofSignature 1132 | 1133 | ### General 1134 | - [developer:docs:clis:algokey:import](taxonomy/developer:docs:clis:algokey:import.md): title: algokey import 1135 | 1136 | ### General 1137 | - [algokit:cli:features:tasks:sign](taxonomy/algokit:cli:features:tasks:sign.md): AlgoKit Task Sign 1138 | 1139 | ### General 1140 | - [algokit:utils:typescript:code:interfaces:types_app_spec.DeclaredSchemaValueSpec](taxonomy/algokit:utils:typescript:code:interfaces:types_app_spec.DeclaredSchemaValueSpec.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-spec](../modules/types_app_spec.md) / DeclaredSchemaValueSpec 1141 | 1142 | ### General 1143 | - [algokit:utils:typescript:code:interfaces:types_client_manager.AlgoSdkClients](taxonomy/algokit:utils:typescript:code:interfaces:types_client_manager.AlgoSdkClients.md): [@algorandfoundation/algokit-utils](../README.md) / [types/client-manager](../modules/types_client_manager.md) / AlgoSdkClients 1144 | 1145 | ### General 1146 | - [SDKs:javascript:enums:OnApplicationComplete](taxonomy/SDKs:javascript:enums:OnApplicationComplete.md): [algosdk](../README.md) / [Exports](../modules.md) / OnApplicationComplete 1147 | 1148 | ### General 1149 | - [developer:docs:clis:goal:account:list](taxonomy/developer:docs:clis:goal:account:list.md): title: goal account list 1150 | 1151 | ### General 1152 | - [SDKs:javascript:classes:modelsv2.AccountApplicationResponse](taxonomy/SDKs:javascript:classes:modelsv2.AccountApplicationResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / AccountApplicationResponse 1153 | 1154 | ### General 1155 | - [puya:docs:api-algopy.itxn](taxonomy/puya:docs:api-algopy.itxn.md): 1156 | 1157 | ### General 1158 | - [algokit:utils:typescript:code:interfaces:types_app.AppLookup](taxonomy/algokit:utils:typescript:code:interfaces:types_app.AppLookup.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app](../modules/types_app.md) / AppLookup 1159 | 1160 | ### General 1161 | - [SDKs:javascript:classes:ABIMethod](taxonomy/SDKs:javascript:classes:ABIMethod.md): [algosdk](../README.md) / [Exports](../modules.md) / ABIMethod 1162 | 1163 | ### General 1164 | - [algokit:utils:typescript:code:interfaces:types_app_arc56.ProgramSourceInfo](taxonomy/algokit:utils:typescript:code:interfaces:types_app_arc56.ProgramSourceInfo.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-arc56](../modules/types_app_arc56.md) / ProgramSourceInfo 1165 | 1166 | ### General 1167 | - [SDKs:javascript:classes:indexerModels.AssetHoldingsResponse](taxonomy/SDKs:javascript:classes:indexerModels.AssetHoldingsResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / AssetHoldingsResponse 1168 | 1169 | ### General 1170 | - [algokit:utils:typescript:code:interfaces:types_transfer.TransferAssetParams](taxonomy/algokit:utils:typescript:code:interfaces:types_transfer.TransferAssetParams.md): [@algorandfoundation/algokit-utils](../README.md) / [types/transfer](../modules/types_transfer.md) / TransferAssetParams 1171 | 1172 | ### General 1173 | - [ARCs:specs:arc-0008](taxonomy/ARCs:specs:arc-0008.md): --- 1174 | 1175 | ### General 1176 | - [algokit:utils:typescript:code:classes:testing.TransactionLogger](taxonomy/algokit:utils:typescript:code:classes:testing.TransactionLogger.md): [@algorandfoundation/algokit-utils](../README.md) / [testing](../modules/testing.md) / TransactionLogger 1177 | 1178 | ### General 1179 | - [ARCs:specs:arc-0059](taxonomy/ARCs:specs:arc-0059.md): --- 1180 | 1181 | ### General 1182 | - [algokit:utils:typescript:code:interfaces:types_debugging.TealSourcesDebugEventData](taxonomy/algokit:utils:typescript:code:interfaces:types_debugging.TealSourcesDebugEventData.md): [@algorandfoundation/algokit-utils](../README.md) / [types/debugging](../modules/types_debugging.md) / TealSourcesDebugEventData 1183 | 1184 | ### General 1185 | - [algokit:utils:typescript:v7-migration](taxonomy/algokit:utils:typescript:v7-migration.md): v7 migration 1186 | 1187 | ### General 1188 | - [SDKs:javascript:classes:modelsv2.PendingTransactionResponse](taxonomy/SDKs:javascript:classes:modelsv2.PendingTransactionResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / PendingTransactionResponse 1189 | 1190 | ### General 1191 | - [algokit:utils:typescript:code:modules:types_account_manager_spec](taxonomy/algokit:utils:typescript:code:modules:types_account_manager_spec.md): [@algorandfoundation/algokit-utils](../README.md) / types/account-manager.spec 1192 | 1193 | ### General 1194 | - [TEALScript:guides:Supported Types:numbers](taxonomy/TEALScript:guides:Supported Types:numbers.md): --- 1195 | 1196 | ### General 1197 | - [algokit:utils:typescript:code:modules:types_logging](taxonomy/algokit:utils:typescript:code:modules:types_logging.md): [@algorandfoundation/algokit-utils](../README.md) / types/logging 1198 | 1199 | ### General 1200 | - [SDKs:javascript:classes:modelsv2.Application](taxonomy/SDKs:javascript:classes:modelsv2.Application.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / Application 1201 | 1202 | ### General 1203 | - [SDKs:javascript:classes:modelsv2.BuildVersion](taxonomy/SDKs:javascript:classes:modelsv2.BuildVersion.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / BuildVersion 1204 | 1205 | ### General 1206 | - [algokit:utils:typescript:code:modules:types_algorand_client_spec](taxonomy/algokit:utils:typescript:code:modules:types_algorand_client_spec.md): [@algorandfoundation/algokit-utils](../README.md) / types/algorand-client.spec 1207 | 1208 | ### General 1209 | - [developer:docs:clis:goal:clerk:multisig:sign](taxonomy/developer:docs:clis:goal:clerk:multisig:sign.md): title: goal clerk multisig sign 1210 | 1211 | ### General 1212 | - [algokit:utils:typescript:code:classes:types_account_manager.AccountManager](taxonomy/algokit:utils:typescript:code:classes:types_account_manager.AccountManager.md): [@algorandfoundation/algokit-utils](../README.md) / [types/account-manager](../modules/types_account_manager.md) / AccountManager 1213 | 1214 | ### General 1215 | - [SDKs:javascript:classes:modelsv2.DryrunRequest](taxonomy/SDKs:javascript:classes:modelsv2.DryrunRequest.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / DryrunRequest 1216 | 1217 | ### General 1218 | - [SDKs:javascript:classes:modelsv2.StateProofMessage](taxonomy/SDKs:javascript:classes:modelsv2.StateProofMessage.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / StateProofMessage 1219 | 1220 | ### General 1221 | - [developer:docs:clis:goal:account:new](taxonomy/developer:docs:clis:goal:account:new.md): title: goal account new 1222 | 1223 | ### General 1224 | - [algokit:cli:features:tasks:vanity_address](taxonomy/algokit:cli:features:tasks:vanity_address.md): AlgoKit Task Vanity Address 1225 | 1226 | ### General 1227 | - [SDKs:javascript:classes:modelsv2.ApplicationInitialStates](taxonomy/SDKs:javascript:classes:modelsv2.ApplicationInitialStates.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / ApplicationInitialStates 1228 | 1229 | ### General 1230 | - [SDKs:javascript:classes:modelsv2.TealKeyValue](taxonomy/SDKs:javascript:classes:modelsv2.TealKeyValue.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / TealKeyValue 1231 | 1232 | ### General 1233 | - [algokit:utils:typescript:code:interfaces:types_app_spec.Hint](taxonomy/algokit:utils:typescript:code:interfaces:types_app_spec.Hint.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-spec](../modules/types_app_spec.md) / Hint 1234 | 1235 | ### General 1236 | - [ARCs:specs:arc-0079](taxonomy/ARCs:specs:arc-0079.md): --- 1237 | 1238 | ### General 1239 | - [ARCs:specs:arc-0028](taxonomy/ARCs:specs:arc-0028.md): --- 1240 | 1241 | ### General 1242 | - [algokit:cli:architecture-decisions:2023-01-12_smart-contract-deployment](taxonomy/algokit:cli:architecture-decisions:2023-01-12_smart-contract-deployment.md): Smart Contract Deployment 1243 | 1244 | ### General 1245 | - [algokit:utils:typescript:code:interfaces:types_app.RawAppCallArgs](taxonomy/algokit:utils:typescript:code:interfaces:types_app.RawAppCallArgs.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app](../modules/types_app.md) / RawAppCallArgs 1246 | 1247 | ### General 1248 | - [algo-models:README](taxonomy/algo-models:README.md): Algo Models 1249 | 1250 | ### General 1251 | - [algokit:utils:typescript:capabilities:dispenser-client](taxonomy/algokit:utils:typescript:capabilities:dispenser-client.md): TestNet Dispenser Client 1252 | 1253 | ### General 1254 | - [SDKs:javascript:modules:indexerModels](taxonomy/SDKs:javascript:modules:indexerModels.md): [algosdk](../README.md) / [Exports](../modules.md) / indexerModels 1255 | 1256 | ### General 1257 | - [SDKs:javascript:classes:modelsv2.SimulateResponse](taxonomy/SDKs:javascript:classes:modelsv2.SimulateResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / SimulateResponse 1258 | 1259 | ### General 1260 | - [developer:docs:clis:goal:app:delete](taxonomy/developer:docs:clis:goal:app:delete.md): title: goal app delete 1261 | 1262 | ### General 1263 | - [algokit:cli:features:init](taxonomy/algokit:cli:features:init.md): AlgoKit Init 1264 | 1265 | ### General 1266 | - [developer:docs:clis:goal:account:account](taxonomy/developer:docs:clis:goal:account:account.md): title: goal account 1267 | 1268 | ### General 1269 | - [algokit:utils:typescript:code:modules:types_logic_error](taxonomy/algokit:utils:typescript:code:modules:types_logic_error.md): [@algorandfoundation/algokit-utils](../README.md) / types/logic-error 1270 | 1271 | ### General 1272 | - [ARCs:specs:arc-0069](taxonomy/ARCs:specs:arc-0069.md): --- 1273 | 1274 | ### General 1275 | - [SDKs:javascript:classes:AtomicTransactionComposer](taxonomy/SDKs:javascript:classes:AtomicTransactionComposer.md): [algosdk](../README.md) / [Exports](../modules.md) / AtomicTransactionComposer 1276 | 1277 | ### General 1278 | - [SDKs:javascript:interfaces:Account](taxonomy/SDKs:javascript:interfaces:Account.md): [algosdk](../README.md) / [Exports](../modules.md) / Account 1279 | 1280 | ### General 1281 | - [puya:docs:language-guide](taxonomy/puya:docs:language-guide.md): Language Guide 1282 | 1283 | ### General 1284 | - [puya:docs:index](taxonomy/puya:docs:index.md): Algorand Python 1285 | 1286 | ### General 1287 | - [index](taxonomy/index.md): Algorand Knowledge Index 1288 | 1289 | ### General 1290 | - [developer:docs:clis:goal:clerk:simulate](taxonomy/developer:docs:clis:goal:clerk:simulate.md): title: goal clerk simulate 1291 | 1292 | ### General 1293 | - [algokit:cli:features:project:run](taxonomy/algokit:cli:features:project:run.md): AlgoKit Project Run 1294 | 1295 | ### General 1296 | - [algokit:utils:typescript:code:classes:types_app_client.ApplicationClient](taxonomy/algokit:utils:typescript:code:classes:types_app_client.ApplicationClient.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-client](../modules/types_app_client.md) / ApplicationClient 1297 | 1298 | ### General 1299 | - [TEALScript:tutorials:Hello World:0006-test](taxonomy/TEALScript:tutorials:Hello World:0006-test.md): --- 1300 | 1301 | ### General 1302 | - [SDKs:javascript:classes:modelsv2.BlockHashResponse](taxonomy/SDKs:javascript:classes:modelsv2.BlockHashResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / BlockHashResponse 1303 | 1304 | ### General 1305 | - [SDKs:javascript:classes:indexerModels.AssetResponse](taxonomy/SDKs:javascript:classes:indexerModels.AssetResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / AssetResponse 1306 | 1307 | ### General 1308 | - [developer:docs:clis:goal:app:update](taxonomy/developer:docs:clis:goal:app:update.md): title: goal app update 1309 | 1310 | ### General 1311 | - [SDKs:javascript:classes:modelsv2.DryrunTxnResult](taxonomy/SDKs:javascript:classes:modelsv2.DryrunTxnResult.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / DryrunTxnResult 1312 | 1313 | ### General 1314 | - [SDKs:javascript:classes:indexerModels.AssetBalancesResponse](taxonomy/SDKs:javascript:classes:indexerModels.AssetBalancesResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / AssetBalancesResponse 1315 | 1316 | ### General 1317 | - [ARCs:assets:arc-0034:TemplateForm](taxonomy/ARCs:assets:arc-0034:TemplateForm.md): --- 1318 | 1319 | ### General 1320 | - [puya:tests:test_expected_output:README](taxonomy/puya:tests:test_expected_output:README.md): The .test files in this directory are used to quickly confirm expected behaviour of the puya compiler 1321 | 1322 | ### General 1323 | - [developer:docs:clis:goal:asset:create](taxonomy/developer:docs:clis:goal:asset:create.md): title: goal asset create 1324 | 1325 | ### General 1326 | - [SDKs:javascript:classes:indexerModels.EvalDeltaKeyValue](taxonomy/SDKs:javascript:classes:indexerModels.EvalDeltaKeyValue.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / EvalDeltaKeyValue 1327 | 1328 | ### General 1329 | - [SDKs:javascript:classes:modelsv2.AssetHoldingReference](taxonomy/SDKs:javascript:classes:modelsv2.AssetHoldingReference.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / AssetHoldingReference 1330 | 1331 | ### General 1332 | - [algokit:utils:typescript:code:modules:types_asset_manager](taxonomy/algokit:utils:typescript:code:modules:types_asset_manager.md): [@algorandfoundation/algokit-utils](../README.md) / types/asset-manager 1333 | 1334 | ### General 1335 | - [developer:docs:clis:algokey:part:reparent](taxonomy/developer:docs:clis:algokey:part:reparent.md): title: algokey part reparent 1336 | 1337 | ### General 1338 | - [algokit:utils:typescript:code:classes:types_app_client.AppClient](taxonomy/algokit:utils:typescript:code:classes:types_app_client.AppClient.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-client](../modules/types_app_client.md) / AppClient 1339 | 1340 | ### General 1341 | - [algokit:utils:typescript:code:modules:types_transfer](taxonomy/algokit:utils:typescript:code:modules:types_transfer.md): [@algorandfoundation/algokit-utils](../README.md) / types/transfer 1342 | 1343 | ### General 1344 | - [algokit:utils:typescript:code:modules:types_config](taxonomy/algokit:utils:typescript:code:modules:types_config.md): [@algorandfoundation/algokit-utils](../README.md) / types/config 1345 | 1346 | ### General 1347 | - [algokit:README](taxonomy/algokit:README.md): <div align="center"> 1348 | 1349 | ### General 1350 | - [SDKs:javascript:interfaces:BaseHTTPClientResponse](taxonomy/SDKs:javascript:interfaces:BaseHTTPClientResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / BaseHTTPClientResponse 1351 | 1352 | ### General 1353 | - [developer:docs:clis:goal:clerk:clerk](taxonomy/developer:docs:clis:goal:clerk:clerk.md): title: goal clerk 1354 | 1355 | ### General 1356 | - [developer:docs:clis:conduit:list:processors](taxonomy/developer:docs:clis:conduit:list:processors.md): title: conduit list processors 1357 | 1358 | ### General 1359 | - [ARCs:specs:arc-0078](taxonomy/ARCs:specs:arc-0078.md): --- 1360 | 1361 | ### General 1362 | - [SDKs:javascript:classes:modelsv2.LedgerStateDeltaForTransactionGroup](taxonomy/SDKs:javascript:classes:modelsv2.LedgerStateDeltaForTransactionGroup.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / LedgerStateDeltaForTransactionGroup 1363 | 1364 | ### General 1365 | - [SDKs:javascript:interfaces:CustomTokenHeader](taxonomy/SDKs:javascript:interfaces:CustomTokenHeader.md): [algosdk](../README.md) / [Exports](../modules.md) / CustomTokenHeader 1366 | 1367 | ### General 1368 | - [SDKs:javascript:classes:indexerModels.StateSchema](taxonomy/SDKs:javascript:classes:indexerModels.StateSchema.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / StateSchema 1369 | 1370 | ### General 1371 | - [SDKs:javascript:classes:modelsv2.SimulateTraceConfig](taxonomy/SDKs:javascript:classes:modelsv2.SimulateTraceConfig.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / SimulateTraceConfig 1372 | 1373 | ### General 1374 | - [algokit:cli:features:dispenser](taxonomy/algokit:cli:features:dispenser.md): AlgoKit TestNet Dispenser 1375 | 1376 | ### General 1377 | - [algokit:utils:typescript:code:interfaces:types_app_arc56.StructField](taxonomy/algokit:utils:typescript:code:interfaces:types_app_arc56.StructField.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-arc56](../modules/types_app_arc56.md) / StructField 1378 | 1379 | ### General 1380 | - [puya:docs:lg-modules](taxonomy/puya:docs:lg-modules.md): Module level constructs 1381 | 1382 | ### General 1383 | - [SDKs:javascript:classes:Algodv2](taxonomy/SDKs:javascript:classes:Algodv2.md): [algosdk](../README.md) / [Exports](../modules.md) / Algodv2 1384 | 1385 | ### General 1386 | - [ARCs:assets:arc-0012:README](taxonomy/ARCs:assets:arc-0012:README.md): ARC12 Contracts 1387 | 1388 | ### General 1389 | - [puya:docs:principles](taxonomy/puya:docs:principles.md): Principles & Background 1390 | 1391 | ### General 1392 | - [algokit:utils:typescript:code:interfaces:types_app_client.AppClientDeployParams](taxonomy/algokit:utils:typescript:code:interfaces:types_app_client.AppClientDeployParams.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-client](../modules/types_app_client.md) / AppClientDeployParams 1393 | 1394 | ### General 1395 | - [algokit:utils:typescript:code:interfaces:types_indexer.LookupAssetHoldingsOptions](taxonomy/algokit:utils:typescript:code:interfaces:types_indexer.LookupAssetHoldingsOptions.md): [@algorandfoundation/algokit-utils](../README.md) / [types/indexer](../modules/types_indexer.md) / LookupAssetHoldingsOptions 1396 | 1397 | ### General 1398 | - [algokit:cli:tutorials:algokit-template](taxonomy/algokit:cli:tutorials:algokit-template.md): Creating AlgoKit Templates 1399 | 1400 | ### General 1401 | - [algokit:utils:typescript:code:interfaces:types_asset.AssetBulkOptInOutParams](taxonomy/algokit:utils:typescript:code:interfaces:types_asset.AssetBulkOptInOutParams.md): [@algorandfoundation/algokit-utils](../README.md) / [types/asset](../modules/types_asset.md) / AssetBulkOptInOutParams 1402 | 1403 | ### General 1404 | - [SDKs:javascript:classes:indexerModels.Application](taxonomy/SDKs:javascript:classes:indexerModels.Application.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / Application 1405 | 1406 | ### General 1407 | - [algokit:utils:typescript:code:interfaces:types_debugging.AVMTracesEventData](taxonomy/algokit:utils:typescript:code:interfaces:types_debugging.AVMTracesEventData.md): [@algorandfoundation/algokit-utils](../README.md) / [types/debugging](../modules/types_debugging.md) / AVMTracesEventData 1408 | 1409 | ### General 1410 | - [algokit:cli:architecture-decisions:2023-07-19_advanced_generate_command](taxonomy/algokit:cli:architecture-decisions:2023-07-19_advanced_generate_command.md): Advanced `algokit generate` command 1411 | 1412 | ### General 1413 | - [algokit:cli:features:generate](taxonomy/algokit:cli:features:generate.md): AlgoKit Generate 1414 | 1415 | ### General 1416 | - [algokit:utils:typescript:code:modules:types_amount](taxonomy/algokit:utils:typescript:code:modules:types_amount.md): [@algorandfoundation/algokit-utils](../README.md) / types/amount 1417 | 1418 | ### General 1419 | - [SDKs:javascript:classes:indexerModels.TransactionSignatureMultisigSubsignature](taxonomy/SDKs:javascript:classes:indexerModels.TransactionSignatureMultisigSubsignature.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / TransactionSignatureMultisigSubsignature 1420 | 1421 | ### General 1422 | - [developer:docs:clis:goal:app:create](taxonomy/developer:docs:clis:goal:app:create.md): title: goal app create 1423 | 1424 | ### General 1425 | - [algokit:utils:typescript:code:interfaces:types_testing.AlgorandFixtureConfig](taxonomy/algokit:utils:typescript:code:interfaces:types_testing.AlgorandFixtureConfig.md): [@algorandfoundation/algokit-utils](../README.md) / [types/testing](../modules/types_testing.md) / AlgorandFixtureConfig 1426 | 1427 | ### General 1428 | - [SDKs:javascript:classes:indexerModels.BoxesResponse](taxonomy/SDKs:javascript:classes:indexerModels.BoxesResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / BoxesResponse 1429 | 1430 | ### General 1431 | - [SDKs:javascript:classes:SourceMap](taxonomy/SDKs:javascript:classes:SourceMap.md): [algosdk](../README.md) / [Exports](../modules.md) / SourceMap 1432 | 1433 | ### General 1434 | - [algokit:cli:features:project:link](taxonomy/algokit:cli:features:project:link.md): AlgoKit Project Link Command 1435 | 1436 | ### General 1437 | - [SDKs:javascript:classes:modelsv2.ApplicationStateOperation](taxonomy/SDKs:javascript:classes:modelsv2.ApplicationStateOperation.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / ApplicationStateOperation 1438 | 1439 | ### General 1440 | - [SDKs:javascript:classes:indexerModels.Box](taxonomy/SDKs:javascript:classes:indexerModels.Box.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / Box 1441 | 1442 | ### General 1443 | - [SDKs:javascript:classes:modelsv2.SupplyResponse](taxonomy/SDKs:javascript:classes:modelsv2.SupplyResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / SupplyResponse 1444 | 1445 | ### General 1446 | - [SDKs:python:algosdk:v2client:harness:README](taxonomy/SDKs:python:algosdk:v2client:harness:README.md): Client V2 models 1447 | 1448 | ### General 1449 | - [algokit:utils:python:markdown:capabilities:account](taxonomy/algokit:utils:python:markdown:capabilities:account.md): Account management 1450 | 1451 | ### General 1452 | - [SDKs:javascript:classes:modelsv2.ApplicationStateSchema](taxonomy/SDKs:javascript:classes:modelsv2.ApplicationStateSchema.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / ApplicationStateSchema 1453 | 1454 | ### General 1455 | - [SDKs:javascript:classes:modelsv2.AccountStateDelta](taxonomy/SDKs:javascript:classes:modelsv2.AccountStateDelta.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / AccountStateDelta 1456 | 1457 | ### General 1458 | - [SDKs:javascript:classes:indexerModels.ErrorResponse](taxonomy/SDKs:javascript:classes:indexerModels.ErrorResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / ErrorResponse 1459 | 1460 | ### General 1461 | - [SDKs:javascript:classes:modelsv2.EvalDelta](taxonomy/SDKs:javascript:classes:modelsv2.EvalDelta.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / EvalDelta 1462 | 1463 | ### General 1464 | - [SDKs:javascript:classes:modelsv2.Version](taxonomy/SDKs:javascript:classes:modelsv2.Version.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / Version 1465 | 1466 | ### General 1467 | - [algokit:utils:typescript:code:enums:types_indexer.AccountStatus](taxonomy/algokit:utils:typescript:code:enums:types_indexer.AccountStatus.md): [@algorandfoundation/algokit-utils](../README.md) / [types/indexer](../modules/types_indexer.md) / AccountStatus 1468 | 1469 | ### General 1470 | - [puya:docs:lg-structure](taxonomy/puya:docs:lg-structure.md): Program structure 1471 | 1472 | ### General 1473 | - [ARCs:specs:arc-0048](taxonomy/ARCs:specs:arc-0048.md): --- 1474 | 1475 | ### General 1476 | - [SDKs:javascript:classes:indexerModels.ApplicationParams](taxonomy/SDKs:javascript:classes:indexerModels.ApplicationParams.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / ApplicationParams 1477 | 1478 | ### General 1479 | - [SDKs:javascript:classes:modelsv2.DisassembleResponse](taxonomy/SDKs:javascript:classes:modelsv2.DisassembleResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / DisassembleResponse 1480 | 1481 | ### General 1482 | - [ARCs:specs:arc-0019](taxonomy/ARCs:specs:arc-0019.md): --- 1483 | 1484 | ### General 1485 | - [algokit:cli:features:tasks:wallet](taxonomy/algokit:cli:features:tasks:wallet.md): AlgoKit Task Wallet 1486 | 1487 | ### General 1488 | - [puya:docs:lg-logs](taxonomy/puya:docs:lg-logs.md): Logging 1489 | 1490 | ### General 1491 | - [developer:docs:clis:goal:node:generatetoken](taxonomy/developer:docs:clis:goal:node:generatetoken.md): title: goal node generatetoken 1492 | 1493 | ### General 1494 | - [puya:docs:algopy_testing:index](taxonomy/puya:docs:algopy_testing:index.md): Algorand Python Testing 1495 | 1496 | ### General 1497 | - [developer:docs:clis:goal:completion:zsh](taxonomy/developer:docs:clis:goal:completion:zsh.md): title: goal completion zsh 1498 | 1499 | ### General 1500 | - [SDKs:javascript:classes:ABIType](taxonomy/SDKs:javascript:classes:ABIType.md): [algosdk](../README.md) / [Exports](../modules.md) / ABIType 1501 | 1502 | ### General 1503 | - [developer:docs:clis:goal:network:delete](taxonomy/developer:docs:clis:goal:network:delete.md): title: goal network delete 1504 | 1505 | ### General 1506 | - [developer:docs:clis:goal:account:renewpartkey](taxonomy/developer:docs:clis:goal:account:renewpartkey.md): title: goal account renewpartkey 1507 | 1508 | ### General 1509 | - [SDKs:javascript:classes:modelsv2.TealValue](taxonomy/SDKs:javascript:classes:modelsv2.TealValue.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / TealValue 1510 | 1511 | ### General 1512 | - [SDKs:javascript:interfaces:KMDTokenHeader](taxonomy/SDKs:javascript:interfaces:KMDTokenHeader.md): [algosdk](../README.md) / [Exports](../modules.md) / KMDTokenHeader 1513 | 1514 | ### General 1515 | - [algokit:utils:typescript:code:modules:types_algorand_client_transfer_spec](taxonomy/algokit:utils:typescript:code:modules:types_algorand_client_transfer_spec.md): [@algorandfoundation/algokit-utils](../README.md) / types/algorand-client.transfer.spec 1516 | 1517 | ### General 1518 | - [SDKs:javascript:classes:modelsv2.AssetHolding](taxonomy/SDKs:javascript:classes:modelsv2.AssetHolding.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / AssetHolding 1519 | 1520 | ### General 1521 | - [SDKs:javascript:interfaces:ABIMethodArgParams](taxonomy/SDKs:javascript:interfaces:ABIMethodArgParams.md): [algosdk](../README.md) / [Exports](../modules.md) / ABIMethodArgParams 1522 | 1523 | ### General 1524 | - [algokit:cli:features:config](taxonomy/algokit:cli:features:config.md): AlgoKit Config 1525 | 1526 | ### General 1527 | - [SDKs:javascript:classes:indexerModels.AssetsResponse](taxonomy/SDKs:javascript:classes:indexerModels.AssetsResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / AssetsResponse 1528 | 1529 | ### General 1530 | - [SDKs:javascript:classes:indexerModels.TransactionStateProof](taxonomy/SDKs:javascript:classes:indexerModels.TransactionStateProof.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / TransactionStateProof 1531 | 1532 | ### General 1533 | - [developer:docs:clis:goal:asset:config](taxonomy/developer:docs:clis:goal:asset:config.md): title: goal asset config 1534 | 1535 | ### General 1536 | - [ARCs:specs:arc-0009](taxonomy/ARCs:specs:arc-0009.md): --- 1537 | 1538 | ### General 1539 | - [algokit:utils:typescript:code:classes:types_logic_error.LogicError](taxonomy/algokit:utils:typescript:code:classes:types_logic_error.LogicError.md): [@algorandfoundation/algokit-utils](../README.md) / [types/logic-error](../modules/types_logic_error.md) / LogicError 1540 | 1541 | ### General 1542 | - [algokit:utils:typescript:code:README](taxonomy/algokit:utils:typescript:code:README.md): @algorandfoundation/algokit-utils 1543 | 1544 | ### General 1545 | - [SDKs:javascript:classes:indexerModels.EvalDelta](taxonomy/SDKs:javascript:classes:indexerModels.EvalDelta.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / EvalDelta 1546 | 1547 | ### General 1548 | - [developer:docs:clis:goal:asset:info](taxonomy/developer:docs:clis:goal:asset:info.md): title: goal asset info 1549 | 1550 | ### General 1551 | - [algokit:utils:typescript:code:enums:types_lifecycle_events.EventType](taxonomy/algokit:utils:typescript:code:enums:types_lifecycle_events.EventType.md): [@algorandfoundation/algokit-utils](../README.md) / [types/lifecycle-events](../modules/types_lifecycle_events.md) / EventType 1552 | 1553 | ### General 1554 | - [developer:docs:clis:goal:app:box:info](taxonomy/developer:docs:clis:goal:app:box:info.md): title: goal app box info 1555 | 1556 | ### General 1557 | - [TEALScript:FEATURES](taxonomy/TEALScript:FEATURES.md): Supported AVM Features 1558 | 1559 | ### General 1560 | - [algokit:utils:typescript:capabilities:client](taxonomy/algokit:utils:typescript:capabilities:client.md): Client management 1561 | 1562 | ### General 1563 | - [TEALScript:examples:lsig_with_app:README](taxonomy/TEALScript:examples:lsig_with_app:README.md): [lsig_with_app.algo.ts](./lsig_with_app.algo.ts) contains the source code for the application and the logic signature 1564 | 1565 | ### General 1566 | - [SDKs:javascript:interfaces:ABIMethodParams](taxonomy/SDKs:javascript:interfaces:ABIMethodParams.md): [algosdk](../README.md) / [Exports](../modules.md) / ABIMethodParams 1567 | 1568 | ### General 1569 | - [algokit:lora:README](taxonomy/algokit:lora:README.md): <div align="center"> 1570 | 1571 | ### General 1572 | - [developer:docs:clis:diagcfg:telemetry:disable](taxonomy/developer:docs:clis:diagcfg:telemetry:disable.md): title: diagcfg telemetry disable 1573 | 1574 | ### General 1575 | - [SDKs:javascript:classes:indexerModels.TealValue](taxonomy/SDKs:javascript:classes:indexerModels.TealValue.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / TealValue 1576 | 1577 | ### General 1578 | - [algokit:utils:typescript:code:enums:types_app.OnUpdate](taxonomy/algokit:utils:typescript:code:enums:types_app.OnUpdate.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app](../modules/types_app.md) / OnUpdate 1579 | 1580 | ### General 1581 | - [algokit:utils:python:source:index](taxonomy/algokit:utils:python:source:index.md): AlgoKit Python Utilities 1582 | 1583 | ### General 1584 | - [SDKs:javascript:classes:modelsv2.PostTransactionsResponse](taxonomy/SDKs:javascript:classes:modelsv2.PostTransactionsResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / PostTransactionsResponse 1585 | 1586 | ### General 1587 | - [ARCs:specs:arc-0012](taxonomy/ARCs:specs:arc-0012.md): --- 1588 | 1589 | ### General 1590 | - [algokit:cli:features:project:bootstrap](taxonomy/algokit:cli:features:project:bootstrap.md): AlgoKit Project Bootstrap 1591 | 1592 | ### General 1593 | - [algokit:utils:typescript:code:interfaces:types_app_client.AppSourceMaps](taxonomy/algokit:utils:typescript:code:interfaces:types_app_client.AppSourceMaps.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-client](../modules/types_app_client.md) / AppSourceMaps 1594 | 1595 | ### General 1596 | - [algokit:utils:typescript:code:interfaces:types_app.CompiledTeal](taxonomy/algokit:utils:typescript:code:interfaces:types_app.CompiledTeal.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app](../modules/types_app.md) / CompiledTeal 1597 | 1598 | ### General 1599 | - [SDKs:javascript:classes:modelsv2.ApplicationLocalReference](taxonomy/SDKs:javascript:classes:modelsv2.ApplicationLocalReference.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / ApplicationLocalReference 1600 | 1601 | ### General 1602 | - [SDKs:python:README](taxonomy/SDKs:python:README.md): py-algorand-sdk 1603 | 1604 | ### General 1605 | - [ARCs:specs:arc-0026](taxonomy/ARCs:specs:arc-0026.md): --- 1606 | 1607 | ### General 1608 | - [developer:docs:clis:goal:node:create](taxonomy/developer:docs:clis:goal:node:create.md): title: goal node create 1609 | 1610 | ### General 1611 | - [developer:docs:clis:goal:clerk:compile](taxonomy/developer:docs:clis:goal:clerk:compile.md): title: goal clerk compile 1612 | 1613 | ### General 1614 | - [developer:docs:clis:goal:app:interact:interact](taxonomy/developer:docs:clis:goal:app:interact:interact.md): title: goal app interact 1615 | 1616 | ### General 1617 | - [ARCs:pages:nfts](taxonomy/ARCs:pages:nfts.md): --- 1618 | 1619 | ### General 1620 | - [SDKs:javascript:classes:indexerModels.TransactionSignatureLogicsig](taxonomy/SDKs:javascript:classes:indexerModels.TransactionSignatureLogicsig.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / TransactionSignatureLogicsig 1621 | 1622 | ### General 1623 | - [algokit:utils:typescript:code:interfaces:types_transfer.AlgoRekeyParams](taxonomy/algokit:utils:typescript:code:interfaces:types_transfer.AlgoRekeyParams.md): [@algorandfoundation/algokit-utils](../README.md) / [types/transfer](../modules/types_transfer.md) / AlgoRekeyParams 1624 | 1625 | ### General 1626 | - [developer:docs:clis:goal:clerk:multisig:signprogram](taxonomy/developer:docs:clis:goal:clerk:multisig:signprogram.md): title: goal clerk multisig signprogram 1627 | 1628 | ### General 1629 | - [algokit:utils:python:source:capabilities:debugger](taxonomy/algokit:utils:python:source:capabilities:debugger.md): Debugger 1630 | 1631 | ### General 1632 | - [developer:docs:clis:goal:logging:disable](taxonomy/developer:docs:clis:goal:logging:disable.md): title: goal logging disable 1633 | 1634 | ### General 1635 | - [SDKs:javascript:classes:indexerModels.HashFactory](taxonomy/SDKs:javascript:classes:indexerModels.HashFactory.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / HashFactory 1636 | 1637 | ### General 1638 | - [puya:docs:lg-compile](taxonomy/puya:docs:lg-compile.md): Compiling to AVM bytecode 1639 | 1640 | ### General 1641 | - [SDKs:javascript:classes:modelsv2.BlockLogsResponse](taxonomy/SDKs:javascript:classes:modelsv2.BlockLogsResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / BlockLogsResponse 1642 | 1643 | ### General 1644 | - [SDKs:javascript:interfaces:BoxReference](taxonomy/SDKs:javascript:interfaces:BoxReference.md): [algosdk](../README.md) / [Exports](../modules.md) / BoxReference 1645 | 1646 | ### General 1647 | - [SDKs:javascript:interfaces:EncodedMultisig](taxonomy/SDKs:javascript:interfaces:EncodedMultisig.md): [algosdk](../README.md) / [Exports](../modules.md) / EncodedMultisig 1648 | 1649 | ### General 1650 | - [developer:docs:clis:goal:license](taxonomy/developer:docs:clis:goal:license.md): title: goal license 1651 | 1652 | ### General 1653 | - [TEALScript:guides:storage](taxonomy/TEALScript:guides:storage.md): --- 1654 | 1655 | ### General 1656 | - [TEALScript:tests:test_package:README](taxonomy/TEALScript:tests:test_package:README.md): This is a simple package that is used to test importing things from npm packages. 1657 | 1658 | ### General 1659 | - [developer:docs:clis:goal:app:info](taxonomy/developer:docs:clis:goal:app:info.md): title: goal app info 1660 | 1661 | ### General 1662 | - [algokit:utils:typescript:code:interfaces:types_app.AppDeploymentParams](taxonomy/algokit:utils:typescript:code:interfaces:types_app.AppDeploymentParams.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app](../modules/types_app.md) / AppDeploymentParams 1663 | 1664 | ### General 1665 | - [algokit:utils:typescript:code:interfaces:types_transfer.AlgoTransferParams](taxonomy/algokit:utils:typescript:code:interfaces:types_transfer.AlgoTransferParams.md): [@algorandfoundation/algokit-utils](../README.md) / [types/transfer](../modules/types_transfer.md) / AlgoTransferParams 1666 | 1667 | ### General 1668 | - [algokit:utils:typescript:capabilities:amount](taxonomy/algokit:utils:typescript:capabilities:amount.md): Algo amount handling 1669 | 1670 | ### General 1671 | - [algokit:utils:typescript:code:interfaces:types_dispenser_client.TestNetDispenserApiClientParams](taxonomy/algokit:utils:typescript:code:interfaces:types_dispenser_client.TestNetDispenserApiClientParams.md): [@algorandfoundation/algokit-utils](../README.md) / [types/dispenser-client](../modules/types_dispenser_client.md) / TestNetDispenserApiClientParams 1672 | 1673 | ### General 1674 | - [SDKs:javascript:interfaces:EncodedBoxReference](taxonomy/SDKs:javascript:interfaces:EncodedBoxReference.md): [algosdk](../README.md) / [Exports](../modules.md) / EncodedBoxReference 1675 | 1676 | ### General 1677 | - [SDKs:javascript:classes:ABIBoolType](taxonomy/SDKs:javascript:classes:ABIBoolType.md): [algosdk](../README.md) / [Exports](../modules.md) / ABIBoolType 1678 | 1679 | ### General 1680 | - [developer:docs:clis:diagcfg:metric:disable](taxonomy/developer:docs:clis:diagcfg:metric:disable.md): title: diagcfg metric disable 1681 | 1682 | ### General 1683 | - [developer:docs:clis:conduit:list:exporters](taxonomy/developer:docs:clis:conduit:list:exporters.md): title: conduit list exporters 1684 | 1685 | ### General 1686 | - [algokit:utils:typescript:code:interfaces:types_app.CoreAppCallArgs](taxonomy/algokit:utils:typescript:code:interfaces:types_app.CoreAppCallArgs.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app](../modules/types_app.md) / CoreAppCallArgs 1687 | 1688 | ### General 1689 | - [algokit:utils:typescript:code:classes:types_kmd_account_manager.KmdAccountManager](taxonomy/algokit:utils:typescript:code:classes:types_kmd_account_manager.KmdAccountManager.md): [@algorandfoundation/algokit-utils](../README.md) / [types/kmd-account-manager](../modules/types_kmd_account_manager.md) / KmdAccountManager 1690 | 1691 | ### General 1692 | - [algokit:utils:typescript:code:classes:types_algorand_client_transaction_sender.AlgorandClientTransactionSender](taxonomy/algokit:utils:typescript:code:classes:types_algorand_client_transaction_sender.AlgorandClientTransactionSender.md): [@algorandfoundation/algokit-utils](../README.md) / [types/algorand-client-transaction-sender](../modules/types_algorand_client_transaction_sender.md) / AlgorandClientTransactionSender 1693 | 1694 | ### General 1695 | - [algokit:utils:python:source:capabilities:transfer](taxonomy/algokit:utils:python:source:capabilities:transfer.md): Algo transfers 1696 | 1697 | ### General 1698 | - [algokit:utils:typescript:code:interfaces:types_debugging.TealSourceDebugEventData](taxonomy/algokit:utils:typescript:code:interfaces:types_debugging.TealSourceDebugEventData.md): [@algorandfoundation/algokit-utils](../README.md) / [types/debugging](../modules/types_debugging.md) / TealSourceDebugEventData 1699 | 1700 | ### General 1701 | - [developer:docs:clis:goal:logging:enable](taxonomy/developer:docs:clis:goal:logging:enable.md): title: goal logging enable 1702 | 1703 | ### General 1704 | - [algokit:utils:typescript:code:interfaces:types_app_spec.ReservedSchemaValueSpec](taxonomy/algokit:utils:typescript:code:interfaces:types_app_spec.ReservedSchemaValueSpec.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-spec](../modules/types_app_spec.md) / ReservedSchemaValueSpec 1705 | 1706 | ### General 1707 | - [SDKs:javascript:classes:indexerModels.TransactionAssetConfig](taxonomy/SDKs:javascript:classes:indexerModels.TransactionAssetConfig.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / TransactionAssetConfig 1708 | 1709 | ### General 1710 | - [developer:docs:clis:goal:app:call](taxonomy/developer:docs:clis:goal:app:call.md): title: goal app call 1711 | 1712 | ### General 1713 | - [SDKs:javascript:classes:modelsv2.SimulateRequest](taxonomy/SDKs:javascript:classes:modelsv2.SimulateRequest.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / SimulateRequest 1714 | 1715 | ### General 1716 | - [algokit:utils:typescript:code:interfaces:types_algorand_client_interface.AlgorandClientInterface](taxonomy/algokit:utils:typescript:code:interfaces:types_algorand_client_interface.AlgorandClientInterface.md): [@algorandfoundation/algokit-utils](../README.md) / [types/algorand-client-interface](../modules/types_algorand_client_interface.md) / AlgorandClientInterface 1717 | 1718 | ### General 1719 | - [developer:docs:clis:goal:account:assetdetails](taxonomy/developer:docs:clis:goal:account:assetdetails.md): title: goal account assetdetails 1720 | 1721 | ### General 1722 | - [algokit:cli:architecture-decisions:2023-06-06_frontend-templates](taxonomy/algokit:cli:architecture-decisions:2023-06-06_frontend-templates.md): Frontend Templates 1723 | 1724 | ### General 1725 | - [ARCs:specs:arc-0036](taxonomy/ARCs:specs:arc-0036.md): --- 1726 | 1727 | ### General 1728 | - [developer:docs:clis:goal:clerk:sign](taxonomy/developer:docs:clis:goal:clerk:sign.md): title: goal clerk sign 1729 | 1730 | ### General 1731 | - [TEALScript:guides:math](taxonomy/TEALScript:guides:math.md): --- 1732 | 1733 | ### General 1734 | - [algokit:utils:typescript:code:modules:types_client_manager](taxonomy/algokit:utils:typescript:code:modules:types_client_manager.md): [@algorandfoundation/algokit-utils](../README.md) / types/client-manager 1735 | 1736 | ### General 1737 | - [developer:docs:clis:goal:account:partkeyinfo](taxonomy/developer:docs:clis:goal:account:partkeyinfo.md): title: goal account partkeyinfo 1738 | 1739 | ### General 1740 | - [SDKs:javascript:classes:ABITupleType](taxonomy/SDKs:javascript:classes:ABITupleType.md): [algosdk](../README.md) / [Exports](../modules.md) / ABITupleType 1741 | 1742 | ### General 1743 | - [SDKs:javascript:interfaces:ABIResult](taxonomy/SDKs:javascript:interfaces:ABIResult.md): [algosdk](../README.md) / [Exports](../modules.md) / ABIResult 1744 | 1745 | ### General 1746 | - [ARCs:specs:arc-0002](taxonomy/ARCs:specs:arc-0002.md): --- 1747 | 1748 | ### General 1749 | - [puya:docs:lg-storage](taxonomy/puya:docs:lg-storage.md): Storing data on-chain 1750 | 1751 | ### General 1752 | - [algokit:utils:typescript:code:interfaces:types_composer.BuiltTransactions](taxonomy/algokit:utils:typescript:code:interfaces:types_composer.BuiltTransactions.md): [@algorandfoundation/algokit-utils](../README.md) / [types/composer](../modules/types_composer.md) / BuiltTransactions 1753 | 1754 | ### General 1755 | - [ARCs:specs:arc-0073](taxonomy/ARCs:specs:arc-0073.md): --- 1756 | 1757 | ### General 1758 | - [developer:docs:clis:algokey:part:part](taxonomy/developer:docs:clis:algokey:part:part.md): title: algokey part 1759 | 1760 | ### General 1761 | - [ARCs:specs:arc-0022](taxonomy/ARCs:specs:arc-0022.md): --- 1762 | 1763 | ### General 1764 | - [SDKs:javascript:classes:indexerModels.StateProofParticipant](taxonomy/SDKs:javascript:classes:indexerModels.StateProofParticipant.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / StateProofParticipant 1765 | 1766 | ### General 1767 | - [developer:docs:clis:goal:kmd:start](taxonomy/developer:docs:clis:goal:kmd:start.md): title: goal kmd start 1768 | 1769 | ### General 1770 | - [ARCs:specs:arc-0200](taxonomy/ARCs:specs:arc-0200.md): --- 1771 | 1772 | ### General 1773 | - [algokit:utils:typescript:code:classes:types_async_event_emitter.AsyncEventEmitter](taxonomy/algokit:utils:typescript:code:classes:types_async_event_emitter.AsyncEventEmitter.md): [@algorandfoundation/algokit-utils](../README.md) / [types/async-event-emitter](../modules/types_async_event_emitter.md) / AsyncEventEmitter 1774 | 1775 | ### General 1776 | - [developer:docs:clis:algokey:part:info](taxonomy/developer:docs:clis:algokey:part:info.md): title: algokey part info 1777 | 1778 | ### General 1779 | - [developer:docs:clis:goal:asset:asset](taxonomy/developer:docs:clis:goal:asset:asset.md): title: goal asset 1780 | 1781 | ### General 1782 | - [ARCs:specs:arc-0016](taxonomy/ARCs:specs:arc-0016.md): --- 1783 | 1784 | ### General 1785 | - [ARCs:specs:arc-0047](taxonomy/ARCs:specs:arc-0047.md): --- 1786 | 1787 | ### General 1788 | - [SDKs:javascript:interfaces:AlgodTokenHeader](taxonomy/SDKs:javascript:interfaces:AlgodTokenHeader.md): [algosdk](../README.md) / [Exports](../modules.md) / AlgodTokenHeader 1789 | 1790 | ### General 1791 | - [algokit:utils:python:source:capabilities:account](taxonomy/algokit:utils:python:source:capabilities:account.md): Account management 1792 | 1793 | ### General 1794 | - [algokit:utils:typescript:code:interfaces:types_app_client.AppClientParams](taxonomy/algokit:utils:typescript:code:interfaces:types_app_client.AppClientParams.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-client](../modules/types_app_client.md) / AppClientParams 1795 | 1796 | ### General 1797 | - [algokit:utils:typescript:code:classes:types_amount.AlgoAmount](taxonomy/algokit:utils:typescript:code:classes:types_amount.AlgoAmount.md): [@algorandfoundation/algokit-utils](../README.md) / [types/amount](../modules/types_amount.md) / AlgoAmount 1798 | 1799 | ### General 1800 | - [algokit:utils:typescript:code:interfaces:types_transfer.EnsureFundedParams](taxonomy/algokit:utils:typescript:code:interfaces:types_transfer.EnsureFundedParams.md): [@algorandfoundation/algokit-utils](../README.md) / [types/transfer](../modules/types_transfer.md) / EnsureFundedParams 1801 | 1802 | ### General 1803 | - [SDKs:javascript:enums:IntDecoding](taxonomy/SDKs:javascript:enums:IntDecoding.md): [algosdk](../README.md) / [Exports](../modules.md) / IntDecoding 1804 | 1805 | ### General 1806 | - [algokit:utils:typescript:code:interfaces:types_app_client.AppClientDeployCoreParams](taxonomy/algokit:utils:typescript:code:interfaces:types_app_client.AppClientDeployCoreParams.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-client](../modules/types_app_client.md) / AppClientDeployCoreParams 1807 | 1808 | ### General 1809 | - [algokit:utils:typescript:code:interfaces:types_app_manager.BoxValuesRequestParams](taxonomy/algokit:utils:typescript:code:interfaces:types_app_manager.BoxValuesRequestParams.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-manager](../modules/types_app_manager.md) / BoxValuesRequestParams 1810 | 1811 | ### General 1812 | - [SDKs:javascript:enums:ABITransactionType](taxonomy/SDKs:javascript:enums:ABITransactionType.md): [algosdk](../README.md) / [Exports](../modules.md) / ABITransactionType 1813 | 1814 | ### General 1815 | - [SDKs:javascript:interfaces:EncodedSubsig](taxonomy/SDKs:javascript:interfaces:EncodedSubsig.md): [algosdk](../README.md) / [Exports](../modules.md) / EncodedSubsig 1816 | 1817 | ### General 1818 | - [algokit:utils:typescript:code:interfaces:types_app_arc56.StorageMap](taxonomy/algokit:utils:typescript:code:interfaces:types_app_arc56.StorageMap.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-arc56](../modules/types_app_arc56.md) / StorageMap 1819 | 1820 | ### General 1821 | - [developer:docs:clis:goal:account:multisig:new](taxonomy/developer:docs:clis:goal:account:multisig:new.md): title: goal account multisig new 1822 | 1823 | ### General 1824 | - [SDKs:javascript:classes:indexerModels.Account](taxonomy/SDKs:javascript:classes:indexerModels.Account.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / Account 1825 | 1826 | ### General 1827 | - [developer:docs:clis:goal:account:importrootkey](taxonomy/developer:docs:clis:goal:account:importrootkey.md): title: goal account importrootkey 1828 | 1829 | ### General 1830 | - [developer:docs:clis:goal:completion:completion](taxonomy/developer:docs:clis:goal:completion:completion.md): title: goal completion 1831 | 1832 | ### General 1833 | - [algokit:utils:typescript:code:modules:types_app_client](taxonomy/algokit:utils:typescript:code:modules:types_app_client.md): [@algorandfoundation/algokit-utils](../README.md) / types/app-client 1834 | 1835 | ### General 1836 | - [SDKs:javascript:classes:indexerModels.BoxDescriptor](taxonomy/SDKs:javascript:classes:indexerModels.BoxDescriptor.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / BoxDescriptor 1837 | 1838 | ### General 1839 | - [SDKs:javascript:interfaces:ABIMethodReturnParams](taxonomy/SDKs:javascript:interfaces:ABIMethodReturnParams.md): [algosdk](../README.md) / [Exports](../modules.md) / ABIMethodReturnParams 1840 | 1841 | ### General 1842 | - [puya:docs:compiler](taxonomy/puya:docs:compiler.md): PuyaPy compiler 1843 | 1844 | ### General 1845 | - [ARCs:assets:arc-0062:README](taxonomy/ARCs:assets:arc-0062:README.md): ARC-62 Reference Implementation 1846 | 1847 | ### General 1848 | - [algokit:utils:typescript:code:interfaces:types_transaction.SendAtomicTransactionComposerResults](taxonomy/algokit:utils:typescript:code:interfaces:types_transaction.SendAtomicTransactionComposerResults.md): [@algorandfoundation/algokit-utils](../README.md) / [types/transaction](../modules/types_transaction.md) / SendAtomicTransactionComposerResults 1849 | 1850 | ### General 1851 | - [developer:docs:clis:goal:app:app](taxonomy/developer:docs:clis:goal:app:app.md): title: goal app 1852 | 1853 | ### General 1854 | - [algokit:utils:typescript:code:interfaces:types_transaction.SendTransactionResults](taxonomy/algokit:utils:typescript:code:interfaces:types_transaction.SendTransactionResults.md): [@algorandfoundation/algokit-utils](../README.md) / [types/transaction](../modules/types_transaction.md) / SendTransactionResults 1855 | 1856 | ### General 1857 | - [SDKs:javascript:classes:modelsv2.SimulationEvalOverrides](taxonomy/SDKs:javascript:classes:modelsv2.SimulationEvalOverrides.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / SimulationEvalOverrides 1858 | 1859 | ### General 1860 | - [developer:docs:clis:diagcfg:telemetry:enable](taxonomy/developer:docs:clis:diagcfg:telemetry:enable.md): title: diagcfg telemetry enable 1861 | 1862 | ### General 1863 | - [ARCs:specs:arc-0006](taxonomy/ARCs:specs:arc-0006.md): --- 1864 | 1865 | ### General 1866 | - [algokit:utils:typescript:code:interfaces:types_app_spec.AppSpec](taxonomy/algokit:utils:typescript:code:interfaces:types_app_spec.AppSpec.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-spec](../modules/types_app_spec.md) / AppSpec 1867 | 1868 | ### General 1869 | - [developer:docs:clis:goal:account:rewards](taxonomy/developer:docs:clis:goal:account:rewards.md): title: goal account rewards 1870 | 1871 | ### General 1872 | - [ARCs:specs:arc-0032](taxonomy/ARCs:specs:arc-0032.md): --- 1873 | 1874 | ### General 1875 | - [algokit:cli:articles:output_stability](taxonomy/algokit:cli:articles:output_stability.md): Smart Contract Output Stability 1876 | 1877 | ### General 1878 | - [ARCs:specs:arc-0072](taxonomy/ARCs:specs:arc-0072.md): --- 1879 | 1880 | ### General 1881 | - [developer:docs:clis:goal:app:read](taxonomy/developer:docs:clis:goal:app:read.md): title: goal app read 1882 | 1883 | ### General 1884 | - [developer:docs:clis:goal:ledger:ledger](taxonomy/developer:docs:clis:goal:ledger:ledger.md): title: goal ledger 1885 | 1886 | ### General 1887 | - [ARCs:specs:arc-0023](taxonomy/ARCs:specs:arc-0023.md): --- 1888 | 1889 | ### General 1890 | - [puya:docs:lg-opcode-budget](taxonomy/puya:docs:lg-opcode-budget.md): Opcode budgets 1891 | 1892 | ### General 1893 | - [SDKs:javascript:classes:ABIArrayStaticType](taxonomy/SDKs:javascript:classes:ABIArrayStaticType.md): [algosdk](../README.md) / [Exports](../modules.md) / ABIArrayStaticType 1894 | 1895 | ### General 1896 | - [algokit:utils:typescript:code:interfaces:types_transaction.ConfirmedTransactionResults](taxonomy/algokit:utils:typescript:code:interfaces:types_transaction.ConfirmedTransactionResults.md): [@algorandfoundation/algokit-utils](../README.md) / [types/transaction](../modules/types_transaction.md) / ConfirmedTransactionResults 1897 | 1898 | ### General 1899 | - [algokit:utils:typescript:code:modules:types_async_event_emitter_spec](taxonomy/algokit:utils:typescript:code:modules:types_async_event_emitter_spec.md): [@algorandfoundation/algokit-utils](../README.md) / types/async-event-emitter.spec 1900 | 1901 | ### General 1902 | - [algokit:utils:typescript:code:interfaces:types_app_factory.AppFactoryParams](taxonomy/algokit:utils:typescript:code:interfaces:types_app_factory.AppFactoryParams.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-factory](../modules/types_app_factory.md) / AppFactoryParams 1903 | 1904 | ### General 1905 | - [algokit:utils:typescript:code:modules:types_algo_http_client_with_retry](taxonomy/algokit:utils:typescript:code:modules:types_algo_http_client_with_retry.md): [@algorandfoundation/algokit-utils](../README.md) / types/algo-http-client-with-retry 1906 | 1907 | ### General 1908 | - [algokit:cli:features:tasks:analyze](taxonomy/algokit:cli:features:tasks:analyze.md): AlgoKit Task Analyze 1909 | 1910 | ### General 1911 | - [algokit:utils:typescript:code:modules:types_amount_spec](taxonomy/algokit:utils:typescript:code:modules:types_amount_spec.md): [@algorandfoundation/algokit-utils](../README.md) / types/amount.spec 1912 | 1913 | ### General 1914 | - [algokit:cli:tutorials:intro](taxonomy/algokit:cli:tutorials:intro.md): AlgoKit Quick Start Tutorial 1915 | 1916 | ### General 1917 | - [SDKs:javascript:classes:indexerModels.ApplicationResponse](taxonomy/SDKs:javascript:classes:indexerModels.ApplicationResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / ApplicationResponse 1918 | 1919 | ### General 1920 | - [algokit:utils:typescript:code:classes:types_account.SigningAccount](taxonomy/algokit:utils:typescript:code:classes:types_account.SigningAccount.md): [@algorandfoundation/algokit-utils](../README.md) / [types/account](../modules/types_account.md) / SigningAccount 1921 | 1922 | ### General 1923 | - [algokit:utils:typescript:code:interfaces:types_app_arc56.Event](taxonomy/algokit:utils:typescript:code:interfaces:types_app_arc56.Event.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-arc56](../modules/types_app_arc56.md) / Event 1924 | 1925 | ### General 1926 | - [algokit:utils:python:markdown:capabilities:debugger](taxonomy/algokit:utils:python:markdown:capabilities:debugger.md): Debugger 1927 | 1928 | ### General 1929 | - [algokit:utils:typescript:code:modules:index](taxonomy/algokit:utils:typescript:code:modules:index.md): [@algorandfoundation/algokit-utils](../README.md) / index 1930 | 1931 | ### General 1932 | - [developer:docs:clis:goal:ledger:block](taxonomy/developer:docs:clis:goal:ledger:block.md): title: goal ledger block 1933 | 1934 | ### General 1935 | - [TEALScript:examples:auction:README](taxonomy/TEALScript:examples:auction:README.md): Port of Beaker auction contract to TEALScript. Original source: https://github.com/algorandfoundation/beaker-auction/tree/7e1fe62b852c0d819954a931f10cf39d841cbc02 1936 | 1937 | ### General 1938 | - [SDKs:javascript:enums:TransactionType](taxonomy/SDKs:javascript:enums:TransactionType.md): [algosdk](../README.md) / [Exports](../modules.md) / TransactionType 1939 | 1940 | ### General 1941 | - [SDKs:javascript:classes:modelsv2.LightBlockHeaderProof](taxonomy/SDKs:javascript:classes:modelsv2.LightBlockHeaderProof.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / LightBlockHeaderProof 1942 | 1943 | ### General 1944 | - [SDKs:python:examples:README](taxonomy/SDKs:python:examples:README.md): Algorand Python SDK Examples 1945 | 1946 | ### General 1947 | - [algokit:utils:python:markdown:capabilities:transfer](taxonomy/algokit:utils:python:markdown:capabilities:transfer.md): Algo transfers 1948 | 1949 | ### General 1950 | - [algokit:utils:typescript:code:interfaces:types_app.AppCallParams](taxonomy/algokit:utils:typescript:code:interfaces:types_app.AppCallParams.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app](../modules/types_app.md) / AppCallParams 1951 | 1952 | ### General 1953 | - [developer:docs:clis:goal:account:addpartkey](taxonomy/developer:docs:clis:goal:account:addpartkey.md): title: goal account addpartkey 1954 | 1955 | ### General 1956 | - [developer:docs:clis:goal:clerk:inspect](taxonomy/developer:docs:clis:goal:clerk:inspect.md): title: goal clerk inspect 1957 | 1958 | ### General 1959 | - [algokit:utils:typescript:code:modules:types_app_manager](taxonomy/algokit:utils:typescript:code:modules:types_app_manager.md): [@algorandfoundation/algokit-utils](../README.md) / types/app-manager 1960 | 1961 | ### General 1962 | - [developer:docs:clis:goal:asset:optin](taxonomy/developer:docs:clis:goal:asset:optin.md): title: goal asset optin 1963 | 1964 | ### General 1965 | - [algokit:utils:typescript:code:classes:types_composer.TransactionComposer](taxonomy/algokit:utils:typescript:code:classes:types_composer.TransactionComposer.md): [@algorandfoundation/algokit-utils](../README.md) / [types/composer](../modules/types_composer.md) / TransactionComposer 1966 | 1967 | ### General 1968 | - [SDKs:javascript:interfaces:ABIContractNetworkInfo](taxonomy/SDKs:javascript:interfaces:ABIContractNetworkInfo.md): [algosdk](../README.md) / [Exports](../modules.md) / ABIContractNetworkInfo 1969 | 1970 | ### General 1971 | - [SDKs:javascript:classes:indexerModels.AccountResponse](taxonomy/SDKs:javascript:classes:indexerModels.AccountResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / AccountResponse 1972 | 1973 | ### General 1974 | - [developer:docs:clis:goal:account:listpartkeys](taxonomy/developer:docs:clis:goal:account:listpartkeys.md): title: goal account listpartkeys 1975 | 1976 | ### General 1977 | - [SDKs:javascript:classes:ABIUfixedType](taxonomy/SDKs:javascript:classes:ABIUfixedType.md): [algosdk](../README.md) / [Exports](../modules.md) / ABIUfixedType 1978 | 1979 | ### General 1980 | - [ARCs:specs:arc-0056](taxonomy/ARCs:specs:arc-0056.md): --- 1981 | 1982 | ### General 1983 | - [ARCs:specs:arc-0007](taxonomy/ARCs:specs:arc-0007.md): --- 1984 | 1985 | ### General 1986 | - [algokit:utils:typescript:code:interfaces:types_app.AppDeployMetadata](taxonomy/algokit:utils:typescript:code:interfaces:types_app.AppDeployMetadata.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app](../modules/types_app.md) / AppDeployMetadata 1987 | 1988 | ### General 1989 | - [SDKs:javascript:classes:modelsv2.AvmKeyValue](taxonomy/SDKs:javascript:classes:modelsv2.AvmKeyValue.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / AvmKeyValue 1990 | 1991 | ### General 1992 | - [algokit:utils:typescript:code:interfaces:types_app.AppReference](taxonomy/algokit:utils:typescript:code:interfaces:types_app.AppReference.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app](../modules/types_app.md) / AppReference 1993 | 1994 | ### General 1995 | - [algokit:utils:typescript:code:modules:types_algorand_client_asset_spec](taxonomy/algokit:utils:typescript:code:modules:types_algorand_client_asset_spec.md): [@algorandfoundation/algokit-utils](../README.md) / types/algorand-client.asset.spec 1996 | 1997 | ### General 1998 | - [algokit:cli:features:tasks:ipfs](taxonomy/algokit:cli:features:tasks:ipfs.md): AlgoKit Task IPFS 1999 | 2000 | ### General 2001 | - [developer:docs:clis:goal:asset:destroy](taxonomy/developer:docs:clis:goal:asset:destroy.md): title: goal asset destroy 2002 | 2003 | ### General 2004 | - [TEALScript:guides:pyteal](taxonomy/TEALScript:guides:pyteal.md): --- 2005 | 2006 | ### General 2007 | - [ARCs:README](taxonomy/ARCs:README.md): ARCs: Algorand Requests for Comments 2008 | 2009 | ### General 2010 | - [SDKs:javascript:classes:ABIStringType](taxonomy/SDKs:javascript:classes:ABIStringType.md): [algosdk](../README.md) / [Exports](../modules.md) / ABIStringType 2011 | 2012 | ### General 2013 | - [ARCs:specs:arc-0033](taxonomy/ARCs:specs:arc-0033.md): --- 2014 | 2015 | ### General 2016 | - [algokit:utils:typescript:code:interfaces:types_app_manager.BoxReference](taxonomy/algokit:utils:typescript:code:interfaces:types_app_manager.BoxReference.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-manager](../modules/types_app_manager.md) / BoxReference 2017 | 2018 | ### General 2019 | - [algokit:utils:typescript:code:enums:types_app.OnSchemaBreak](taxonomy/algokit:utils:typescript:code:enums:types_app.OnSchemaBreak.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app](../modules/types_app.md) / OnSchemaBreak 2020 | 2021 | ### General 2022 | - [ARCs:specs:arc-0062](taxonomy/ARCs:specs:arc-0062.md): --- 2023 | 2024 | ### General 2025 | - [ARCs:specs:arc-0042](taxonomy/ARCs:specs:arc-0042.md): --- 2026 | 2027 | ### General 2028 | - [algokit:utils:typescript:code:interfaces:types_app.AppState](taxonomy/algokit:utils:typescript:code:interfaces:types_app.AppState.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app](../modules/types_app.md) / AppState 2029 | 2030 | ### General 2031 | - [algokit:utils:typescript:code:interfaces:types_app_spec.Schema](taxonomy/algokit:utils:typescript:code:interfaces:types_app_spec.Schema.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-spec](../modules/types_app_spec.md) / Schema 2032 | 2033 | ### General 2034 | - [TEALScript:tutorials:Hello World:0002-init](taxonomy/TEALScript:tutorials:Hello World:0002-init.md): --- 2035 | 2036 | ### General 2037 | - [algokit:utils:typescript:code:interfaces:types_transaction.SendTransactionParams](taxonomy/algokit:utils:typescript:code:interfaces:types_transaction.SendTransactionParams.md): [@algorandfoundation/algokit-utils](../README.md) / [types/transaction](../modules/types_transaction.md) / SendTransactionParams 2038 | 2039 | ### General 2040 | - [SDKs:javascript:classes:modelsv2.SimulateInitialStates](taxonomy/SDKs:javascript:classes:modelsv2.SimulateInitialStates.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / SimulateInitialStates 2041 | 2042 | ### General 2043 | - [ARCs:specs:arc-0076](taxonomy/ARCs:specs:arc-0076.md): --- 2044 | 2045 | ### General 2046 | - [SDKs:javascript:classes:indexerModels.StateProofReveal](taxonomy/SDKs:javascript:classes:indexerModels.StateProofReveal.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / StateProofReveal 2047 | 2048 | ### General 2049 | - [algokit:utils:typescript:code:classes:types_algorand_client_transaction_creator.AlgorandClientTransactionCreator](taxonomy/algokit:utils:typescript:code:classes:types_algorand_client_transaction_creator.AlgorandClientTransactionCreator.md): [@algorandfoundation/algokit-utils](../README.md) / [types/algorand-client-transaction-creator](../modules/types_algorand_client_transaction_creator.md) / AlgorandClientTransactionCreator 2050 | 2051 | ### General 2052 | - [SDKs:javascript:interfaces:EncodedLogicSigAccount](taxonomy/SDKs:javascript:interfaces:EncodedLogicSigAccount.md): [algosdk](../README.md) / [Exports](../modules.md) / EncodedLogicSigAccount 2053 | 2054 | ### General 2055 | - [SDKs:javascript:classes:Indexer](taxonomy/SDKs:javascript:classes:Indexer.md): [algosdk](../README.md) / [Exports](../modules.md) / Indexer 2056 | 2057 | ### General 2058 | - [algokit:utils:typescript:capabilities:transfer](taxonomy/algokit:utils:typescript:capabilities:transfer.md): Algo transfers (payments) 2059 | 2060 | ### General 2061 | - [SDKs:javascript:classes:indexerModels.ApplicationLocalStatesResponse](taxonomy/SDKs:javascript:classes:indexerModels.ApplicationLocalStatesResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / ApplicationLocalStatesResponse 2062 | 2063 | ### General 2064 | - [algokit:cli:features:tasks:mint](taxonomy/algokit:cli:features:tasks:mint.md): AlgoKit Task Mint 2065 | 2066 | ### General 2067 | - [algokit:utils:typescript:code:interfaces:types_app_client.AppClientCompilationResult](taxonomy/algokit:utils:typescript:code:interfaces:types_app_client.AppClientCompilationResult.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-client](../modules/types_app_client.md) / AppClientCompilationResult 2068 | 2069 | ### General 2070 | - [SDKs:javascript:classes:modelsv2.GetBlockTimeStampOffsetResponse](taxonomy/SDKs:javascript:classes:modelsv2.GetBlockTimeStampOffsetResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / GetBlockTimeStampOffsetResponse 2071 | 2072 | ### General 2073 | - [developer:docs:clis:goal:account:installpartkey](taxonomy/developer:docs:clis:goal:account:installpartkey.md): title: goal account installpartkey 2074 | 2075 | ### General 2076 | - [algokit:utils:typescript:code:interfaces:types_transaction.ConfirmedTransactionResult](taxonomy/algokit:utils:typescript:code:interfaces:types_transaction.ConfirmedTransactionResult.md): [@algorandfoundation/algokit-utils](../README.md) / [types/transaction](../modules/types_transaction.md) / ConfirmedTransactionResult 2077 | 2078 | ### General 2079 | - [SDKs:javascript:classes:indexerModels.Asset](taxonomy/SDKs:javascript:classes:indexerModels.Asset.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / Asset 2080 | 2081 | ### General 2082 | - [developer:docs:clis:goal:kmd:kmd](taxonomy/developer:docs:clis:goal:kmd:kmd.md): title: goal kmd 2083 | 2084 | ### General 2085 | - [developer:docs:clis:goal:clerk:rawsend](taxonomy/developer:docs:clis:goal:clerk:rawsend.md): title: goal clerk rawsend 2086 | 2087 | ### General 2088 | - [SDKs:javascript:classes:indexerModels.StateProofSigSlot](taxonomy/SDKs:javascript:classes:indexerModels.StateProofSigSlot.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / StateProofSigSlot 2089 | 2090 | ### General 2091 | - [developer:docs:clis:goal:clerk:multisig:multisig](taxonomy/developer:docs:clis:goal:clerk:multisig:multisig.md): title: goal clerk multisig 2092 | 2093 | ### General 2094 | - [algokit:utils:typescript:code:interfaces:types_app_spec.Struct](taxonomy/algokit:utils:typescript:code:interfaces:types_app_spec.Struct.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-spec](../modules/types_app_spec.md) / Struct 2095 | 2096 | ### General 2097 | - [SDKs:javascript:FAQ](taxonomy/SDKs:javascript:FAQ.md): Frequently Asked Questions 2098 | 2099 | ### General 2100 | - [developer:docs:clis:algokey:export](taxonomy/developer:docs:clis:algokey:export.md): title: algokey export 2101 | 2102 | ### General 2103 | - [algokit:utils:typescript:code:interfaces:types_app_spec.SchemaSpec](taxonomy/algokit:utils:typescript:code:interfaces:types_app_spec.SchemaSpec.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-spec](../modules/types_app_spec.md) / SchemaSpec 2104 | 2105 | ### General 2106 | - [developer:docs:clis:diagcfg:telemetry:status](taxonomy/developer:docs:clis:diagcfg:telemetry:status.md): title: diagcfg telemetry status 2107 | 2108 | ### General 2109 | - [SDKs:javascript:interfaces:ABIContractNetworks](taxonomy/SDKs:javascript:interfaces:ABIContractNetworks.md): [algosdk](../README.md) / [Exports](../modules.md) / ABIContractNetworks 2110 | 2111 | ### General 2112 | - [algokit:utils:typescript:code:modules:types_client_manager_spec](taxonomy/algokit:utils:typescript:code:modules:types_client_manager_spec.md): [@algorandfoundation/algokit-utils](../README.md) / types/client-manager.spec 2113 | 2114 | ### General 2115 | - [algokit:cli:features:tasks:opt](taxonomy/algokit:cli:features:tasks:opt.md): AlgoKit Task Asset opt-(in|out) 2116 | 2117 | ### General 2118 | - [ARCs:pages:wallets](taxonomy/ARCs:pages:wallets.md): --- 2119 | 2120 | ### General 2121 | - [algokit:utils:typescript:code:enums:types_indexer.SignatureType](taxonomy/algokit:utils:typescript:code:enums:types_indexer.SignatureType.md): [@algorandfoundation/algokit-utils](../README.md) / [types/indexer](../modules/types_indexer.md) / SignatureType 2122 | 2123 | ### General 2124 | - [developer:docs:clis:diagcfg:telemetry:endpoint](taxonomy/developer:docs:clis:diagcfg:telemetry:endpoint.md): title: diagcfg telemetry endpoint 2125 | 2126 | ### General 2127 | - [algokit:utils:typescript:code:modules:types_app](taxonomy/algokit:utils:typescript:code:modules:types_app.md): [@algorandfoundation/algokit-utils](../README.md) / types/app 2128 | 2129 | ### General 2130 | - [ARCs:specs:arc-0003](taxonomy/ARCs:specs:arc-0003.md): --- 2131 | 2132 | ### General 2133 | - [algokit:utils:typescript:code:modules:types_app_client_spec](taxonomy/algokit:utils:typescript:code:modules:types_app_client_spec.md): [@algorandfoundation/algokit-utils](../README.md) / types/app-client.spec 2134 | 2135 | ### General 2136 | - [algokit:utils:typescript:code:interfaces:types_transfer.EnsureFundedReturnType](taxonomy/algokit:utils:typescript:code:interfaces:types_transfer.EnsureFundedReturnType.md): [@algorandfoundation/algokit-utils](../README.md) / [types/transfer](../modules/types_transfer.md) / EnsureFundedReturnType 2137 | 2138 | ### General 2139 | - [algokit:utils:typescript:README](taxonomy/algokit:utils:typescript:README.md): AlgoKit TypeScript Utilities 2140 | 2141 | ### General 2142 | - [algokit:utils:typescript:code:modules:types_dispenser_client_spec](taxonomy/algokit:utils:typescript:code:modules:types_dispenser_client_spec.md): [@algorandfoundation/algokit-utils](../README.md) / types/dispenser-client.spec 2143 | 2144 | ```