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