This is page 68 of 74. Use http://codebase.md/goplausible/algorand-mcp?lines=false&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/clis_index.md: -------------------------------------------------------------------------------- ```markdown # List Documentation Index ## Categories ### General - [developer:docs:details:dapps:avm:teal:opcodes:v10](taxonomy/developer:docs:details:dapps:avm:teal:opcodes:v10.md): title: v10 Opcodes ### General - [SDKs:javascript:interfaces:TransactionParams](taxonomy/SDKs:javascript:interfaces:TransactionParams.md): [algosdk](../README.md) / [Exports](../modules.md) / TransactionParams ### General - [SDKs:javascript:classes:indexerModels.Block](taxonomy/SDKs:javascript:classes:indexerModels.Block.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / Block ### General - [algokit:utils:python:markdown:index](taxonomy/algokit:utils:python:markdown:index.md): AlgoKit Python Utilities ### General - [SDKs:javascript:classes:indexerModels.TransactionKeyreg](taxonomy/SDKs:javascript:classes:indexerModels.TransactionKeyreg.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / TransactionKeyreg ### General - [ARCs:specs:arc-0020](taxonomy/ARCs:specs:arc-0020.md): --- ### General - [SDKs:javascript:modules](taxonomy/SDKs:javascript:modules.md): [algosdk](README.md) / Exports ### General - [algokit:utils:typescript:capabilities:asset](taxonomy/algokit:utils:typescript:capabilities:asset.md): Assets ### General - [developer:docs:clis:diagcfg:metric:metric](taxonomy/developer:docs:clis:diagcfg:metric:metric.md): title: diagcfg metric ### General - [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 ### General - [algokit:utils:python:source:capabilities:client](taxonomy/algokit:utils:python:source:capabilities:client.md): Client management ### General - [SDKs:javascript:classes:indexerModels.ApplicationsResponse](taxonomy/SDKs:javascript:classes:indexerModels.ApplicationsResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / ApplicationsResponse ### General - [developer:docs:details:dapps:smart-contracts:frontend:smartsigs](taxonomy/developer:docs:details:dapps:smart-contracts:frontend:smartsigs.md): title: Interact with smart signatures ### General - [developer:python:code:example:governance:simple_voting](taxonomy/developer:python:code:example:governance:simple_voting.md): ### General - [developer:docs:get-started:basics:where_to_start](taxonomy/developer:docs:get-started:basics:where_to_start.md): ### General - [SDKs:javascript:enums:ABIReferenceType](taxonomy/SDKs:javascript:enums:ABIReferenceType.md): [algosdk](../README.md) / [Exports](../modules.md) / ABIReferenceType ### General - [liquid-auth:docs:server:running-locally](taxonomy/liquid-auth:docs:server:running-locally.md): --- ### General - [SDKs:javascript:classes:modelsv2.GetSyncRoundResponse](taxonomy/SDKs:javascript:classes:modelsv2.GetSyncRoundResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / GetSyncRoundResponse ### General - [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 ### General - [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 ### General - [SDKs:javascript:classes:indexerModels.BlockUpgradeVote](taxonomy/SDKs:javascript:classes:indexerModels.BlockUpgradeVote.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / BlockUpgradeVote ### General - [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 ### General - [puya:python:testing:docs:testing-guide:state-management](taxonomy/puya:python:testing:docs:testing-guide:state-management.md): State Management ### General - [developer:python:code:example:defi:amm](taxonomy/developer:python:code:example:defi:amm.md): ### General - [SDKs:javascript:classes:modelsv2.SimulateRequestTransactionGroup](taxonomy/SDKs:javascript:classes:modelsv2.SimulateRequestTransactionGroup.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / SimulateRequestTransactionGroup ### General - [developer:docs:clis:goal:node:status](taxonomy/developer:docs:clis:goal:node:status.md): title: goal node status ### General - [SDKs:javascript:classes:LogicSigAccount](taxonomy/SDKs:javascript:classes:LogicSigAccount.md): [algosdk](../README.md) / [Exports](../modules.md) / LogicSigAccount ### General - [developer:docs:run-a-node:participate:online](taxonomy/developer:docs:run-a-node:participate:online.md): title: Register online ### General - [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 ### General - [algokit:utils:typescript:capabilities:account](taxonomy/algokit:utils:typescript:capabilities:account.md): Account management ### General - [SDKs:javascript:interfaces:SignedTransaction](taxonomy/SDKs:javascript:interfaces:SignedTransaction.md): [algosdk](../README.md) / [Exports](../modules.md) / SignedTransaction ### General - [developer:docs:index](taxonomy/developer:docs:index.md): ### General - [puya:src:puyapy:_typeshed:README](taxonomy/puya:src:puyapy:_typeshed:README.md): This is PuyaPy's custom typeshed, which is a curated subset of the official MyPy typeshed. ### General - [algokit:utils:python:README](taxonomy/algokit:utils:python:README.md): AlgoKit Python Utilities ### General - [algokit:cli:architecture-decisions:2023-01-11_brew_install](taxonomy/algokit:cli:architecture-decisions:2023-01-11_brew_install.md): HomeBrew install strategy ### General - [developer:docs:details:dapps:avm:teal:opcodes:v7](taxonomy/developer:docs:details:dapps:avm:teal:opcodes:v7.md): title: v7 Opcodes ### General - [SDKs:javascript:README](taxonomy/SDKs:javascript:README.md): js-algorand-sdk ### General - [SDKs:javascript:interfaces:EncodedLocalStateSchema](taxonomy/SDKs:javascript:interfaces:EncodedLocalStateSchema.md): [algosdk](../README.md) / [Exports](../modules.md) / EncodedLocalStateSchema ### General - [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 ### General - [ARCs:specs:arc-0004](taxonomy/ARCs:specs:arc-0004.md): --- ### General - [ARCs:specs:arc-0055](taxonomy/ARCs:specs:arc-0055.md): --- ### General - [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 ### General - [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 ### General - [developer:docs:details:dapps:smart-contracts:guidelines](taxonomy/developer:docs:details:dapps:smart-contracts:guidelines.md): title: Modern guidelines for smart contracts and smart signatures on Algorand ### General - [developer:docs:details:atomic_transfers](taxonomy/developer:docs:details:atomic_transfers.md): title: Atomic transfers ### General - [developer:docs:clis:diagcfg:telemetry:name](taxonomy/developer:docs:clis:diagcfg:telemetry:name.md): title: diagcfg telemetry name ### General - [SDKs:javascript:enums:AtomicTransactionComposerStatus](taxonomy/SDKs:javascript:enums:AtomicTransactionComposerStatus.md): [algosdk](../README.md) / [Exports](../modules.md) / AtomicTransactionComposerStatus ### General - [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 ### General - [algokit:cli:features:project](taxonomy/algokit:cli:features:project.md): AlgoKit Project ### General - [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 ### General - [developer:docs:details:algorand-networks:testnet](taxonomy/developer:docs:details:algorand-networks:testnet.md): title: TestNet ### General - [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 ### General - [SDKs:javascript:classes:indexerModels.ApplicationLogData](taxonomy/SDKs:javascript:classes:indexerModels.ApplicationLogData.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / ApplicationLogData ### General - [SDKs:javascript:classes:indexerModels.StateProofTracking](taxonomy/SDKs:javascript:classes:indexerModels.StateProofTracking.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / StateProofTracking ### General - [ARCs:specs:arc-0010](taxonomy/ARCs:specs:arc-0010.md): --- ### General - [algokit:cli:architecture-decisions:2024-01-31_binary_distribution](taxonomy/algokit:cli:architecture-decisions:2024-01-31_binary_distribution.md): AlgoKit CLI binary distribution ### General - [liquid-auth:docs:server:environment-variables](taxonomy/liquid-auth:docs:server:environment-variables.md): --- ### General - [algokit:docs:testnet_api](taxonomy/algokit:docs:testnet_api.md): AlgoKit TestNet Dispenser API Documentation ### General - [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 ### General - [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 ### General - [developer:docs:rest-apis:algod](taxonomy/developer:docs:rest-apis:algod.md): ### General - [algokit:cli:features:tasks:send](taxonomy/algokit:cli:features:tasks:send.md): AlgoKit Task Send ### General - [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 ### General - [algokit:utils:python:markdown:capabilities:app-client](taxonomy/algokit:utils:python:markdown:capabilities:app-client.md): App client ### General - [algokit:utils:typescript:v8-migration](taxonomy/algokit:utils:typescript:v8-migration.md): v8 migration ### General - [SDKs:javascript:classes:ABIUintType](taxonomy/SDKs:javascript:classes:ABIUintType.md): [algosdk](../README.md) / [Exports](../modules.md) / ABIUintType ### General - [SDKs:javascript:classes:ABIInterface](taxonomy/SDKs:javascript:classes:ABIInterface.md): [algosdk](../README.md) / [Exports](../modules.md) / ABIInterface ### General - [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 ### General - [developer:docs:run-a-node:reference:telemetry-config](taxonomy/developer:docs:run-a-node:reference:telemetry-config.md): title: Telemetry config settings ### General - [SDKs:javascript:classes:modelsv2.DryrunState](taxonomy/SDKs:javascript:classes:modelsv2.DryrunState.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / DryrunState ### General - [SDKs:javascript:classes:modelsv2.AssetParams](taxonomy/SDKs:javascript:classes:modelsv2.AssetParams.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / AssetParams ### General - [puya:python:testing:docs:testing-guide:concepts](taxonomy/puya:python:testing:docs:testing-guide:concepts.md): Concepts ### General - [SDKs:javascript:modules:modelsv2](taxonomy/SDKs:javascript:modules:modelsv2.md): [algosdk](../README.md) / [Exports](../modules.md) / modelsv2 ### General - [developer:docs:details:dapps:avm:teal:opcodes:v3](taxonomy/developer:docs:details:dapps:avm:teal:opcodes:v3.md): title: v3 Opcodes ### General - [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 ### General - [developer:docs:clis:algokey:multisig:append-auth-addr](taxonomy/developer:docs:clis:algokey:multisig:append-auth-addr.md): title: algokey multisig append-auth-addr ### General - [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 ### General - [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 ### General - [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 ### General - [docs:scripts:example_tracker:example_list](taxonomy/docs:scripts:example_tracker:example_list.md): ### General - [algokit:utils:typescript:code:modules:testing](taxonomy/algokit:utils:typescript:code:modules:testing.md): [@algorandfoundation/algokit-utils](../README.md) / testing ### General - [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 ### General - [developer:docs:sdks:go:index](taxonomy/developer:docs:sdks:go:index.md): ### General - [SDKs:javascript:classes:modelsv2.Asset](taxonomy/SDKs:javascript:classes:modelsv2.Asset.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / Asset ### General - [SDKs:javascript:classes:modelsv2.DryrunResponse](taxonomy/SDKs:javascript:classes:modelsv2.DryrunResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / DryrunResponse ### General - [SDKs:javascript:classes:modelsv2.AccountAssetHolding](taxonomy/SDKs:javascript:classes:modelsv2.AccountAssetHolding.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / AccountAssetHolding ### General - [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 ### General - [ARCs:specs:arc-0034](taxonomy/ARCs:specs:arc-0034.md): --- ### General - [ARCs:specs:arc-0065](taxonomy/ARCs:specs:arc-0065.md): --- ### General - [developer:docs:run-a-node:participate:generate_keys](taxonomy/developer:docs:run-a-node:participate:generate_keys.md): title: Generate a participation key ### General - [SDKs:javascript:classes:indexerModels.ParticipationUpdates](taxonomy/SDKs:javascript:classes:indexerModels.ParticipationUpdates.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / ParticipationUpdates ### General - [puya:docs:api-algopy.op](taxonomy/puya:docs:api-algopy.op.md): ### General - [puya:typescript:README](taxonomy/puya:typescript:README.md): Algorand TypeScript ### General - [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 ### General - [developer:python:code:example:crypto:merkle_tree](taxonomy/developer:python:code:example:crypto:merkle_tree.md): ### General - [SDKs:javascript:interfaces:EncodedTransaction](taxonomy/SDKs:javascript:interfaces:EncodedTransaction.md): [algosdk](../README.md) / [Exports](../modules.md) / EncodedTransaction ### General - [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 ### General - [SDKs:javascript:classes:modelsv2.BlockResponse](taxonomy/SDKs:javascript:classes:modelsv2.BlockResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / BlockResponse ### General - [ARCs:specs:arc-0000](taxonomy/ARCs:specs:arc-0000.md): --- ### General - [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 ### General - [developer:docs:clis:conduit:init](taxonomy/developer:docs:clis:conduit:init.md): title: conduit init ### General - [algokit:utils:typescript:code:modules:types_debugging](taxonomy/algokit:utils:typescript:code:modules:types_debugging.md): [@algorandfoundation/algokit-utils](../README.md) / types/debugging ### General - [algokit:cli:architecture-decisions:2022-11-14_sandbox-approach](taxonomy/algokit:cli:architecture-decisions:2022-11-14_sandbox-approach.md): AlgoKit sandbox approach ### General - [algokit:cli:algokit](taxonomy/algokit:cli:algokit.md): AlgoKit ### General - [SDKs:javascript:classes:ABIContract](taxonomy/SDKs:javascript:classes:ABIContract.md): [algosdk](../README.md) / [Exports](../modules.md) / ABIContract ### General - [developer:docs:details:dapps:smart-contracts:apps:txs](taxonomy/developer:docs:details:dapps:smart-contracts:apps:txs.md): title: Evaluating transactions ### General - [SDKs:javascript:classes:indexerModels.ApplicationLogsResponse](taxonomy/SDKs:javascript:classes:indexerModels.ApplicationLogsResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / ApplicationLogsResponse ### General - [developer:docs:details:dapps:smart-contracts:smartsigs:modes](taxonomy/developer:docs:details:dapps:smart-contracts:smartsigs:modes.md): title: Modes of use ### General - [SDKs:javascript:classes:modelsv2.SimulateUnnamedResourcesAccessed](taxonomy/SDKs:javascript:classes:modelsv2.SimulateUnnamedResourcesAccessed.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / SimulateUnnamedResourcesAccessed ### General - [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 ### General - [ARCs:specs:arc-0011](taxonomy/ARCs:specs:arc-0011.md): --- ### General - [puya:docs:lg-arc28](taxonomy/puya:docs:lg-arc28.md): ARC-28: Structured event logging ### General - [algokit:utils:typescript:capabilities:app-deploy](taxonomy/algokit:utils:typescript:capabilities:app-deploy.md): App deployment ### General - [developer:docs:run-a-node:operations:catchup](taxonomy/developer:docs:run-a-node:operations:catchup.md): title: Catchup And status ### General - [puya:python:testing:docs:testing-guide:signature-testing](taxonomy/puya:python:testing:docs:testing-guide:signature-testing.md): Smart Signature Testing ### General - [developer:docs:details:dapps:avm:teal:specification](taxonomy/developer:docs:details:dapps:avm:teal:specification.md): title: The Algorand Virtual Machine (AVM) and TEAL. ### General - [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 ### General - [ARCs:specs:arc-0074](taxonomy/ARCs:specs:arc-0074.md): --- ### General - [liquid-auth:sites:express-dapp:README](taxonomy/liquid-auth:sites:express-dapp:README.md): <p align="center"> ### General - [developer:docs:details:accounts:rekey](taxonomy/developer:docs:details:accounts:rekey.md): Title: Rekeying ### General - [ARCs:specs:arc-0025](taxonomy/ARCs:specs:arc-0025.md): --- ### General - [developer:docs:run-a-node:reference:relay](taxonomy/developer:docs:run-a-node:reference:relay.md): title: Configure node as a relay ### General - [developer:docs:clis:diagcfg:telemetry:telemetry](taxonomy/developer:docs:clis:diagcfg:telemetry:telemetry.md): title: diagcfg telemetry ### General - [puya:stubs:README](taxonomy/puya:stubs:README.md): Algorand Python framework - API for writing Algorand Python smart contracts ### General - [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 ### General - [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 ### General - [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 ### General - [puya:docs:lg-calling-apps](taxonomy/puya:docs:lg-calling-apps.md): Calling other applications ### General - [SDKs:javascript:classes:modelsv2.ErrorResponse](taxonomy/SDKs:javascript:classes:modelsv2.ErrorResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / ErrorResponse ### General - [SDKs:javascript:classes:indexerModels.TransactionSignature](taxonomy/SDKs:javascript:classes:indexerModels.TransactionSignature.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / TransactionSignature ### General - [algokit:utils:python:source:capabilities:app-client](taxonomy/algokit:utils:python:source:capabilities:app-client.md): App client ### General - [SDKs:javascript:classes:ABIArrayDynamicType](taxonomy/SDKs:javascript:classes:ABIArrayDynamicType.md): [algosdk](../README.md) / [Exports](../modules.md) / ABIArrayDynamicType ### General - [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 ### General - [puya:python:testing:docs:index](taxonomy/puya:python:testing:docs:index.md): Algorand Python Testing ### General - [SDKs:javascript:interfaces:TransactionWithSigner](taxonomy/SDKs:javascript:interfaces:TransactionWithSigner.md): [algosdk](../README.md) / [Exports](../modules.md) / TransactionWithSigner ### General - [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 ### General - [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 ### General - [developer:docs:details:dapps:avm:teal:opcodes:v2](taxonomy/developer:docs:details:dapps:avm:teal:opcodes:v2.md): title: v2 Opcodes ### General - [algokit:utils:typescript:capabilities:testing](taxonomy/algokit:utils:typescript:capabilities:testing.md): Automated testing ### General - [algokit:utils:typescript:code:modules:types_indexer](taxonomy/algokit:utils:typescript:code:modules:types_indexer.md): [@algorandfoundation/algokit-utils](../README.md) / types/indexer ### General - [developer:docs:run-a-node:setup:install](taxonomy/developer:docs:run-a-node:setup:install.md): title: Install a node ### General - [SDKs:javascript:classes:ABIByteType](taxonomy/SDKs:javascript:classes:ABIByteType.md): [algosdk](../README.md) / [Exports](../modules.md) / ABIByteType ### General - [developer:docs:get-started:tokenization:ft](taxonomy/developer:docs:get-started:tokenization:ft.md): ### General - [algokit:cli:features:tasks](taxonomy/algokit:cli:features:tasks.md): AlgoKit Tasks ### General - [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) ### General - [SDKs:javascript:classes:modelsv2.DryrunSource](taxonomy/SDKs:javascript:classes:modelsv2.DryrunSource.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / DryrunSource ### General - [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 ### General - [ARCs:specs:arc-0035](taxonomy/ARCs:specs:arc-0035.md): --- ### General - [liquid-auth:decisions:4-Fido-Extension](taxonomy/liquid-auth:decisions:4-Fido-Extension.md): Overview ### General - [algokit:utils:typescript:capabilities:debugging](taxonomy/algokit:utils:typescript:capabilities:debugging.md): Debugger ### General - [algokit:cli:features:project:deploy](taxonomy/algokit:cli:features:project:deploy.md): AlgoKit Project Deploy ### General - [ARCs:specs:arc-0001](taxonomy/ARCs:specs:arc-0001.md): --- ### General - [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 ### General - [SDKs:javascript:classes:modelsv2.StateProof](taxonomy/SDKs:javascript:classes:modelsv2.StateProof.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / StateProof ### General - [SDKs:javascript:classes:indexerModels.MerkleArrayProof](taxonomy/SDKs:javascript:classes:indexerModels.MerkleArrayProof.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / MerkleArrayProof ### General - [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 ### General - [SDKs:javascript:classes:indexerModels.BlockUpgradeState](taxonomy/SDKs:javascript:classes:indexerModels.BlockUpgradeState.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / BlockUpgradeState ### General - [puya:docs:lg-arc4](taxonomy/puya:docs:lg-arc4.md): ARC-4: Application Binary Interface ### General - [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 ### General - [ARCs:specs:arc-0021](taxonomy/ARCs:specs:arc-0021.md): --- ### General - [liquid-auth:decisions:README](taxonomy/liquid-auth:decisions:README.md): Decisions for this Project ### General - [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 ### General - [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 ### General - [algokit:cli:features:localnet](taxonomy/algokit:cli:features:localnet.md): AlgoKit LocalNet ### General - [puya:python:testing:docs:testing-guide:index](taxonomy/puya:python:testing:docs:testing-guide:index.md): Testing Guide ### General - [algokit:utils:typescript:capabilities:event-emitter](taxonomy/algokit:utils:typescript:capabilities:event-emitter.md): Event Emitter ### General - [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 ### General - [developer:docs:sdks:javascript:index](taxonomy/developer:docs:sdks:javascript:index.md): ### General - [SDKs:javascript:classes:modelsv2.Box](taxonomy/SDKs:javascript:classes:modelsv2.Box.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / Box ### General - [SDKs:javascript:classes:modelsv2.KvDelta](taxonomy/SDKs:javascript:classes:modelsv2.KvDelta.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / KvDelta ### General - [SDKs:javascript:classes:indexerModels.AssetParams](taxonomy/SDKs:javascript:classes:indexerModels.AssetParams.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / AssetParams ### General - [puya:docs:lg-builtins](taxonomy/puya:docs:lg-builtins.md): Python builtins ### General - [ARCs:specs:arc-0015](taxonomy/ARCs:specs:arc-0015.md): --- ### General - [SDKs:javascript:classes:modelsv2.CompileResponse](taxonomy/SDKs:javascript:classes:modelsv2.CompileResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / CompileResponse ### General - [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 ### General - [puya:docs:lg-control](taxonomy/puya:docs:lg-control.md): Control flow structures ### General - [developer:docs:clis:tealdbg:tealdbg](taxonomy/developer:docs:clis:tealdbg:tealdbg.md): title: tealdbg ### General - [developer:python:code:example:privacy:zk_whitelist](taxonomy/developer:python:code:example:privacy:zk_whitelist.md): ### General - [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 ### General - [SDKs:javascript:interfaces:EncodedSignedTransaction](taxonomy/SDKs:javascript:interfaces:EncodedSignedTransaction.md): [algosdk](../README.md) / [Exports](../modules.md) / EncodedSignedTransaction ### General - [algokit:utils:typescript:code:modules:types_transaction](taxonomy/algokit:utils:typescript:code:modules:types_transaction.md): [@algorandfoundation/algokit-utils](../README.md) / types/transaction ### General - [liquid-auth:docs:clients:browser:example](taxonomy/liquid-auth:docs:clients:browser:example.md): --- ### General - [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 ### General - [developer:docs:clis:algokey:multisig:multisig](taxonomy/developer:docs:clis:algokey:multisig:multisig.md): title: algokey multisig ### General - [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 ### General - [SDKs:javascript:classes:modelsv2.BoxesResponse](taxonomy/SDKs:javascript:classes:modelsv2.BoxesResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / BoxesResponse ### General - [SDKs:javascript:interfaces:EncodedLogicSig](taxonomy/SDKs:javascript:interfaces:EncodedLogicSig.md): [algosdk](../README.md) / [Exports](../modules.md) / EncodedLogicSig ### General - [puya:docs:lg-errors](taxonomy/puya:docs:lg-errors.md): Error handling and assertions ### General - [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 ### General - [developer:docs:details:dapps:avm:teal:opcodes:v6](taxonomy/developer:docs:details:dapps:avm:teal:opcodes:v6.md): title: v6 Opcodes ### General - [ARCs:specs:arc-0005](taxonomy/ARCs:specs:arc-0005.md): --- ### General - [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 ### General - [ARCs:specs:arc-0054](taxonomy/ARCs:specs:arc-0054.md): --- ### General - [algokit:utils:typescript:capabilities:typed-app-clients](taxonomy/algokit:utils:typescript:capabilities:typed-app-clients.md): Typed application clients ### General - [SDKs:javascript:classes:indexerModels.TransactionSignatureMultisig](taxonomy/SDKs:javascript:classes:indexerModels.TransactionSignatureMultisig.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / TransactionSignatureMultisig ### General - [SDKs:javascript:classes:Transaction](taxonomy/SDKs:javascript:classes:Transaction.md): [algosdk](../README.md) / [Exports](../modules.md) / Transaction ### General - [SDKs:javascript:classes:indexerModels.StateProofVerifier](taxonomy/SDKs:javascript:classes:indexerModels.StateProofVerifier.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / StateProofVerifier ### General - [puya_index](taxonomy/puya_index.md): Puya Documentation Index ### General - [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 ### General - [SDKs:javascript:classes:indexerModels.AccountsResponse](taxonomy/SDKs:javascript:classes:indexerModels.AccountsResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / AccountsResponse ### General - [algokit:cli:architecture-decisions:2024-01-13_native_binaries](taxonomy/algokit:cli:architecture-decisions:2024-01-13_native_binaries.md): AlgoKit CLI native binaries ### General - [puya:python:testing:docs:algopy](taxonomy/puya:python:testing:docs:algopy.md): Algorand Python ### General - [puya:python:testing:docs:testing-guide:opcodes](taxonomy/puya:python:testing:docs:testing-guide:opcodes.md): AVM Opcodes ### General - [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 ### General - [developer:docs:clis:algokey:sign](taxonomy/developer:docs:clis:algokey:sign.md): title: algokey sign ### General - [SDKs:javascript:classes:indexerModels.TransactionsResponse](taxonomy/SDKs:javascript:classes:indexerModels.TransactionsResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / TransactionsResponse ### General - [SDKs:javascript:classes:indexerModels.AccountParticipation](taxonomy/SDKs:javascript:classes:indexerModels.AccountParticipation.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / AccountParticipation ### General - [puya:typescript:docs:README](taxonomy/puya:typescript:docs:README.md): Algorand TypeScript ### General - [developer:docs:clis:indexer:indexer](taxonomy/developer:docs:clis:indexer:indexer.md): title: indexer ### General - [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 ### General - [algokit:utils:typescript:capabilities:app](taxonomy/algokit:utils:typescript:capabilities:app.md): App management ### General - [puya:README](taxonomy/puya:README.md): Algorand Python ### General - [algokit:cli:features:compile](taxonomy/algokit:cli:features:compile.md): AlgoKit Compile ### General - [SDKs:javascript:interfaces:BaseHTTPClientError](taxonomy/SDKs:javascript:interfaces:BaseHTTPClientError.md): [algosdk](../README.md) / [Exports](../modules.md) / BaseHTTPClientError ### General - [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 ### General - [developer:python:code:example:assets](taxonomy/developer:python:code:example:assets.md): Algorand Standard Assets (ASA) in Python ### General - [developer:docs:run-a-node:setup:indexer](taxonomy/developer:docs:run-a-node:setup:indexer.md): title: Install the indexer ### General - [developer:docs:details:dapps:smart-contracts:debugging](taxonomy/developer:docs:details:dapps:smart-contracts:debugging.md): title: Debugging smart contracts ### General - [developer:docs:about](taxonomy/developer:docs:about.md): title: About ### General - [SDKs:javascript:classes:modelsv2.SimulationTransactionExecTrace](taxonomy/SDKs:javascript:classes:modelsv2.SimulationTransactionExecTrace.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / SimulationTransactionExecTrace ### General - [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 ### General - [developer:python:code:example:utility:calculator](taxonomy/developer:python:code:example:utility:calculator.md): ### General - [developer:docs:clis:goal:wallet:list](taxonomy/developer:docs:clis:goal:wallet:list.md): title: goal wallet list ### General - [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 ### General - [SDKs:javascript:classes:modelsv2.NodeStatusResponse](taxonomy/SDKs:javascript:classes:modelsv2.NodeStatusResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / NodeStatusResponse ### General - [developer:docs:details:dapps:smart-contracts:index](taxonomy/developer:docs:details:dapps:smart-contracts:index.md): title: Introduction ### General - [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 ### General - [SDKs:javascript:classes:modelsv2.ApplicationParams](taxonomy/SDKs:javascript:classes:modelsv2.ApplicationParams.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / ApplicationParams ### General - [developer:docs:clis:kmd](taxonomy/developer:docs:clis:kmd.md): title: kmd ### General - [algokit:cli:cli:index](taxonomy/algokit:cli:cli:index.md): AlgoKit CLI Reference Documentation ### General - [algokit:utils:typescript:capabilities:transaction](taxonomy/algokit:utils:typescript:capabilities:transaction.md): Transaction management ### General - [SDKs:javascript:classes:indexerModels.AccountStateDelta](taxonomy/SDKs:javascript:classes:indexerModels.AccountStateDelta.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / AccountStateDelta ### General - [TEALScript:README](taxonomy/TEALScript:README.md): ### General - [liquid_auth_index](taxonomy/liquid_auth_index.md): Liquid Auth Documentation Index ### General - [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 ### General - [SDKs:javascript:interfaces:EncodedAssetParams](taxonomy/SDKs:javascript:interfaces:EncodedAssetParams.md): [algosdk](../README.md) / [Exports](../modules.md) / EncodedAssetParams ### General - [SDKs:javascript:interfaces:SuggestedParams](taxonomy/SDKs:javascript:interfaces:SuggestedParams.md): [algosdk](../README.md) / [Exports](../modules.md) / SuggestedParams ### General - [SDKs:javascript:classes:modelsv2.BoxDescriptor](taxonomy/SDKs:javascript:classes:modelsv2.BoxDescriptor.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / BoxDescriptor ### General - [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 ### General - [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 ### General - [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 ### General - [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 ### General - [puya:docs:api-algopy.arc4](taxonomy/puya:docs:api-algopy.arc4.md): ### General - [developer:docs:details:asa](taxonomy/developer:docs:details:asa.md): title: Algorand Standard Assets (ASAs) ### General - [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 ### General - [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 ### General - [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 ### General - [SDKs:javascript:classes:modelsv2.SimulateTransactionResult](taxonomy/SDKs:javascript:classes:modelsv2.SimulateTransactionResult.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / SimulateTransactionResult ### General - [developer:docs:clis:goal:version](taxonomy/developer:docs:clis:goal:version.md): title: goal version ### General - [SDKs:javascript:classes:modelsv2.ApplicationLocalState](taxonomy/SDKs:javascript:classes:modelsv2.ApplicationLocalState.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / ApplicationLocalState ### General - [SDKs:javascript:classes:modelsv2.AccountAssetResponse](taxonomy/SDKs:javascript:classes:modelsv2.AccountAssetResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / AccountAssetResponse ### General - [SDKs:javascript:classes:modelsv2.TransactionGroupLedgerStateDeltasForRoundResponse](taxonomy/SDKs:javascript:classes:modelsv2.TransactionGroupLedgerStateDeltasForRoundResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / TransactionGroupLedgerStateDeltasForRoundResponse ### General - [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 ### General - [developer:docs:details:transactions:offline_transactions](taxonomy/developer:docs:details:transactions:offline_transactions.md): title: Offline signatures ### General - [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 ### General - [algokit:cli:features:tasks:nfd](taxonomy/algokit:cli:features:tasks:nfd.md): AlgoKit Task NFD Lookup ### General - [developer:docs:run-a-node:operations:switch_networks](taxonomy/developer:docs:run-a-node:operations:switch_networks.md): title: Switch Networks ### General - [SDKs:javascript:classes:modelsv2.ScratchChange](taxonomy/SDKs:javascript:classes:modelsv2.ScratchChange.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / ScratchChange ### General - [SDKs:javascript:interfaces:ABIContractParams](taxonomy/SDKs:javascript:interfaces:ABIContractParams.md): [algosdk](../README.md) / [Exports](../modules.md) / ABIContractParams ### General - [ARCs:ARC-template](taxonomy/ARCs:ARC-template.md): --- ### General - [SDKs:javascript:interfaces:MultisigMetadata](taxonomy/SDKs:javascript:interfaces:MultisigMetadata.md): [algosdk](../README.md) / [Exports](../modules.md) / MultisigMetadata ### General - [SDKs:javascript:classes:indexerModels.HealthCheck](taxonomy/SDKs:javascript:classes:indexerModels.HealthCheck.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / HealthCheck ### General - [algokit-cli:README](taxonomy/algokit-cli:README.md): <div align="center"> ### General - [SDKs:javascript:interfaces:EncodedGlobalStateSchema](taxonomy/SDKs:javascript:interfaces:EncodedGlobalStateSchema.md): [algosdk](../README.md) / [Exports](../modules.md) / EncodedGlobalStateSchema ### General - [SDKs:javascript:classes:indexerModels.TransactionPayment](taxonomy/SDKs:javascript:classes:indexerModels.TransactionPayment.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / TransactionPayment ### General - [algokit:cli:features:tasks:transfer](taxonomy/algokit:cli:features:tasks:transfer.md): AlgoKit Task Transfer ### General - [algokit:utils:typescript:capabilities:app-client](taxonomy/algokit:utils:typescript:capabilities:app-client.md): App client and App factory ### General - [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 ### General - [developer:python:code:example:subsidize_app_call](taxonomy/developer:python:code:example:subsidize_app_call.md): Subsidizing Application Calls in Algorand ### General - [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 ### General - [algokit:utils:typescript:capabilities:indexer](taxonomy/algokit:utils:typescript:capabilities:indexer.md): Indexer lookups / searching ### General - [developer:docs:details:encoding](taxonomy/developer:docs:details:encoding.md): title: Encoding and Decoding ### General - [puya:docs:api-algopy](taxonomy/puya:docs:api-algopy.md): ### General - [SDKs:javascript:classes:modelsv2.ApplicationKVStorage](taxonomy/SDKs:javascript:classes:modelsv2.ApplicationKVStorage.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / ApplicationKVStorage ### General - [algokit:utils:typescript:code:modules:types_testing](taxonomy/algokit:utils:typescript:code:modules:types_testing.md): [@algorandfoundation/algokit-utils](../README.md) / types/testing ### General - [algokit:utils:typescript:code:modules:types_asset](taxonomy/algokit:utils:typescript:code:modules:types_asset.md): [@algorandfoundation/algokit-utils](../README.md) / types/asset ### General - [developer:docs:details:transactions:transactions](taxonomy/developer:docs:details:transactions:transactions.md): title: Transaction reference ### General - [SDKs:javascript:classes:indexerModels.TransactionAssetFreeze](taxonomy/SDKs:javascript:classes:indexerModels.TransactionAssetFreeze.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / TransactionAssetFreeze ### General - [SDKs:javascript:classes:modelsv2.SimulateTransactionGroupResult](taxonomy/SDKs:javascript:classes:modelsv2.SimulateTransactionGroupResult.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / SimulateTransactionGroupResult ### General - [developer:docs:clis:diagcfg:metric:enable](taxonomy/developer:docs:clis:diagcfg:metric:enable.md): title: diagcfg metric enable ### General - [puya:docs:lg-unsupported-python-features](taxonomy/puya:docs:lg-unsupported-python-features.md): Unsupported Python features ### General - [algokit:utils:python:source:capabilities:app-deploy](taxonomy/algokit:utils:python:source:capabilities:app-deploy.md): App deployment ### General - [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 ### General - [SDKs:javascript:classes:indexerModels.TealKeyValue](taxonomy/SDKs:javascript:classes:indexerModels.TealKeyValue.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / TealKeyValue ### General - [developer:docs:details:dapps:avm:teal:opcodes:v9](taxonomy/developer:docs:details:dapps:avm:teal:opcodes:v9.md): title: v9 Opcodes ### General - [SDKs:javascript:classes:modelsv2.TransactionProofResponse](taxonomy/SDKs:javascript:classes:modelsv2.TransactionProofResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / TransactionProofResponse ### General - [developer:docs:clis:conduit:conduit](taxonomy/developer:docs:clis:conduit:conduit.md): title: conduit ### General - [developer:docs:details:crust](taxonomy/developer:docs:details:crust.md): title: IPFS Pinning With Crust ### General - [liquid-auth:docs:clients:browser:authentication](taxonomy/liquid-auth:docs:clients:browser:authentication.md): --- ### General - [puya:python:testing:docs:examples](taxonomy/puya:python:testing:docs:examples.md): Examples ### General - [SDKs:javascript:classes:modelsv2.EvalDeltaKeyValue](taxonomy/SDKs:javascript:classes:modelsv2.EvalDeltaKeyValue.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / EvalDeltaKeyValue ### General - [algokit:cli:features:explore](taxonomy/algokit:cli:features:explore.md): AlgoKit explore ### General - [SDKs:javascript:interfaces:IndexerTokenHeader](taxonomy/SDKs:javascript:interfaces:IndexerTokenHeader.md): [algosdk](../README.md) / [Exports](../modules.md) / IndexerTokenHeader ### General - [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 ### General - [SDKs:javascript:classes:indexerModels.IndexerStateProofMessage](taxonomy/SDKs:javascript:classes:indexerModels.IndexerStateProofMessage.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / IndexerStateProofMessage ### General - [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 ### General - [SDKs:javascript:classes:modelsv2.BoxReference](taxonomy/SDKs:javascript:classes:modelsv2.BoxReference.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / BoxReference ### General - [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 ### General - [SDKs:javascript:classes:indexerModels.BlockRewards](taxonomy/SDKs:javascript:classes:indexerModels.BlockRewards.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / BlockRewards ### General - [developer:docs:details:dapps:avm:teal:opcodes:index](taxonomy/developer:docs:details:dapps:avm:teal:opcodes:index.md): title: Opcodes By Version ### General - [developer:python:code:example:events:arc28_events](taxonomy/developer:python:code:example:events:arc28_events.md): ### General - [developer:docs:details:transactions:index](taxonomy/developer:docs:details:transactions:index.md): title: Structure ### General - [SDKs:javascript:classes:indexerModels.TransactionResponse](taxonomy/SDKs:javascript:classes:indexerModels.TransactionResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / TransactionResponse ### General - [developer:docs:get-started:tokenization:nft](taxonomy/developer:docs:get-started:tokenization:nft.md): ### General - [algokit:cli:features:completions](taxonomy/algokit:cli:features:completions.md): AlgoKit Completions ### General - [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 ### General - [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 ### General - [SDKs:javascript:classes:indexerModels.Transaction](taxonomy/SDKs:javascript:classes:indexerModels.Transaction.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / Transaction ### General - [SDKs:javascript:classes:modelsv2.Account](taxonomy/SDKs:javascript:classes:modelsv2.Account.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / Account ### General - [developer:docs:sdks:python:index](taxonomy/developer:docs:sdks:python:index.md): ### General - [SDKs:javascript:classes:indexerModels.ApplicationStateSchema](taxonomy/SDKs:javascript:classes:indexerModels.ApplicationStateSchema.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / ApplicationStateSchema ### General - [SDKs:javascript:classes:modelsv2.PendingTransactionsResponse](taxonomy/SDKs:javascript:classes:modelsv2.PendingTransactionsResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / PendingTransactionsResponse ### General - [algokit:utils:typescript:code:modules:types_expand](taxonomy/algokit:utils:typescript:code:modules:types_expand.md): [@algorandfoundation/algokit-utils](../README.md) / types/expand ### General - [algokit:cli:tutorials:smart-contracts](taxonomy/algokit:cli:tutorials:smart-contracts.md): Smart Contract Tutorial ### General - [SDKs:javascript:classes:LogicSig](taxonomy/SDKs:javascript:classes:LogicSig.md): [algosdk](../README.md) / [Exports](../modules.md) / LogicSig ### General - [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 ### General - [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 ### General - [SDKs:javascript:classes:modelsv2.BlockTxidsResponse](taxonomy/SDKs:javascript:classes:modelsv2.BlockTxidsResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / BlockTxidsResponse ### General - [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 ### General - [SDKs:javascript:interfaces:ABIInterfaceParams](taxonomy/SDKs:javascript:interfaces:ABIInterfaceParams.md): [algosdk](../README.md) / [Exports](../modules.md) / ABIInterfaceParams ### General - [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 ### General - [SDKs:javascript:classes:indexerModels.TransactionApplication](taxonomy/SDKs:javascript:classes:indexerModels.TransactionApplication.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / TransactionApplication ### General - [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 ### General - [SDKs:javascript:classes:Kmd](taxonomy/SDKs:javascript:classes:Kmd.md): [algosdk](../README.md) / [Exports](../modules.md) / Kmd ### General - [puya:docs:api-algopy.gtxn](taxonomy/puya:docs:api-algopy.gtxn.md): ### General - [developer:python:code:example:accounts](taxonomy/developer:python:code:example:accounts.md): Algorand Account Management with Python ### General - [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 ### General - [developer:docs:details:index](taxonomy/developer:docs:details:index.md): title: Section Index ### General - [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 ### General - [SDKs:javascript:interfaces:Address](taxonomy/SDKs:javascript:interfaces:Address.md): [algosdk](../README.md) / [Exports](../modules.md) / Address ### General - [developer:docs:clis:diagcfg:diagcfg](taxonomy/developer:docs:clis:diagcfg:diagcfg.md): title: diagcfg ### General - [algokit:utils:typescript:capabilities:transaction-composer](taxonomy/algokit:utils:typescript:capabilities:transaction-composer.md): Transaction composer ### General - [algokit:utils:python:markdown:capabilities:client](taxonomy/algokit:utils:python:markdown:capabilities:client.md): Client management ### General - [developer:docs:rest-apis:kmd](taxonomy/developer:docs:rest-apis:kmd.md): ### General - [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 ### General - [algokit:utils:typescript:code:modules:types_composer](taxonomy/algokit:utils:typescript:code:modules:types_composer.md): [@algorandfoundation/algokit-utils](../README.md) / types/composer ### General - [SDKs:javascript:classes:indexerModels.MiniAssetHolding](taxonomy/SDKs:javascript:classes:indexerModels.MiniAssetHolding.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / MiniAssetHolding ### General - [SDKs:javascript:interfaces:BaseHTTPClient](taxonomy/SDKs:javascript:interfaces:BaseHTTPClient.md): [algosdk](../README.md) / [Exports](../modules.md) / BaseHTTPClient ### General - [developer:docs:details:dapps:avm:teal:opcodes:v8](taxonomy/developer:docs:details:dapps:avm:teal:opcodes:v8.md): title: v8 Opcodes ### General - [developer:docs:clis:algokey:algokey](taxonomy/developer:docs:clis:algokey:algokey.md): title: algokey ### General - [SDKs:javascript:classes:modelsv2.AppCallLogs](taxonomy/SDKs:javascript:classes:modelsv2.AppCallLogs.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / AppCallLogs ### General - [developer:python:code:example:arc4_types](taxonomy/developer:python:code:example:arc4_types.md): ARC4 Types in Algorand Smart Contracts ### General - [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 ### General - [algokit:utils:python:markdown:capabilities:app-deploy](taxonomy/algokit:utils:python:markdown:capabilities:app-deploy.md): App deployment ### General - [developer:docs:details:dapps:smart-contracts:smartsigs:index](taxonomy/developer:docs:details:dapps:smart-contracts:smartsigs:index.md): title: SmartSig details ### General - [developer:docs:clis:conduit:list:importers](taxonomy/developer:docs:clis:conduit:list:importers.md): title: conduit list importers ### General - [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 ### General - [SDKs:javascript:classes:DryrunResult](taxonomy/SDKs:javascript:classes:DryrunResult.md): [algosdk](../README.md) / [Exports](../modules.md) / DryrunResult ### General - [developer:docs:rest-apis:indexer](taxonomy/developer:docs:rest-apis:indexer.md): ### General - [SDKs:javascript:classes:indexerModels.AssetHolding](taxonomy/SDKs:javascript:classes:indexerModels.AssetHolding.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / AssetHolding ### General - [SDKs:javascript:classes:modelsv2.AccountAssetsInformationResponse](taxonomy/SDKs:javascript:classes:modelsv2.AccountAssetsInformationResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / AccountAssetsInformationResponse ### General - [developer:docs:clis:indexer:daemon](taxonomy/developer:docs:clis:indexer:daemon.md): title: indexer daemon ### General - [developer:docs:details:dapps:smart-contracts:apps:state](taxonomy/developer:docs:details:dapps:smart-contracts:apps:state.md): title: Contract storage ### General - [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 ### General - [developer:docs:run-a-node:participate:index](taxonomy/developer:docs:run-a-node:participate:index.md): title: Overview ### General - [SDKs:javascript:classes:modelsv2.TransactionParametersResponse](taxonomy/SDKs:javascript:classes:modelsv2.TransactionParametersResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / TransactionParametersResponse ### General - [SDKs:javascript:classes:ABIAddressType](taxonomy/SDKs:javascript:classes:ABIAddressType.md): [algosdk](../README.md) / [Exports](../modules.md) / ABIAddressType ### General - [developer:docs:details:transactions:payment_prompts](taxonomy/developer:docs:details:transactions:payment_prompts.md): title: URI scheme ### General - [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 ### General - [SDKs:javascript:classes:modelsv2.AccountParticipation](taxonomy/SDKs:javascript:classes:modelsv2.AccountParticipation.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / AccountParticipation ### General - [algokit:cli:features:doctor](taxonomy/algokit:cli:features:doctor.md): AlgoKit Doctor ### General - [algokit:utils:python:source:capabilities:dispenser-client](taxonomy/algokit:utils:python:source:capabilities:dispenser-client.md): TestNet Dispenser Client ### General - [puya:docs:lg-transactions](taxonomy/puya:docs:lg-transactions.md): Transactions ### General - [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 ### General - [puya:docs:api](taxonomy/puya:docs:api.md): ### General - [SDKs:javascript:classes:indexerModels.StateProofFields](taxonomy/SDKs:javascript:classes:indexerModels.StateProofFields.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / StateProofFields ### General - [developer:docs:details:dapps:smart-contracts:frontend:apps](taxonomy/developer:docs:details:dapps:smart-contracts:frontend:apps.md): title: Interact with smart contracts ### General - [developer:docs:clis:algokey:generate](taxonomy/developer:docs:clis:algokey:generate.md): title: algokey generate ### General - [puya:docs:lg-types](taxonomy/puya:docs:lg-types.md): Types ### General - [developer:docs:run-a-node:participate:offline](taxonomy/developer:docs:run-a-node:participate:offline.md): title: Register offline ### General - [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 ### General - [devportal-code-examples:projects:python-contract-examples:README](taxonomy/devportal-code-examples:projects:python-contract-examples:README.md): ### General - [algokit:utils:typescript:code:modules:types_account](taxonomy/algokit:utils:typescript:code:modules:types_account.md): [@algorandfoundation/algokit-utils](../README.md) / types/account ### General - [SDKs:javascript:classes:indexerModels.TransactionAssetTransfer](taxonomy/SDKs:javascript:classes:indexerModels.TransactionAssetTransfer.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / TransactionAssetTransfer ### General - [algokit:utils:typescript:capabilities:algorand-client](taxonomy/algokit:utils:typescript:capabilities:algorand-client.md): Algorand client ### General - [developer:docs:clis:diagcfg:metric:status](taxonomy/developer:docs:clis:diagcfg:metric:status.md): title: diagcfg metric status ### General - [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 ### General - [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 ### General - [SDKs:javascript:classes:indexerModels.ApplicationLocalState](taxonomy/SDKs:javascript:classes:indexerModels.ApplicationLocalState.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / ApplicationLocalState ### General - [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 ### General - [developer:docs:clis:conduit:list:list](taxonomy/developer:docs:clis:conduit:list:list.md): title: conduit list ### General - [developer:docs:details:algorand-networks:index](taxonomy/developer:docs:details:algorand-networks:index.md): title: Overview ### General - [liquid-auth:docs:clients:android:provider-service:authenticate](taxonomy/liquid-auth:docs:clients:android:provider-service:authenticate.md): --- ### General - [developer:docs:run-a-node:participate:renew](taxonomy/developer:docs:run-a-node:participate:renew.md): title: Renew participation keys ### General - [developer:docs:details:accounts:create](taxonomy/developer:docs:details:accounts:create.md): Title: Creation methods ### General - [algokit:cli:features:project:list](taxonomy/algokit:cli:features:project:list.md): AlgoKit Project List Command ### General - [SDKs:javascript:classes:modelsv2.AvmValue](taxonomy/SDKs:javascript:classes:modelsv2.AvmValue.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / AvmValue ### General - [developer:docs:clis:goal:report](taxonomy/developer:docs:clis:goal:report.md): title: goal report ### General - [liquid-auth:docs:clients:android:provider-service:register](taxonomy/liquid-auth:docs:clients:android:provider-service:register.md): --- ### General - [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 ### General - [algokit:utils:python:markdown:capabilities:dispenser-client](taxonomy/algokit:utils:python:markdown:capabilities:dispenser-client.md): TestNet Dispenser Client ### General - [developer:docs:clis:indexer:util:validator](taxonomy/developer:docs:clis:indexer:util:validator.md): title: indexer util validator ### General - [developer:docs:clis:goal:protocols](taxonomy/developer:docs:clis:goal:protocols.md): title: goal protocols ### General - [puya:docs:lg-ops](taxonomy/puya:docs:lg-ops.md): AVM operations ### General - [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 ### General - [SDKs:javascript:classes:modelsv2.SimulationOpcodeTraceUnit](taxonomy/SDKs:javascript:classes:modelsv2.SimulationOpcodeTraceUnit.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / SimulationOpcodeTraceUnit ### General - [puya:src:puya:ARCHITECTURE](taxonomy/puya:src:puya:ARCHITECTURE.md): Layers ### General - [liquid-auth:docs:architecture](taxonomy/liquid-auth:docs:architecture.md): --- ### General - [SDKs:javascript:examples:README](taxonomy/SDKs:javascript:examples:README.md): Algorand JavaScript SDK Examples ### General - [algokit:cli:features:goal](taxonomy/algokit:cli:features:goal.md): AlgoKit goal ### General - [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 ### General - [ARCs:specs:arc-0049](taxonomy/ARCs:specs:arc-0049.md): --- ### General - [ARCs:specs:arc-0018](taxonomy/ARCs:specs:arc-0018.md): --- ### General - [developer:docs:details:useful_resources](taxonomy/developer:docs:details:useful_resources.md): title: Useful Resources ### General - [SDKs:javascript:classes:indexerModels.StateProofSignature](taxonomy/SDKs:javascript:classes:indexerModels.StateProofSignature.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / StateProofSignature ### General - [developer:docs:run-a-node:setup:node-troubleshooting](taxonomy/developer:docs:run-a-node:setup:node-troubleshooting.md): title: Node Troubleshooting ### General - [developer:docs:clis:algokey:import](taxonomy/developer:docs:clis:algokey:import.md): title: algokey import ### General - [algokit:cli:features:tasks:sign](taxonomy/algokit:cli:features:tasks:sign.md): AlgoKit Task Sign ### General - [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 ### General - [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 ### General - [SDKs:javascript:enums:OnApplicationComplete](taxonomy/SDKs:javascript:enums:OnApplicationComplete.md): [algosdk](../README.md) / [Exports](../modules.md) / OnApplicationComplete ### General - [SDKs:javascript:classes:modelsv2.AccountApplicationResponse](taxonomy/SDKs:javascript:classes:modelsv2.AccountApplicationResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / AccountApplicationResponse ### General - [puya:docs:api-algopy.itxn](taxonomy/puya:docs:api-algopy.itxn.md): ### General - [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 ### General - [developer:docs:run-a-node:reference:config](taxonomy/developer:docs:run-a-node:reference:config.md): title: Node configuration settings ### General - [SDKs:javascript:classes:ABIMethod](taxonomy/SDKs:javascript:classes:ABIMethod.md): [algosdk](../README.md) / [Exports](../modules.md) / ABIMethod ### General - [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 ### General - [docs:.walletconnect:index](taxonomy/docs:.walletconnect:index.md): ### General - [SDKs:javascript:classes:indexerModels.AssetHoldingsResponse](taxonomy/SDKs:javascript:classes:indexerModels.AssetHoldingsResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / AssetHoldingsResponse ### General - [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 ### General - [ARCs:specs:arc-0008](taxonomy/ARCs:specs:arc-0008.md): --- ### General - [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 ### General - [ARCs:specs:arc-0059](taxonomy/ARCs:specs:arc-0059.md): --- ### General - [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 ### General - [algokit:utils:typescript:v7-migration](taxonomy/algokit:utils:typescript:v7-migration.md): v7 migration ### General - [developer:python:code:example:inner_transactions](taxonomy/developer:python:code:example:inner_transactions.md): Inner Transactions in Algorand Smart Contracts ### General - [SDKs:javascript:classes:modelsv2.PendingTransactionResponse](taxonomy/SDKs:javascript:classes:modelsv2.PendingTransactionResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / PendingTransactionResponse ### General - [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 ### General - [algokit:utils:typescript:code:modules:types_logging](taxonomy/algokit:utils:typescript:code:modules:types_logging.md): [@algorandfoundation/algokit-utils](../README.md) / types/logging ### General - [developer:docs:details:transactions:signatures](taxonomy/developer:docs:details:transactions:signatures.md): title: Signatures ### General - [SDKs:javascript:classes:modelsv2.Application](taxonomy/SDKs:javascript:classes:modelsv2.Application.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / Application ### General - [SDKs:javascript:classes:modelsv2.BuildVersion](taxonomy/SDKs:javascript:classes:modelsv2.BuildVersion.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / BuildVersion ### General - [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 ### General - [puya:typescript:packages:algo-ts:readme](taxonomy/puya:typescript:packages:algo-ts:readme.md): Algorand TypeScript ### General - [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 ### General - [puya:python:testing:docs:api](taxonomy/puya:python:testing:docs:api.md): API Reference ### General - [SDKs:javascript:classes:modelsv2.DryrunRequest](taxonomy/SDKs:javascript:classes:modelsv2.DryrunRequest.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / DryrunRequest ### General - [SDKs:javascript:classes:modelsv2.StateProofMessage](taxonomy/SDKs:javascript:classes:modelsv2.StateProofMessage.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / StateProofMessage ### General - [puya:python:testing:examples:README](taxonomy/puya:python:testing:examples:README.md): Algorand Python Testing examples ### General - [algokit:cli:features:tasks:vanity_address](taxonomy/algokit:cli:features:tasks:vanity_address.md): AlgoKit Task Vanity Address ### General - [SDKs:javascript:classes:modelsv2.ApplicationInitialStates](taxonomy/SDKs:javascript:classes:modelsv2.ApplicationInitialStates.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / ApplicationInitialStates ### General - [SDKs:javascript:classes:modelsv2.TealKeyValue](taxonomy/SDKs:javascript:classes:modelsv2.TealKeyValue.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / TealKeyValue ### General - [developer:docs:get-started:basics:whats_a_dapp](taxonomy/developer:docs:get-started:basics:whats_a_dapp.md): ### General - [liquid-auth:docs:server:introduction](taxonomy/liquid-auth:docs:server:introduction.md): --- ### General - [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 ### General - [ARCs:specs:arc-0079](taxonomy/ARCs:specs:arc-0079.md): --- ### General - [ARCs:specs:arc-0028](taxonomy/ARCs:specs:arc-0028.md): --- ### General - [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 ### General - [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 ### General - [algokit:utils:typescript:capabilities:dispenser-client](taxonomy/algokit:utils:typescript:capabilities:dispenser-client.md): TestNet Dispenser Client ### General - [puya:python:testing:docs:coverage](taxonomy/puya:python:testing:docs:coverage.md): Coverage ### General - [SDKs:javascript:modules:indexerModels](taxonomy/SDKs:javascript:modules:indexerModels.md): [algosdk](../README.md) / [Exports](../modules.md) / indexerModels ### General - [SDKs:javascript:classes:modelsv2.SimulateResponse](taxonomy/SDKs:javascript:classes:modelsv2.SimulateResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / SimulateResponse ### General - [puya:src:puyapy:_vendor:mypy:typeshed:stdlib:_typeshed:README](taxonomy/puya:src:puyapy:_vendor:mypy:typeshed:stdlib:_typeshed:README.md): Utility types for typeshed ### General - [algokit:cli:features:init](taxonomy/algokit:cli:features:init.md): AlgoKit Init ### General - [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 ### General - [ARCs:specs:arc-0069](taxonomy/ARCs:specs:arc-0069.md): --- ### General - [developer:docs:get-started:basics:what_is_blockchain](taxonomy/developer:docs:get-started:basics:what_is_blockchain.md): ### General - [SDKs:javascript:classes:AtomicTransactionComposer](taxonomy/SDKs:javascript:classes:AtomicTransactionComposer.md): [algosdk](../README.md) / [Exports](../modules.md) / AtomicTransactionComposer ### General - [SDKs:javascript:interfaces:Account](taxonomy/SDKs:javascript:interfaces:Account.md): [algosdk](../README.md) / [Exports](../modules.md) / Account ### General - [developer:python:code:example:defi:marketplace](taxonomy/developer:python:code:example:defi:marketplace.md): ### General - [puya:docs:language-guide](taxonomy/puya:docs:language-guide.md): Language Guide ### General - [puya:docs:index](taxonomy/puya:docs:index.md): Algorand Python ### General - [index](taxonomy/index.md): Algorand Knowledge Index ### General - [algokit:cli:features:project:run](taxonomy/algokit:cli:features:project:run.md): AlgoKit Project Run ### General - [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 ### General - [SDKs:javascript:classes:modelsv2.BlockHashResponse](taxonomy/SDKs:javascript:classes:modelsv2.BlockHashResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / BlockHashResponse ### General - [SDKs:javascript:classes:indexerModels.AssetResponse](taxonomy/SDKs:javascript:classes:indexerModels.AssetResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / AssetResponse ### General - [developer:docs:rest-apis:restendpoints](taxonomy/developer:docs:rest-apis:restendpoints.md): ### General - [developer:docs:clis:goal:wallet:new](taxonomy/developer:docs:clis:goal:wallet:new.md): title: goal wallet new ### General - [SDKs:javascript:classes:modelsv2.DryrunTxnResult](taxonomy/SDKs:javascript:classes:modelsv2.DryrunTxnResult.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / DryrunTxnResult ### General - [SDKs:javascript:classes:indexerModels.AssetBalancesResponse](taxonomy/SDKs:javascript:classes:indexerModels.AssetBalancesResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / AssetBalancesResponse ### General - [ARCs:assets:arc-0034:TemplateForm](taxonomy/ARCs:assets:arc-0034:TemplateForm.md): --- ### General - [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 ### General - [SDKs:javascript:classes:indexerModels.EvalDeltaKeyValue](taxonomy/SDKs:javascript:classes:indexerModels.EvalDeltaKeyValue.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / EvalDeltaKeyValue ### General - [SDKs:javascript:classes:modelsv2.AssetHoldingReference](taxonomy/SDKs:javascript:classes:modelsv2.AssetHoldingReference.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / AssetHoldingReference ### General - [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 ### General - [developer:docs:clis:algokey:part:reparent](taxonomy/developer:docs:clis:algokey:part:reparent.md): title: algokey part reparent ### General - [puya:python:testing:docs:testing-guide:contract-testing](taxonomy/puya:python:testing:docs:testing-guide:contract-testing.md): Smart Contract Testing ### General - [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 ### General - [developer:python:code:example:defi:auction](taxonomy/developer:python:code:example:defi:auction.md): ### General - [algokit:utils:typescript:code:modules:types_transfer](taxonomy/algokit:utils:typescript:code:modules:types_transfer.md): [@algorandfoundation/algokit-utils](../README.md) / types/transfer ### General - [algokit:utils:typescript:code:modules:types_config](taxonomy/algokit:utils:typescript:code:modules:types_config.md): [@algorandfoundation/algokit-utils](../README.md) / types/config ### General - [liquid-auth:README](taxonomy/liquid-auth:README.md): Algorand Authentication Service ### General - [algokit:README](taxonomy/algokit:README.md): <div align="center"> ### General - [SDKs:javascript:interfaces:BaseHTTPClientResponse](taxonomy/SDKs:javascript:interfaces:BaseHTTPClientResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / BaseHTTPClientResponse ### General - [developer:docs:details:stateproofs:index](taxonomy/developer:docs:details:stateproofs:index.md): title: Algorand State Proofs Overview ### General - [developer:docs:clis:conduit:list:processors](taxonomy/developer:docs:clis:conduit:list:processors.md): title: conduit list processors ### General - [ARCs:specs:arc-0078](taxonomy/ARCs:specs:arc-0078.md): --- ### General - [SDKs:javascript:classes:modelsv2.LedgerStateDeltaForTransactionGroup](taxonomy/SDKs:javascript:classes:modelsv2.LedgerStateDeltaForTransactionGroup.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / LedgerStateDeltaForTransactionGroup ### General - [liquid-auth:decisions:3-Peer-to-Peer-Signaling](taxonomy/liquid-auth:decisions:3-Peer-to-Peer-Signaling.md): Overview ### General - [SDKs:javascript:interfaces:CustomTokenHeader](taxonomy/SDKs:javascript:interfaces:CustomTokenHeader.md): [algosdk](../README.md) / [Exports](../modules.md) / CustomTokenHeader ### General - [SDKs:javascript:classes:indexerModels.StateSchema](taxonomy/SDKs:javascript:classes:indexerModels.StateSchema.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / StateSchema ### General - [developer:python:code:example:hello_world](taxonomy/developer:python:code:example:hello_world.md): Hello World Smart Contract ### General - [developer:docs:details:parameter_tables](taxonomy/developer:docs:details:parameter_tables.md): title: Algorand parameter tables ### General - [SDKs:javascript:classes:modelsv2.SimulateTraceConfig](taxonomy/SDKs:javascript:classes:modelsv2.SimulateTraceConfig.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / SimulateTraceConfig ### General - [algokit:cli:features:dispenser](taxonomy/algokit:cli:features:dispenser.md): AlgoKit TestNet Dispenser ### General - [developer:docs:sdks:index](taxonomy/developer:docs:sdks:index.md): ### General - [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 ### General - [puya:docs:lg-modules](taxonomy/puya:docs:lg-modules.md): Module level constructs ### General - [liquid-auth:decisions:1-Service-Authentication](taxonomy/liquid-auth:decisions:1-Service-Authentication.md): Overview ### General - [SDKs:javascript:classes:Algodv2](taxonomy/SDKs:javascript:classes:Algodv2.md): [algosdk](../README.md) / [Exports](../modules.md) / Algodv2 ### General - [ARCs:assets:arc-0012:README](taxonomy/ARCs:assets:arc-0012:README.md): ARC12 Contracts ### General - [puya:python:testing:docs:testing-guide:avm-types](taxonomy/puya:python:testing:docs:testing-guide:avm-types.md): AVM Types ### General - [puya:docs:principles](taxonomy/puya:docs:principles.md): Principles & Background ### General - [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 ### General - [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 ### General - [algokit:cli:tutorials:algokit-template](taxonomy/algokit:cli:tutorials:algokit-template.md): Creating AlgoKit Templates ### General - [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 ### General - [liquid-auth:services:liquid-auth-api-js:src:assertion:assertion.controller.post.request](taxonomy/liquid-auth:services:liquid-auth-api-js:src:assertion:assertion.controller.post.request.md): POST Assertion Request ### General - [SDKs:javascript:classes:indexerModels.Application](taxonomy/SDKs:javascript:classes:indexerModels.Application.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / Application ### General - [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 ### General - [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 ### General - [algokit:cli:features:generate](taxonomy/algokit:cli:features:generate.md): AlgoKit Generate ### General - [algokit:utils:typescript:code:modules:types_amount](taxonomy/algokit:utils:typescript:code:modules:types_amount.md): [@algorandfoundation/algokit-utils](../README.md) / types/amount ### General - [SDKs:javascript:classes:indexerModels.TransactionSignatureMultisigSubsignature](taxonomy/SDKs:javascript:classes:indexerModels.TransactionSignatureMultisigSubsignature.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / TransactionSignatureMultisigSubsignature ### General - [developer:docs:details:algorand-networks:betanet](taxonomy/developer:docs:details:algorand-networks:betanet.md): title: BetaNet 🔷 ### General - [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 ### General - [puya:typescript:docs:architecture-decisions:2024-05-21_primitive-integer-types](taxonomy/puya:typescript:docs:architecture-decisions:2024-05-21_primitive-integer-types.md): Architecture Decision Record - Primitive integer types ### General - [SDKs:javascript:classes:indexerModels.BoxesResponse](taxonomy/SDKs:javascript:classes:indexerModels.BoxesResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / BoxesResponse ### General - [developer:docs:details:atc](taxonomy/developer:docs:details:atc.md): title: Atomic Transaction Composer ### General - [SDKs:javascript:classes:SourceMap](taxonomy/SDKs:javascript:classes:SourceMap.md): [algosdk](../README.md) / [Exports](../modules.md) / SourceMap ### General - [algokit:cli:features:project:link](taxonomy/algokit:cli:features:project:link.md): AlgoKit Project Link Command ### General - [SDKs:javascript:classes:modelsv2.ApplicationStateOperation](taxonomy/SDKs:javascript:classes:modelsv2.ApplicationStateOperation.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / ApplicationStateOperation ### General - [SDKs:javascript:classes:indexerModels.Box](taxonomy/SDKs:javascript:classes:indexerModels.Box.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / Box ### General - [SDKs:javascript:classes:modelsv2.SupplyResponse](taxonomy/SDKs:javascript:classes:modelsv2.SupplyResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / SupplyResponse ### General - [liquid-auth:services:liquid-auth-api-js:src:auth:auth.controller.get.user](taxonomy/liquid-auth:services:liquid-auth-api-js:src:auth:auth.controller.get.user.md): ### General - [SDKs:python:algosdk:v2client:harness:README](taxonomy/SDKs:python:algosdk:v2client:harness:README.md): Client V2 models ### General - [algokit:utils:python:markdown:capabilities:account](taxonomy/algokit:utils:python:markdown:capabilities:account.md): Account management ### General - [SDKs:javascript:classes:modelsv2.ApplicationStateSchema](taxonomy/SDKs:javascript:classes:modelsv2.ApplicationStateSchema.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / ApplicationStateSchema ### General - [SDKs:javascript:classes:modelsv2.AccountStateDelta](taxonomy/SDKs:javascript:classes:modelsv2.AccountStateDelta.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / AccountStateDelta ### General - [puya:typescript:docs:architecture-decisions:2024-05-21_primitive-bytes-and-strings](taxonomy/puya:typescript:docs:architecture-decisions:2024-05-21_primitive-bytes-and-strings.md): Architecture Decision Record - Primitive bytes and strings ### General - [liquid-auth:docs:server:integrations](taxonomy/liquid-auth:docs:server:integrations.md): --- ### General - [SDKs:javascript:classes:indexerModels.ErrorResponse](taxonomy/SDKs:javascript:classes:indexerModels.ErrorResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / ErrorResponse ### General - [SDKs:javascript:classes:modelsv2.EvalDelta](taxonomy/SDKs:javascript:classes:modelsv2.EvalDelta.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / EvalDelta ### General - [SDKs:javascript:classes:modelsv2.Version](taxonomy/SDKs:javascript:classes:modelsv2.Version.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / Version ### General - [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 ### General - [developer:python:code:example:box_storage](taxonomy/developer:python:code:example:box_storage.md): Box Storage in Algorand Smart Contracts ### General - [developer:docs:details:dapps:smart-contracts:apps:index](taxonomy/developer:docs:details:dapps:smart-contracts:apps:index.md): title: Overview ### General - [puya:docs:lg-structure](taxonomy/puya:docs:lg-structure.md): Program structure ### General - [ARCs:specs:arc-0048](taxonomy/ARCs:specs:arc-0048.md): --- ### General - [SDKs:javascript:classes:indexerModels.ApplicationParams](taxonomy/SDKs:javascript:classes:indexerModels.ApplicationParams.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / ApplicationParams ### General - [SDKs:javascript:classes:modelsv2.DisassembleResponse](taxonomy/SDKs:javascript:classes:modelsv2.DisassembleResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / DisassembleResponse ### General - [ARCs:specs:arc-0019](taxonomy/ARCs:specs:arc-0019.md): --- ### General - [algokit:cli:features:tasks:wallet](taxonomy/algokit:cli:features:tasks:wallet.md): AlgoKit Task Wallet ### General - [puya:docs:lg-logs](taxonomy/puya:docs:lg-logs.md): Logging ### General - [puya:docs:algopy_testing:index](taxonomy/puya:docs:algopy_testing:index.md): Algorand Python Testing ### General - [SDKs:javascript:classes:ABIType](taxonomy/SDKs:javascript:classes:ABIType.md): [algosdk](../README.md) / [Exports](../modules.md) / ABIType ### General - [SDKs:javascript:classes:modelsv2.TealValue](taxonomy/SDKs:javascript:classes:modelsv2.TealValue.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / TealValue ### General - [docs:scripts:README](taxonomy/docs:scripts:README.md): ### General - [SDKs:javascript:interfaces:KMDTokenHeader](taxonomy/SDKs:javascript:interfaces:KMDTokenHeader.md): [algosdk](../README.md) / [Exports](../modules.md) / KMDTokenHeader ### General - [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 ### General - [SDKs:javascript:classes:modelsv2.AssetHolding](taxonomy/SDKs:javascript:classes:modelsv2.AssetHolding.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / AssetHolding ### General - [SDKs:javascript:interfaces:ABIMethodArgParams](taxonomy/SDKs:javascript:interfaces:ABIMethodArgParams.md): [algosdk](../README.md) / [Exports](../modules.md) / ABIMethodArgParams ### General - [algokit:cli:features:config](taxonomy/algokit:cli:features:config.md): AlgoKit Config ### General - [SDKs:javascript:classes:indexerModels.AssetsResponse](taxonomy/SDKs:javascript:classes:indexerModels.AssetsResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / AssetsResponse ### General - [SDKs:javascript:classes:indexerModels.TransactionStateProof](taxonomy/SDKs:javascript:classes:indexerModels.TransactionStateProof.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / TransactionStateProof ### General - [ARCs:specs:arc-0009](taxonomy/ARCs:specs:arc-0009.md): --- ### General - [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 ### General - [algokit:utils:typescript:code:README](taxonomy/algokit:utils:typescript:code:README.md): @algorandfoundation/algokit-utils ### General - [SDKs:javascript:classes:indexerModels.EvalDelta](taxonomy/SDKs:javascript:classes:indexerModels.EvalDelta.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / EvalDelta ### General - [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 ### General - [developer:docs:details:dapps:avm:index](taxonomy/developer:docs:details:dapps:avm:index.md): title: AVM ### General - [puya:python:testing:README](taxonomy/puya:python:testing:README.md): <div align="center"> ### General - [algokit:utils:typescript:capabilities:client](taxonomy/algokit:utils:typescript:capabilities:client.md): Client management ### General - [developer:docs:clis:indexer:api-config](taxonomy/developer:docs:clis:indexer:api-config.md): title: indexer api-config ### General - [SDKs:javascript:interfaces:ABIMethodParams](taxonomy/SDKs:javascript:interfaces:ABIMethodParams.md): [algosdk](../README.md) / [Exports](../modules.md) / ABIMethodParams ### General - [puya:src:puyapy:awst_build:README](taxonomy/puya:src:puyapy:awst_build:README.md): Architecture ### General - [developer:docs:run-a-node:setup:types](taxonomy/developer:docs:run-a-node:setup:types.md): title: Algorand node types ### General - [algokit:lora:README](taxonomy/algokit:lora:README.md): <div align="center"> ### General - [developer:docs:clis:diagcfg:telemetry:disable](taxonomy/developer:docs:clis:diagcfg:telemetry:disable.md): title: diagcfg telemetry disable ### General - [SDKs:javascript:classes:indexerModels.TealValue](taxonomy/SDKs:javascript:classes:indexerModels.TealValue.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / TealValue ### General - [liquid-auth:decisions:2-Bidirectional-Communication](taxonomy/liquid-auth:decisions:2-Bidirectional-Communication.md): Overview ### General - [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 ### General - [liquid-auth:VISION](taxonomy/liquid-auth:VISION.md): Overview ### General - [algokit:utils:python:source:index](taxonomy/algokit:utils:python:source:index.md): AlgoKit Python Utilities ### General - [SDKs:javascript:classes:modelsv2.PostTransactionsResponse](taxonomy/SDKs:javascript:classes:modelsv2.PostTransactionsResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / PostTransactionsResponse ### General - [ARCs:specs:arc-0012](taxonomy/ARCs:specs:arc-0012.md): --- ### General - [algokit:cli:features:project:bootstrap](taxonomy/algokit:cli:features:project:bootstrap.md): AlgoKit Project Bootstrap ### General - [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 ### General - [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 ### General - [SDKs:javascript:classes:modelsv2.ApplicationLocalReference](taxonomy/SDKs:javascript:classes:modelsv2.ApplicationLocalReference.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / ApplicationLocalReference ### General - [SDKs:python:README](taxonomy/SDKs:python:README.md): py-algorand-sdk ### General - [ARCs:specs:arc-0026](taxonomy/ARCs:specs:arc-0026.md): --- ### General - [developer:docs:clis:indexer:util:util](taxonomy/developer:docs:clis:indexer:util:util.md): title: indexer util ### General - [ARCs:pages:nfts](taxonomy/ARCs:pages:nfts.md): --- ### General - [SDKs:javascript:classes:indexerModels.TransactionSignatureLogicsig](taxonomy/SDKs:javascript:classes:indexerModels.TransactionSignatureLogicsig.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / TransactionSignatureLogicsig ### General - [clis_index](taxonomy/clis_index.md): List Documentation Index ### General - [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 ### General - [algokit:utils:python:source:capabilities:debugger](taxonomy/algokit:utils:python:source:capabilities:debugger.md): Debugger ### General - [docs:README](taxonomy/docs:README.md): ### General - [SDKs:javascript:classes:indexerModels.HashFactory](taxonomy/SDKs:javascript:classes:indexerModels.HashFactory.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / HashFactory ### General - [puya:docs:lg-compile](taxonomy/puya:docs:lg-compile.md): Compiling to AVM bytecode ### General - [SDKs:javascript:classes:modelsv2.BlockLogsResponse](taxonomy/SDKs:javascript:classes:modelsv2.BlockLogsResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / BlockLogsResponse ### General - [SDKs:javascript:interfaces:BoxReference](taxonomy/SDKs:javascript:interfaces:BoxReference.md): [algosdk](../README.md) / [Exports](../modules.md) / BoxReference ### General - [SDKs:javascript:interfaces:EncodedMultisig](taxonomy/SDKs:javascript:interfaces:EncodedMultisig.md): [algosdk](../README.md) / [Exports](../modules.md) / EncodedMultisig ### General - [developer:docs:details:dapps:avm:teal:guidelines](taxonomy/developer:docs:details:dapps:avm:teal:guidelines.md): title: Guidelines ### General - [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 ### General - [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 ### General - [algokit:utils:typescript:capabilities:amount](taxonomy/algokit:utils:typescript:capabilities:amount.md): Algo amount handling ### General - [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 ### General - [SDKs:javascript:interfaces:EncodedBoxReference](taxonomy/SDKs:javascript:interfaces:EncodedBoxReference.md): [algosdk](../README.md) / [Exports](../modules.md) / EncodedBoxReference ### General - [SDKs:javascript:classes:ABIBoolType](taxonomy/SDKs:javascript:classes:ABIBoolType.md): [algosdk](../README.md) / [Exports](../modules.md) / ABIBoolType ### General - [developer:docs:clis:diagcfg:metric:disable](taxonomy/developer:docs:clis:diagcfg:metric:disable.md): title: diagcfg metric disable ### General - [developer:docs:clis:conduit:list:exporters](taxonomy/developer:docs:clis:conduit:list:exporters.md): title: conduit list exporters ### General - [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 ### General - [developer:docs:details:dapps:avm:teal:opcodes:v1](taxonomy/developer:docs:details:dapps:avm:teal:opcodes:v1.md): title: v1 Opcodes ### General - [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 ### General - [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 ### General - [developer:docs:get-started:basics:why_algorand](taxonomy/developer:docs:get-started:basics:why_algorand.md): ### General - [algokit:utils:python:source:capabilities:transfer](taxonomy/algokit:utils:python:source:capabilities:transfer.md): Algo transfers ### General - [developer:docs:details:dapps:writing-contracts:pyteal](taxonomy/developer:docs:details:dapps:writing-contracts:pyteal.md): title: PyTeal ### General - [developer:docs:clis:goal:node:restart](taxonomy/developer:docs:clis:goal:node:restart.md): title: goal node restart ### General - [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 ### General - [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 ### General - [developer:docs:details:algorand_consensus](taxonomy/developer:docs:details:algorand_consensus.md): title: Algorand consensus ### General - [SDKs:javascript:classes:indexerModels.TransactionAssetConfig](taxonomy/SDKs:javascript:classes:indexerModels.TransactionAssetConfig.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / TransactionAssetConfig ### General - [puya:python:testing:docs:faq](taxonomy/puya:python:testing:docs:faq.md): FAQ ### General - [developer:docs:details:stateproofs:light_client](taxonomy/developer:docs:details:stateproofs:light_client.md): title: How To Build An Algorand Light Client - With State Proofs ### General - [SDKs:javascript:classes:modelsv2.SimulateRequest](taxonomy/SDKs:javascript:classes:modelsv2.SimulateRequest.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / SimulateRequest ### General - [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 ### General - [algokit:cli:architecture-decisions:2023-06-06_frontend-templates](taxonomy/algokit:cli:architecture-decisions:2023-06-06_frontend-templates.md): Frontend Templates ### General - [ARCs:specs:arc-0036](taxonomy/ARCs:specs:arc-0036.md): --- ### General - [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 ### General - [puya:python:testing:docs:testing-guide:subroutines](taxonomy/puya:python:testing:docs:testing-guide:subroutines.md): Subroutines ### General - [SDKs:javascript:classes:ABITupleType](taxonomy/SDKs:javascript:classes:ABITupleType.md): [algosdk](../README.md) / [Exports](../modules.md) / ABITupleType ### General - [developer:python:code:example:local_storage](taxonomy/developer:python:code:example:local_storage.md): Local Storage in Algorand Smart Contracts ### General - [SDKs:javascript:interfaces:ABIResult](taxonomy/SDKs:javascript:interfaces:ABIResult.md): [algosdk](../README.md) / [Exports](../modules.md) / ABIResult ### General - [ARCs:specs:arc-0002](taxonomy/ARCs:specs:arc-0002.md): --- ### General - [puya:docs:lg-storage](taxonomy/puya:docs:lg-storage.md): Storing data on-chain ### General - [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 ### General - [ARCs:specs:arc-0073](taxonomy/ARCs:specs:arc-0073.md): --- ### General - [liquid-auth:SEQUENCE](taxonomy/liquid-auth:SEQUENCE.md): ### General - [developer:docs:clis:algokey:part:part](taxonomy/developer:docs:clis:algokey:part:part.md): title: algokey part ### General - [ARCs:specs:arc-0022](taxonomy/ARCs:specs:arc-0022.md): --- ### General - [SDKs:javascript:classes:indexerModels.StateProofParticipant](taxonomy/SDKs:javascript:classes:indexerModels.StateProofParticipant.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / StateProofParticipant ### General - [ARCs:specs:arc-0200](taxonomy/ARCs:specs:arc-0200.md): --- ### General - [developer:docs:details:technical_faq](taxonomy/developer:docs:details:technical_faq.md): title: Technical FAQ ### General - [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 ### General - [developer:docs:clis:algokey:part:info](taxonomy/developer:docs:clis:algokey:part:info.md): title: algokey part info ### General - [ARCs:specs:arc-0016](taxonomy/ARCs:specs:arc-0016.md): --- ### General - [developer:docs:details:dapps:smart-contracts:apps:create](taxonomy/developer:docs:details:dapps:smart-contracts:apps:create.md): Title: Creation ### General - [ARCs:specs:arc-0047](taxonomy/ARCs:specs:arc-0047.md): --- ### General - [SDKs:javascript:interfaces:AlgodTokenHeader](taxonomy/SDKs:javascript:interfaces:AlgodTokenHeader.md): [algosdk](../README.md) / [Exports](../modules.md) / AlgodTokenHeader ### General - [puya:python:testing:docs:testing-guide:arc4-types](taxonomy/puya:python:testing:docs:testing-guide:arc4-types.md): ARC4 Types ### General - [algokit:utils:python:source:capabilities:account](taxonomy/algokit:utils:python:source:capabilities:account.md): Account management ### General - [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 ### General - [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 ### General - [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 ### General - [SDKs:javascript:enums:IntDecoding](taxonomy/SDKs:javascript:enums:IntDecoding.md): [algosdk](../README.md) / [Exports](../modules.md) / IntDecoding ### General - [developer:docs:details:indexer](taxonomy/developer:docs:details:indexer.md): title: Indexer ### General - [developer:python:code:example:control_flow](taxonomy/developer:python:code:example:control_flow.md): Control Flow in Algorand Smart Contracts ### General - [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 ### General - [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 ### General - [SDKs:javascript:enums:ABITransactionType](taxonomy/SDKs:javascript:enums:ABITransactionType.md): [algosdk](../README.md) / [Exports](../modules.md) / ABITransactionType ### General - [developer:docs:get-started:algokit](taxonomy/developer:docs:get-started:algokit.md): ### General - [SDKs:javascript:interfaces:EncodedSubsig](taxonomy/SDKs:javascript:interfaces:EncodedSubsig.md): [algosdk](../README.md) / [Exports](../modules.md) / EncodedSubsig ### General - [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 ### General - [SDKs:javascript:classes:indexerModels.Account](taxonomy/SDKs:javascript:classes:indexerModels.Account.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / Account ### General - [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 ### General - [SDKs:javascript:classes:indexerModels.BoxDescriptor](taxonomy/SDKs:javascript:classes:indexerModels.BoxDescriptor.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / BoxDescriptor ### General - [developer:docs:clis:goal:node:wait](taxonomy/developer:docs:clis:goal:node:wait.md): title: goal node wait ### General - [SDKs:javascript:interfaces:ABIMethodReturnParams](taxonomy/SDKs:javascript:interfaces:ABIMethodReturnParams.md): [algosdk](../README.md) / [Exports](../modules.md) / ABIMethodReturnParams ### General - [puya:docs:compiler](taxonomy/puya:docs:compiler.md): PuyaPy compiler ### General - [developer:docs:details:dapps:writing-contracts:python](taxonomy/developer:docs:details:dapps:writing-contracts:python.md): title: Python ### General - [ARCs:assets:arc-0062:README](taxonomy/ARCs:assets:arc-0062:README.md): ARC-62 Reference Implementation ### General - [developer:docs:details:dapps:avm:teal:opcodes:v5](taxonomy/developer:docs:details:dapps:avm:teal:opcodes:v5.md): title: v5 Opcodes ### General - [liquid-auth:ARCHITECTURE](taxonomy/liquid-auth:ARCHITECTURE.md): Overview ### General - [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 ### General - [developer:docs:clis:goal:node:stop](taxonomy/developer:docs:clis:goal:node:stop.md): title: goal node stop ### General - [developer:docs:sdks:java:index](taxonomy/developer:docs:sdks:java:index.md): ### General - [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 ### General - [SDKs:javascript:classes:modelsv2.SimulationEvalOverrides](taxonomy/SDKs:javascript:classes:modelsv2.SimulationEvalOverrides.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / SimulationEvalOverrides ### General - [developer:docs:clis:diagcfg:telemetry:enable](taxonomy/developer:docs:clis:diagcfg:telemetry:enable.md): title: diagcfg telemetry enable ### General - [ARCs:specs:arc-0006](taxonomy/ARCs:specs:arc-0006.md): --- ### General - [developer:docs:clis:goal:node:start](taxonomy/developer:docs:clis:goal:node:start.md): title: goal node start ### General - [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 ### General - [developer:docs:details:accounts:index](taxonomy/developer:docs:details:accounts:index.md): title: Overview ### General - [ARCs:specs:arc-0032](taxonomy/ARCs:specs:arc-0032.md): --- ### General - [algokit:cli:articles:output_stability](taxonomy/algokit:cli:articles:output_stability.md): Smart Contract Output Stability ### General - [ARCs:specs:arc-0072](taxonomy/ARCs:specs:arc-0072.md): --- ### General - [devportal-code-examples:README](taxonomy/devportal-code-examples:README.md): ### General - [ARCs:specs:arc-0023](taxonomy/ARCs:specs:arc-0023.md): --- ### General - [puya:docs:lg-opcode-budget](taxonomy/puya:docs:lg-opcode-budget.md): Opcode budgets ### General - [SDKs:javascript:classes:ABIArrayStaticType](taxonomy/SDKs:javascript:classes:ABIArrayStaticType.md): [algosdk](../README.md) / [Exports](../modules.md) / ABIArrayStaticType ### General - [developer:docs:details:ethereum_to_algorand](taxonomy/developer:docs:details:ethereum_to_algorand.md): title: From Ethereum to Algorand ### General - [developer:docs:clis:tealdbg:debug](taxonomy/developer:docs:clis:tealdbg:debug.md): title: tealdbg debug ### General - [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 ### General - [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 ### General - [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 ### General - [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 ### General - [algokit:cli:features:tasks:analyze](taxonomy/algokit:cli:features:tasks:analyze.md): AlgoKit Task Analyze ### General - [developer:docs:details:dapps:smart-contracts:smartsigs:walkthrough](taxonomy/developer:docs:details:dapps:smart-contracts:smartsigs:walkthrough.md): title: CLI smart signatures ### General - [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 ### General - [algokit:cli:tutorials:intro](taxonomy/algokit:cli:tutorials:intro.md): AlgoKit Quick Start Tutorial ### General - [SDKs:javascript:classes:indexerModels.ApplicationResponse](taxonomy/SDKs:javascript:classes:indexerModels.ApplicationResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / ApplicationResponse ### General - [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 ### General - [developer:docs:details:conduit](taxonomy/developer:docs:details:conduit.md): title: Conduit ### General - [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 ### General - [algokit:utils:python:markdown:capabilities:debugger](taxonomy/algokit:utils:python:markdown:capabilities:debugger.md): Debugger ### General - [algokit:utils:typescript:code:modules:index](taxonomy/algokit:utils:typescript:code:modules:index.md): [@algorandfoundation/algokit-utils](../README.md) / index ### General - [developer:python:code:example:scratch_storage](taxonomy/developer:python:code:example:scratch_storage.md): Scratch Storage in Algorand Smart Contracts ### General - [SDKs:javascript:enums:TransactionType](taxonomy/SDKs:javascript:enums:TransactionType.md): [algosdk](../README.md) / [Exports](../modules.md) / TransactionType ### General - [SDKs:javascript:classes:modelsv2.LightBlockHeaderProof](taxonomy/SDKs:javascript:classes:modelsv2.LightBlockHeaderProof.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / LightBlockHeaderProof ### General - [SDKs:python:examples:README](taxonomy/SDKs:python:examples:README.md): Algorand Python SDK Examples ### General - [algokit:utils:python:markdown:capabilities:transfer](taxonomy/algokit:utils:python:markdown:capabilities:transfer.md): Algo transfers ### General - [developer:docs:details:dapps:avm:teal:index](taxonomy/developer:docs:details:dapps:avm:teal:index.md): title: The smart contract language ### General - [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 ### General - [developer:docs:details:dapps:smart-contracts:apps:innertx](taxonomy/developer:docs:details:dapps:smart-contracts:apps:innertx.md): title: Inner transactions ### General - [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 ### General - [developer:docs:details:dapps:avm:teal:opcodes:v4](taxonomy/developer:docs:details:dapps:avm:teal:opcodes:v4.md): title: v4 Opcodes ### General - [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 ### General - [SDKs:javascript:interfaces:ABIContractNetworkInfo](taxonomy/SDKs:javascript:interfaces:ABIContractNetworkInfo.md): [algosdk](../README.md) / [Exports](../modules.md) / ABIContractNetworkInfo ### General - [SDKs:javascript:classes:indexerModels.AccountResponse](taxonomy/SDKs:javascript:classes:indexerModels.AccountResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / AccountResponse ### General - [SDKs:javascript:classes:ABIUfixedType](taxonomy/SDKs:javascript:classes:ABIUfixedType.md): [algosdk](../README.md) / [Exports](../modules.md) / ABIUfixedType ### General - [liquid-auth:services:liquid-auth-api-js:src:assertion:assertion.controller.post.response](taxonomy/liquid-auth:services:liquid-auth-api-js:src:assertion:assertion.controller.post.response.md): POST Assertion Response ### General - [developer:python:code:example:defi:htlc_logicsig](taxonomy/developer:python:code:example:defi:htlc_logicsig.md): ### General - [developer:docs:details:dapps:smart-contracts:ABI:index](taxonomy/developer:docs:details:dapps:smart-contracts:ABI:index.md): title: ABI details ### General - [ARCs:specs:arc-0056](taxonomy/ARCs:specs:arc-0056.md): --- ### General - [ARCs:specs:arc-0007](taxonomy/ARCs:specs:arc-0007.md): --- ### General - [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 ### General - [developer:docs:details:algorand-networks:mainnet](taxonomy/developer:docs:details:algorand-networks:mainnet.md): title: MainNet ### General - [SDKs:javascript:classes:modelsv2.AvmKeyValue](taxonomy/SDKs:javascript:classes:modelsv2.AvmKeyValue.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / AvmKeyValue ### General - [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 ### General - [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 ### General - [algokit:cli:features:tasks:ipfs](taxonomy/algokit:cli:features:tasks:ipfs.md): AlgoKit Task IPFS ### General - [docs:.walletconnect:walletconnect-schema](taxonomy/docs:.walletconnect:walletconnect-schema.md): ### General - [liquid-auth:docs:README](taxonomy/liquid-auth:docs:README.md): Starlight Starter Kit: Basics ### General - [ARCs:README](taxonomy/ARCs:README.md): ARCs: Algorand Requests for Comments ### General - [SDKs:javascript:classes:ABIStringType](taxonomy/SDKs:javascript:classes:ABIStringType.md): [algosdk](../README.md) / [Exports](../modules.md) / ABIStringType ### General - [ARCs:specs:arc-0033](taxonomy/ARCs:specs:arc-0033.md): --- ### General - [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 ### General - [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 ### General - [developer:docs:details:dapps:avm:teal:jsonspec](taxonomy/developer:docs:details:dapps:avm:teal:jsonspec.md): <!-- markdownlint-disable MD024 --> ### General - [ARCs:specs:arc-0062](taxonomy/ARCs:specs:arc-0062.md): --- ### General - [ARCs:specs:arc-0042](taxonomy/ARCs:specs:arc-0042.md): --- ### General - [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 ### General - [developer:python:code:example:self_payment](taxonomy/developer:python:code:example:self_payment.md): Self Payment Logic Signatures in Algorand ### General - [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 ### General - [puya:python:testing:docs:testing-guide:transactions](taxonomy/puya:python:testing:docs:testing-guide:transactions.md): Transactions ### General - [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 ### General - [developer:python:code:example:nft:proof_of_attendance](taxonomy/developer:python:code:example:nft:proof_of_attendance.md): ### General - [SDKs:javascript:classes:modelsv2.SimulateInitialStates](taxonomy/SDKs:javascript:classes:modelsv2.SimulateInitialStates.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / SimulateInitialStates ### General - [ARCs:specs:arc-0076](taxonomy/ARCs:specs:arc-0076.md): --- ### General - [developer:docs:run-a-node:reference:artifacts](taxonomy/developer:docs:run-a-node:reference:artifacts.md): title: Node artifacts ### General - [SDKs:javascript:classes:indexerModels.StateProofReveal](taxonomy/SDKs:javascript:classes:indexerModels.StateProofReveal.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / StateProofReveal ### General - [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 ### General - [SDKs:javascript:interfaces:EncodedLogicSigAccount](taxonomy/SDKs:javascript:interfaces:EncodedLogicSigAccount.md): [algosdk](../README.md) / [Exports](../modules.md) / EncodedLogicSigAccount ### General - [SDKs:javascript:classes:Indexer](taxonomy/SDKs:javascript:classes:Indexer.md): [algosdk](../README.md) / [Exports](../modules.md) / Indexer ### General - [algokit:utils:typescript:capabilities:transfer](taxonomy/algokit:utils:typescript:capabilities:transfer.md): Algo transfers (payments) ### General - [SDKs:javascript:classes:indexerModels.ApplicationLocalStatesResponse](taxonomy/SDKs:javascript:classes:indexerModels.ApplicationLocalStatesResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / ApplicationLocalStatesResponse ### General - [algokit:cli:features:tasks:mint](taxonomy/algokit:cli:features:tasks:mint.md): AlgoKit Task Mint ### General - [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 ### General - [SDKs:javascript:classes:modelsv2.GetBlockTimeStampOffsetResponse](taxonomy/SDKs:javascript:classes:modelsv2.GetBlockTimeStampOffsetResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / GetBlockTimeStampOffsetResponse ### General - [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 ### General - [developer:python:code:example:struct_in_box](taxonomy/developer:python:code:example:struct_in_box.md): Structs in Box Storage for Algorand Smart Contracts ### General - [SDKs:javascript:classes:indexerModels.Asset](taxonomy/SDKs:javascript:classes:indexerModels.Asset.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / Asset ### General - [liquid-auth:docs:introduction](taxonomy/liquid-auth:docs:introduction.md): --- ### General - [developer:python:code:example:global_storage](taxonomy/developer:python:code:example:global_storage.md): Global Storage in Algorand Smart Contracts ### General - [developer:docs:clis:tealdbg:remote](taxonomy/developer:docs:clis:tealdbg:remote.md): title: tealdbg remote ### General - [SDKs:javascript:classes:indexerModels.StateProofSigSlot](taxonomy/SDKs:javascript:classes:indexerModels.StateProofSigSlot.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / StateProofSigSlot ### General - [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 ### General - [SDKs:javascript:FAQ](taxonomy/SDKs:javascript:FAQ.md): Frequently Asked Questions ### General - [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 ### General - [developer:docs:clis:diagcfg:telemetry:status](taxonomy/developer:docs:clis:diagcfg:telemetry:status.md): title: diagcfg telemetry status ### General - [SDKs:javascript:interfaces:ABIContractNetworks](taxonomy/SDKs:javascript:interfaces:ABIContractNetworks.md): [algosdk](../README.md) / [Exports](../modules.md) / ABIContractNetworks ### General - [developer:python:code:example:transactions](taxonomy/developer:python:code:example:transactions.md): ### General - [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 ### General - [algokit:cli:features:tasks:opt](taxonomy/algokit:cli:features:tasks:opt.md): AlgoKit Task Asset opt-(in|out) ### General - [ARCs:pages:wallets](taxonomy/ARCs:pages:wallets.md): --- ### General - [liquid-auth:services:liquid-auth-api-js:src:attestation:attestation.controller.post.request](taxonomy/liquid-auth:services:liquid-auth-api-js:src:attestation:attestation.controller.post.request.md): TITLE ### General - [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 ### General - [developer:docs:clis:diagcfg:telemetry:endpoint](taxonomy/developer:docs:clis:diagcfg:telemetry:endpoint.md): title: diagcfg telemetry endpoint ### General - [algokit:utils:typescript:code:modules:types_app](taxonomy/algokit:utils:typescript:code:modules:types_app.md): [@algorandfoundation/algokit-utils](../README.md) / types/app ### General - [ARCs:specs:arc-0003](taxonomy/ARCs:specs:arc-0003.md): --- ### General - [developer:docs:details:dapps:writing-contracts:beaker](taxonomy/developer:docs:details:dapps:writing-contracts:beaker.md): title: Beaker ### General - [developer:docs:clis:goal:wallet:wallet](taxonomy/developer:docs:clis:goal:wallet:wallet.md): title: goal wallet ### General - [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 ### General - [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 ### General - [algokit:utils:typescript:README](taxonomy/algokit:utils:typescript:README.md): AlgoKit TypeScript Utilities ### General - [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 ```