#
tokens: 59734/50000 1/942 files (page 64/74)
lines: off (toggle) GitHub
raw markdown copy
This is page 64 of 74. Use http://codebase.md/goplausible/algorand-mcp?lines=false&page={x} to view the full context.

# Directory Structure

```
├── .gitignore
├── CONTRIBUTING.md
├── LICENSE
├── llms-install.md
├── llms.txt
├── package.json
├── packages
│   ├── client
│   │   ├── .env.example
│   │   ├── package.json
│   │   ├── README.md
│   │   ├── src
│   │   │   ├── env.ts
│   │   │   ├── index.ts
│   │   │   └── LocalWallet.ts
│   │   └── tsconfig.json
│   └── server
│       ├── .env.example
│       ├── API specs
│       │   ├── algod_api.json
│       │   ├── indexer_api.json
│       │   ├── mcp.json
│       │   ├── nfd_api.json
│       │   ├── ultrade_api.json
│       │   ├── vestige_api.json
│       │   └── vestige_free_api.json
│       ├── Dockerfile
│       ├── jest.config.js
│       ├── package.json
│       ├── README.md
│       ├── smithery.yaml
│       ├── src
│       │   ├── algorand-client.ts
│       │   ├── env.ts
│       │   ├── index.ts
│       │   ├── resources
│       │   │   ├── index.ts
│       │   │   ├── knowledge
│       │   │   │   ├── ARCs.txt
│       │   │   │   ├── developers-algokit-architecture-decisions.txt
│       │   │   │   ├── developers-algokit-cli.txt
│       │   │   │   ├── developers-algokit-utils-python.txt
│       │   │   │   ├── developers-algokit-utils-typescript.txt
│       │   │   │   ├── developers-clis.txt
│       │   │   │   ├── developers-details.txt
│       │   │   │   ├── developers-liquid-auth.txt
│       │   │   │   ├── developers-nodes.txt
│       │   │   │   ├── developers-puya.txt
│       │   │   │   ├── developers-python.txt
│       │   │   │   ├── developers-sdks-js.txt
│       │   │   │   ├── developers-sdks-python.txt
│       │   │   │   ├── developers-tealscript.txt
│       │   │   │   ├── developers.txt
│       │   │   │   ├── index.ts
│       │   │   │   ├── taxonomy
│       │   │   │   │   ├── algokit-cli:README.md
│       │   │   │   │   ├── algokit:cli:algokit.md
│       │   │   │   │   ├── algokit:cli:architecture-decisions:2022-11-14_sandbox-approach.md
│       │   │   │   │   ├── algokit:cli:architecture-decisions:2022-11-22_beaker-testing-strategy.md
│       │   │   │   │   ├── algokit:cli:architecture-decisions:2023-01-11_beaker_productionisation_review.md
│       │   │   │   │   ├── algokit:cli:architecture-decisions:2023-01-11_brew_install.md
│       │   │   │   │   ├── algokit:cli:architecture-decisions:2023-01-12_smart-contract-deployment.md
│       │   │   │   │   ├── algokit:cli:architecture-decisions:2023-06-06_frontend-templates.md
│       │   │   │   │   ├── algokit:cli:architecture-decisions:2023-07-19_advanced_generate_command.md
│       │   │   │   │   ├── algokit:cli:architecture-decisions:2024-01-13_native_binaries.md
│       │   │   │   │   ├── algokit:cli:architecture-decisions:2024-01-23_init-wizard-v2.md
│       │   │   │   │   ├── algokit:cli:architecture-decisions:2024-01-31_binary_distribution.md
│       │   │   │   │   ├── algokit:cli:architecture-decisions:2024-03-06_local_dev_ui_packaging.md
│       │   │   │   │   ├── algokit:cli:articles:output_stability.md
│       │   │   │   │   ├── algokit:cli:cli:index.md
│       │   │   │   │   ├── algokit:cli:features:compile.md
│       │   │   │   │   ├── algokit:cli:features:completions.md
│       │   │   │   │   ├── algokit:cli:features:config.md
│       │   │   │   │   ├── algokit:cli:features:dispenser.md
│       │   │   │   │   ├── algokit:cli:features:doctor.md
│       │   │   │   │   ├── algokit:cli:features:explore.md
│       │   │   │   │   ├── algokit:cli:features:generate.md
│       │   │   │   │   ├── algokit:cli:features:goal.md
│       │   │   │   │   ├── algokit:cli:features:init.md
│       │   │   │   │   ├── algokit:cli:features:localnet.md
│       │   │   │   │   ├── algokit:cli:features:project:bootstrap.md
│       │   │   │   │   ├── algokit:cli:features:project:deploy.md
│       │   │   │   │   ├── algokit:cli:features:project:link.md
│       │   │   │   │   ├── algokit:cli:features:project:list.md
│       │   │   │   │   ├── algokit:cli:features:project:run.md
│       │   │   │   │   ├── algokit:cli:features:project.md
│       │   │   │   │   ├── algokit:cli:features:tasks:analyze.md
│       │   │   │   │   ├── algokit:cli:features:tasks:ipfs.md
│       │   │   │   │   ├── algokit:cli:features:tasks:mint.md
│       │   │   │   │   ├── algokit:cli:features:tasks:nfd.md
│       │   │   │   │   ├── algokit:cli:features:tasks:opt.md
│       │   │   │   │   ├── algokit:cli:features:tasks:send.md
│       │   │   │   │   ├── algokit:cli:features:tasks:sign.md
│       │   │   │   │   ├── algokit:cli:features:tasks:transfer.md
│       │   │   │   │   ├── algokit:cli:features:tasks:vanity_address.md
│       │   │   │   │   ├── algokit:cli:features:tasks:wallet.md
│       │   │   │   │   ├── algokit:cli:features:tasks.md
│       │   │   │   │   ├── algokit:cli:tutorials:algokit-template.md
│       │   │   │   │   ├── algokit:cli:tutorials:intro.md
│       │   │   │   │   ├── algokit:cli:tutorials:smart-contracts.md
│       │   │   │   │   ├── algokit:docs:testnet_api.md
│       │   │   │   │   ├── algokit:lora:README.md
│       │   │   │   │   ├── algokit:README.md
│       │   │   │   │   ├── algokit:utils:python:markdown:apidocs:algokit_utils:algokit_utils.md
│       │   │   │   │   ├── algokit:utils:python:markdown:capabilities:account.md
│       │   │   │   │   ├── algokit:utils:python:markdown:capabilities:app-client.md
│       │   │   │   │   ├── algokit:utils:python:markdown:capabilities:app-deploy.md
│       │   │   │   │   ├── algokit:utils:python:markdown:capabilities:client.md
│       │   │   │   │   ├── algokit:utils:python:markdown:capabilities:debugger.md
│       │   │   │   │   ├── algokit:utils:python:markdown:capabilities:dispenser-client.md
│       │   │   │   │   ├── algokit:utils:python:markdown:capabilities:transfer.md
│       │   │   │   │   ├── algokit:utils:python:markdown:index.md
│       │   │   │   │   ├── algokit:utils:python:README.md
│       │   │   │   │   ├── algokit:utils:python:source:capabilities:account.md
│       │   │   │   │   ├── algokit:utils:python:source:capabilities:app-client.md
│       │   │   │   │   ├── algokit:utils:python:source:capabilities:app-deploy.md
│       │   │   │   │   ├── algokit:utils:python:source:capabilities:client.md
│       │   │   │   │   ├── algokit:utils:python:source:capabilities:debugger.md
│       │   │   │   │   ├── algokit:utils:python:source:capabilities:dispenser-client.md
│       │   │   │   │   ├── algokit:utils:python:source:capabilities:transfer.md
│       │   │   │   │   ├── algokit:utils:python:source:index.md
│       │   │   │   │   ├── algokit:utils:typescript:capabilities:account.md
│       │   │   │   │   ├── algokit:utils:typescript:capabilities:algorand-client.md
│       │   │   │   │   ├── algokit:utils:typescript:capabilities:amount.md
│       │   │   │   │   ├── algokit:utils:typescript:capabilities:app-client.md
│       │   │   │   │   ├── algokit:utils:typescript:capabilities:app-deploy.md
│       │   │   │   │   ├── algokit:utils:typescript:capabilities:app.md
│       │   │   │   │   ├── algokit:utils:typescript:capabilities:asset.md
│       │   │   │   │   ├── algokit:utils:typescript:capabilities:client.md
│       │   │   │   │   ├── algokit:utils:typescript:capabilities:debugging.md
│       │   │   │   │   ├── algokit:utils:typescript:capabilities:dispenser-client.md
│       │   │   │   │   ├── algokit:utils:typescript:capabilities:event-emitter.md
│       │   │   │   │   ├── algokit:utils:typescript:capabilities:indexer.md
│       │   │   │   │   ├── algokit:utils:typescript:capabilities:testing.md
│       │   │   │   │   ├── algokit:utils:typescript:capabilities:transaction-composer.md
│       │   │   │   │   ├── algokit:utils:typescript:capabilities:transaction.md
│       │   │   │   │   ├── algokit:utils:typescript:capabilities:transfer.md
│       │   │   │   │   ├── algokit:utils:typescript:capabilities:typed-app-clients.md
│       │   │   │   │   ├── algokit:utils:typescript:code:classes:testing.TestLogger.md
│       │   │   │   │   ├── algokit:utils:typescript:code:classes:testing.TransactionLogger.md
│       │   │   │   │   ├── algokit:utils:typescript:code:classes:types_account_manager.AccountManager.md
│       │   │   │   │   ├── algokit:utils:typescript:code:classes:types_account.MultisigAccount.md
│       │   │   │   │   ├── algokit:utils:typescript:code:classes:types_account.SigningAccount.md
│       │   │   │   │   ├── algokit:utils:typescript:code:classes:types_algo_http_client_with_retry.AlgoHttpClientWithRetry.md
│       │   │   │   │   ├── algokit:utils:typescript:code:classes:types_algorand_client_transaction_creator.AlgorandClientTransactionCreator.md
│       │   │   │   │   ├── algokit:utils:typescript:code:classes:types_algorand_client_transaction_sender.AlgorandClientTransactionSender.md
│       │   │   │   │   ├── algokit:utils:typescript:code:classes:types_algorand_client.AlgorandClient.md
│       │   │   │   │   ├── algokit:utils:typescript:code:classes:types_amount.AlgoAmount.md
│       │   │   │   │   ├── algokit:utils:typescript:code:classes:types_app_arc56.Arc56Method.md
│       │   │   │   │   ├── algokit:utils:typescript:code:classes:types_app_client.AppClient.md
│       │   │   │   │   ├── algokit:utils:typescript:code:classes:types_app_client.ApplicationClient.md
│       │   │   │   │   ├── algokit:utils:typescript:code:classes:types_app_deployer.AppDeployer.md
│       │   │   │   │   ├── algokit:utils:typescript:code:classes:types_app_factory.AppFactory.md
│       │   │   │   │   ├── algokit:utils:typescript:code:classes:types_app_manager.AppManager.md
│       │   │   │   │   ├── algokit:utils:typescript:code:classes:types_asset_manager.AssetManager.md
│       │   │   │   │   ├── algokit:utils:typescript:code:classes:types_async_event_emitter.AsyncEventEmitter.md
│       │   │   │   │   ├── algokit:utils:typescript:code:classes:types_client_manager.ClientManager.md
│       │   │   │   │   ├── algokit:utils:typescript:code:classes:types_composer.TransactionComposer.md
│       │   │   │   │   ├── algokit:utils:typescript:code:classes:types_config.UpdatableConfig.md
│       │   │   │   │   ├── algokit:utils:typescript:code:classes:types_dispenser_client.TestNetDispenserApiClient.md
│       │   │   │   │   ├── algokit:utils:typescript:code:classes:types_kmd_account_manager.KmdAccountManager.md
│       │   │   │   │   ├── algokit:utils:typescript:code:classes:types_logic_error.LogicError.md
│       │   │   │   │   ├── algokit:utils:typescript:code:enums:types_app.OnSchemaBreak.md
│       │   │   │   │   ├── algokit:utils:typescript:code:enums:types_app.OnUpdate.md
│       │   │   │   │   ├── algokit:utils:typescript:code:enums:types_indexer.AccountStatus.md
│       │   │   │   │   ├── algokit:utils:typescript:code:enums:types_indexer.ApplicationOnComplete.md
│       │   │   │   │   ├── algokit:utils:typescript:code:enums:types_indexer.SignatureType.md
│       │   │   │   │   ├── algokit:utils:typescript:code:enums:types_lifecycle_events.EventType.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_account_manager.EnsureFundedResult.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_account.AccountConfig.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_account.TransactionSignerAccount.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_algorand_client_interface.AlgorandClientInterface.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_app_arc56.Arc56Contract.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_app_arc56.Event.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_app_arc56.Method.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_app_arc56.ProgramSourceInfo.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_app_arc56.StorageKey.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_app_arc56.StorageMap.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_app_arc56.StructField.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_app_client.AppClientCallABIArgs.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_app_client.AppClientCallCoreParams.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_app_client.AppClientCompilationParams.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_app_client.AppClientCompilationResult.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_app_client.AppClientDeployCallInterfaceParams.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_app_client.AppClientDeployCoreParams.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_app_client.AppClientDeployParams.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_app_client.AppClientParams.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_app_client.AppSourceMaps.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_app_client.FundAppAccountParams.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_app_client.ResolveAppById.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_app_client.ResolveAppByIdBase.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_app_client.SourceMapExport.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_app_deployer.AppLookup.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_app_deployer.AppMetadata.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_app_factory.AppFactoryParams.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_app_manager.AppInformation.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_app_manager.BoxReference.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_app_manager.BoxValueRequestParams.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_app_manager.BoxValuesRequestParams.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_app_spec.AppSources.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_app_spec.AppSpec.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_app_spec.CallConfig.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_app_spec.DeclaredSchemaValueSpec.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_app_spec.Hint.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_app_spec.ReservedSchemaValueSpec.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_app_spec.Schema.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_app_spec.SchemaSpec.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_app_spec.StateSchemaSpec.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_app_spec.Struct.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_app.AppCallParams.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_app.AppCallTransactionResultOfType.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_app.AppCompilationResult.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_app.AppDeploymentParams.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_app.AppDeployMetadata.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_app.AppLookup.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_app.AppMetadata.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_app.AppReference.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_app.AppState.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_app.AppStorageSchema.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_app.BoxName.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_app.BoxReference.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_app.BoxValueRequestParams.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_app.BoxValuesRequestParams.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_app.CompiledTeal.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_app.CoreAppCallArgs.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_app.CreateAppParams.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_app.RawAppCallArgs.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_app.TealTemplateParams.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_app.UpdateAppParams.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_asset_manager.AssetInformation.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_asset_manager.BulkAssetOptInOutResult.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_asset.AssetBulkOptInOutParams.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_asset.AssetOptInParams.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_asset.AssetOptOutParams.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_asset.CreateAssetParams.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_client_manager.AlgoSdkClients.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_client_manager.TypedAppClient.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_client_manager.TypedAppFactory.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_composer.BuiltTransactions.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_config.Config.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_debugging.AVMTracesEventData.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_debugging.TealSourceDebugEventData.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_debugging.TealSourcesDebugEventData.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_dispenser_client.DispenserFundResponse.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_dispenser_client.DispenserLimitResponse.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_dispenser_client.TestNetDispenserApiClientParams.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_indexer.LookupAssetHoldingsOptions.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_logic_error.LogicErrorDetails.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_network_client.AlgoClientConfig.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_network_client.AlgoConfig.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_network_client.NetworkDetails.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_testing.AlgoKitLogCaptureFixture.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_testing.AlgorandFixture.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_testing.AlgorandFixtureConfig.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_testing.AlgorandTestAutomationContext.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_testing.GetTestAccountParams.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_testing.LogSnapshotConfig.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_transaction.AtomicTransactionComposerToSend.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_transaction.ConfirmedTransactionResult.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_transaction.ConfirmedTransactionResults.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_transaction.SendAtomicTransactionComposerResults.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_transaction.SendParams.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_transaction.SendTransactionParams.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_transaction.SendTransactionResult.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_transaction.SendTransactionResults.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_transaction.TransactionGroupToSend.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_transaction.TransactionToSign.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_transfer.AlgoRekeyParams.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_transfer.AlgoTransferParams.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_transfer.EnsureFundedParams.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_transfer.EnsureFundedReturnType.md
│       │   │   │   │   ├── algokit:utils:typescript:code:interfaces:types_transfer.TransferAssetParams.md
│       │   │   │   │   ├── algokit:utils:typescript:code:modules:index.indexer.md
│       │   │   │   │   ├── algokit:utils:typescript:code:modules:index.md
│       │   │   │   │   ├── algokit:utils:typescript:code:modules:testing.md
│       │   │   │   │   ├── algokit:utils:typescript:code:modules:types_account_manager_spec.md
│       │   │   │   │   ├── algokit:utils:typescript:code:modules:types_account_manager.md
│       │   │   │   │   ├── algokit:utils:typescript:code:modules:types_account.md
│       │   │   │   │   ├── algokit:utils:typescript:code:modules:types_algo_http_client_with_retry.md
│       │   │   │   │   ├── algokit:utils:typescript:code:modules:types_algorand_client_asset_spec.md
│       │   │   │   │   ├── algokit:utils:typescript:code:modules:types_algorand_client_interface.md
│       │   │   │   │   ├── algokit:utils:typescript:code:modules:types_algorand_client_spec.md
│       │   │   │   │   ├── algokit:utils:typescript:code:modules:types_algorand_client_transaction_creator.md
│       │   │   │   │   ├── algokit:utils:typescript:code:modules:types_algorand_client_transaction_sender.md
│       │   │   │   │   ├── algokit:utils:typescript:code:modules:types_algorand_client_transfer_spec.md
│       │   │   │   │   ├── algokit:utils:typescript:code:modules:types_algorand_client.md
│       │   │   │   │   ├── algokit:utils:typescript:code:modules:types_amount_spec.md
│       │   │   │   │   ├── algokit:utils:typescript:code:modules:types_amount.md
│       │   │   │   │   ├── algokit:utils:typescript:code:modules:types_app_arc56.md
│       │   │   │   │   ├── algokit:utils:typescript:code:modules:types_app_client_spec.md
│       │   │   │   │   ├── algokit:utils:typescript:code:modules:types_app_client.md
│       │   │   │   │   ├── algokit:utils:typescript:code:modules:types_app_deployer.md
│       │   │   │   │   ├── algokit:utils:typescript:code:modules:types_app_factory_and_client_spec.md
│       │   │   │   │   ├── algokit:utils:typescript:code:modules:types_app_factory.md
│       │   │   │   │   ├── algokit:utils:typescript:code:modules:types_app_manager.md
│       │   │   │   │   ├── algokit:utils:typescript:code:modules:types_app_spec.md
│       │   │   │   │   ├── algokit:utils:typescript:code:modules:types_app.md
│       │   │   │   │   ├── algokit:utils:typescript:code:modules:types_asset_manager.md
│       │   │   │   │   ├── algokit:utils:typescript:code:modules:types_asset.md
│       │   │   │   │   ├── algokit:utils:typescript:code:modules:types_async_event_emitter_spec.md
│       │   │   │   │   ├── algokit:utils:typescript:code:modules:types_async_event_emitter.md
│       │   │   │   │   ├── algokit:utils:typescript:code:modules:types_client_manager_spec.md
│       │   │   │   │   ├── algokit:utils:typescript:code:modules:types_client_manager.md
│       │   │   │   │   ├── algokit:utils:typescript:code:modules:types_composer.md
│       │   │   │   │   ├── algokit:utils:typescript:code:modules:types_config.md
│       │   │   │   │   ├── algokit:utils:typescript:code:modules:types_debugging.md
│       │   │   │   │   ├── algokit:utils:typescript:code:modules:types_dispenser_client_spec.md
│       │   │   │   │   ├── algokit:utils:typescript:code:modules:types_dispenser_client.md
│       │   │   │   │   ├── algokit:utils:typescript:code:modules:types_expand.md
│       │   │   │   │   ├── algokit:utils:typescript:code:modules:types_indexer.md
│       │   │   │   │   ├── algokit:utils:typescript:code:modules:types_kmd_account_manager.md
│       │   │   │   │   ├── algokit:utils:typescript:code:modules:types_lifecycle_events.md
│       │   │   │   │   ├── algokit:utils:typescript:code:modules:types_logging.md
│       │   │   │   │   ├── algokit:utils:typescript:code:modules:types_logic_error.md
│       │   │   │   │   ├── algokit:utils:typescript:code:modules:types_network_client.md
│       │   │   │   │   ├── algokit:utils:typescript:code:modules:types_testing.md
│       │   │   │   │   ├── algokit:utils:typescript:code:modules:types_transaction.md
│       │   │   │   │   ├── algokit:utils:typescript:code:modules:types_transfer.md
│       │   │   │   │   ├── algokit:utils:typescript:code:README.md
│       │   │   │   │   ├── algokit:utils:typescript:README.md
│       │   │   │   │   ├── algokit:utils:typescript:v7-migration.md
│       │   │   │   │   ├── algokit:utils:typescript:v8-migration.md
│       │   │   │   │   ├── ARCs:ARC-template.md
│       │   │   │   │   ├── ARCs:assets:arc-0012:README.md
│       │   │   │   │   ├── ARCs:assets:arc-0034:TemplateForm.md
│       │   │   │   │   ├── ARCs:assets:arc-0062:README.md
│       │   │   │   │   ├── ARCs:pages:nfts.md
│       │   │   │   │   ├── ARCs:pages:wallets.md
│       │   │   │   │   ├── ARCs:README.md
│       │   │   │   │   ├── ARCs:specs:arc-0000.md
│       │   │   │   │   ├── ARCs:specs:arc-0001.md
│       │   │   │   │   ├── ARCs:specs:arc-0002.md
│       │   │   │   │   ├── ARCs:specs:arc-0003.md
│       │   │   │   │   ├── ARCs:specs:arc-0004.md
│       │   │   │   │   ├── ARCs:specs:arc-0005.md
│       │   │   │   │   ├── ARCs:specs:arc-0006.md
│       │   │   │   │   ├── ARCs:specs:arc-0007.md
│       │   │   │   │   ├── ARCs:specs:arc-0008.md
│       │   │   │   │   ├── ARCs:specs:arc-0009.md
│       │   │   │   │   ├── ARCs:specs:arc-0010.md
│       │   │   │   │   ├── ARCs:specs:arc-0011.md
│       │   │   │   │   ├── ARCs:specs:arc-0012.md
│       │   │   │   │   ├── ARCs:specs:arc-0015.md
│       │   │   │   │   ├── ARCs:specs:arc-0016.md
│       │   │   │   │   ├── ARCs:specs:arc-0018.md
│       │   │   │   │   ├── ARCs:specs:arc-0019.md
│       │   │   │   │   ├── ARCs:specs:arc-0020.md
│       │   │   │   │   ├── ARCs:specs:arc-0021.md
│       │   │   │   │   ├── ARCs:specs:arc-0022.md
│       │   │   │   │   ├── ARCs:specs:arc-0023.md
│       │   │   │   │   ├── ARCs:specs:arc-0025.md
│       │   │   │   │   ├── ARCs:specs:arc-0026.md
│       │   │   │   │   ├── ARCs:specs:arc-0028.md
│       │   │   │   │   ├── ARCs:specs:arc-0032.md
│       │   │   │   │   ├── ARCs:specs:arc-0033.md
│       │   │   │   │   ├── ARCs:specs:arc-0034.md
│       │   │   │   │   ├── ARCs:specs:arc-0035.md
│       │   │   │   │   ├── ARCs:specs:arc-0036.md
│       │   │   │   │   ├── ARCs:specs:arc-0042.md
│       │   │   │   │   ├── ARCs:specs:arc-0047.md
│       │   │   │   │   ├── ARCs:specs:arc-0048.md
│       │   │   │   │   ├── ARCs:specs:arc-0049.md
│       │   │   │   │   ├── ARCs:specs:arc-0054.md
│       │   │   │   │   ├── ARCs:specs:arc-0055.md
│       │   │   │   │   ├── ARCs:specs:arc-0056.md
│       │   │   │   │   ├── ARCs:specs:arc-0059.md
│       │   │   │   │   ├── ARCs:specs:arc-0062.md
│       │   │   │   │   ├── ARCs:specs:arc-0065.md
│       │   │   │   │   ├── ARCs:specs:arc-0069.md
│       │   │   │   │   ├── ARCs:specs:arc-0072.md
│       │   │   │   │   ├── ARCs:specs:arc-0073.md
│       │   │   │   │   ├── ARCs:specs:arc-0074.md
│       │   │   │   │   ├── ARCs:specs:arc-0076.md
│       │   │   │   │   ├── ARCs:specs:arc-0078.md
│       │   │   │   │   ├── ARCs:specs:arc-0079.md
│       │   │   │   │   ├── ARCs:specs:arc-0200.md
│       │   │   │   │   ├── clis_index.md
│       │   │   │   │   ├── developer:docs:about.md
│       │   │   │   │   ├── developer:docs:clis:algokey:algokey.md
│       │   │   │   │   ├── developer:docs:clis:algokey:generate.md
│       │   │   │   │   ├── developer:docs:clis:algokey:import.md
│       │   │   │   │   ├── developer:docs:clis:algokey:multisig:append-auth-addr.md
│       │   │   │   │   ├── developer:docs:clis:algokey:multisig:multisig.md
│       │   │   │   │   ├── developer:docs:clis:algokey:part:info.md
│       │   │   │   │   ├── developer:docs:clis:algokey:part:part.md
│       │   │   │   │   ├── developer:docs:clis:algokey:part:reparent.md
│       │   │   │   │   ├── developer:docs:clis:algokey:sign.md
│       │   │   │   │   ├── developer:docs:clis:conduit:conduit.md
│       │   │   │   │   ├── developer:docs:clis:conduit:init.md
│       │   │   │   │   ├── developer:docs:clis:conduit:list:exporters.md
│       │   │   │   │   ├── developer:docs:clis:conduit:list:importers.md
│       │   │   │   │   ├── developer:docs:clis:conduit:list:list.md
│       │   │   │   │   ├── developer:docs:clis:conduit:list:processors.md
│       │   │   │   │   ├── developer:docs:clis:diagcfg:diagcfg.md
│       │   │   │   │   ├── developer:docs:clis:diagcfg:metric:disable.md
│       │   │   │   │   ├── developer:docs:clis:diagcfg:metric:enable.md
│       │   │   │   │   ├── developer:docs:clis:diagcfg:metric:metric.md
│       │   │   │   │   ├── developer:docs:clis:diagcfg:metric:status.md
│       │   │   │   │   ├── developer:docs:clis:diagcfg:telemetry:disable.md
│       │   │   │   │   ├── developer:docs:clis:diagcfg:telemetry:enable.md
│       │   │   │   │   ├── developer:docs:clis:diagcfg:telemetry:endpoint.md
│       │   │   │   │   ├── developer:docs:clis:diagcfg:telemetry:name.md
│       │   │   │   │   ├── developer:docs:clis:diagcfg:telemetry:status.md
│       │   │   │   │   ├── developer:docs:clis:diagcfg:telemetry:telemetry.md
│       │   │   │   │   ├── developer:docs:clis:goal:node:restart.md
│       │   │   │   │   ├── developer:docs:clis:goal:node:start.md
│       │   │   │   │   ├── developer:docs:clis:goal:node:status.md
│       │   │   │   │   ├── developer:docs:clis:goal:node:stop.md
│       │   │   │   │   ├── developer:docs:clis:goal:node:wait.md
│       │   │   │   │   ├── developer:docs:clis:goal:protocols.md
│       │   │   │   │   ├── developer:docs:clis:goal:report.md
│       │   │   │   │   ├── developer:docs:clis:goal:version.md
│       │   │   │   │   ├── developer:docs:clis:goal:wallet:list.md
│       │   │   │   │   ├── developer:docs:clis:goal:wallet:new.md
│       │   │   │   │   ├── developer:docs:clis:goal:wallet:wallet.md
│       │   │   │   │   ├── developer:docs:clis:indexer:api-config.md
│       │   │   │   │   ├── developer:docs:clis:indexer:daemon.md
│       │   │   │   │   ├── developer:docs:clis:indexer:indexer.md
│       │   │   │   │   ├── developer:docs:clis:indexer:util:util.md
│       │   │   │   │   ├── developer:docs:clis:indexer:util:validator.md
│       │   │   │   │   ├── developer:docs:clis:kmd.md
│       │   │   │   │   ├── developer:docs:clis:tealdbg:debug.md
│       │   │   │   │   ├── developer:docs:clis:tealdbg:remote.md
│       │   │   │   │   ├── developer:docs:clis:tealdbg:tealdbg.md
│       │   │   │   │   ├── developer:docs:details:accounts:create.md
│       │   │   │   │   ├── developer:docs:details:accounts:index.md
│       │   │   │   │   ├── developer:docs:details:accounts:rekey.md
│       │   │   │   │   ├── developer:docs:details:algorand_consensus.md
│       │   │   │   │   ├── developer:docs:details:algorand-networks:betanet.md
│       │   │   │   │   ├── developer:docs:details:algorand-networks:index.md
│       │   │   │   │   ├── developer:docs:details:algorand-networks:mainnet.md
│       │   │   │   │   ├── developer:docs:details:algorand-networks:testnet.md
│       │   │   │   │   ├── developer:docs:details:asa.md
│       │   │   │   │   ├── developer:docs:details:atc.md
│       │   │   │   │   ├── developer:docs:details:atomic_transfers.md
│       │   │   │   │   ├── developer:docs:details:conduit.md
│       │   │   │   │   ├── developer:docs:details:crust.md
│       │   │   │   │   ├── developer:docs:details:dapps:avm:index.md
│       │   │   │   │   ├── developer:docs:details:dapps:avm:teal:guidelines.md
│       │   │   │   │   ├── developer:docs:details:dapps:avm:teal:index.md
│       │   │   │   │   ├── developer:docs:details:dapps:avm:teal:jsonspec.md
│       │   │   │   │   ├── developer:docs:details:dapps:avm:teal:opcodes:index.md
│       │   │   │   │   ├── developer:docs:details:dapps:avm:teal:opcodes:v1.md
│       │   │   │   │   ├── developer:docs:details:dapps:avm:teal:opcodes:v10.md
│       │   │   │   │   ├── developer:docs:details:dapps:avm:teal:opcodes:v2.md
│       │   │   │   │   ├── developer:docs:details:dapps:avm:teal:opcodes:v3.md
│       │   │   │   │   ├── developer:docs:details:dapps:avm:teal:opcodes:v4.md
│       │   │   │   │   ├── developer:docs:details:dapps:avm:teal:opcodes:v5.md
│       │   │   │   │   ├── developer:docs:details:dapps:avm:teal:opcodes:v6.md
│       │   │   │   │   ├── developer:docs:details:dapps:avm:teal:opcodes:v7.md
│       │   │   │   │   ├── developer:docs:details:dapps:avm:teal:opcodes:v8.md
│       │   │   │   │   ├── developer:docs:details:dapps:avm:teal:opcodes:v9.md
│       │   │   │   │   ├── developer:docs:details:dapps:avm:teal:specification.md
│       │   │   │   │   ├── developer:docs:details:dapps:smart-contracts:ABI:index.md
│       │   │   │   │   ├── developer:docs:details:dapps:smart-contracts:apps:create.md
│       │   │   │   │   ├── developer:docs:details:dapps:smart-contracts:apps:index.md
│       │   │   │   │   ├── developer:docs:details:dapps:smart-contracts:apps:innertx.md
│       │   │   │   │   ├── developer:docs:details:dapps:smart-contracts:apps:state.md
│       │   │   │   │   ├── developer:docs:details:dapps:smart-contracts:apps:txs.md
│       │   │   │   │   ├── developer:docs:details:dapps:smart-contracts:debugging.md
│       │   │   │   │   ├── developer:docs:details:dapps:smart-contracts:frontend:apps.md
│       │   │   │   │   ├── developer:docs:details:dapps:smart-contracts:frontend:smartsigs.md
│       │   │   │   │   ├── developer:docs:details:dapps:smart-contracts:guidelines.md
│       │   │   │   │   ├── developer:docs:details:dapps:smart-contracts:index.md
│       │   │   │   │   ├── developer:docs:details:dapps:smart-contracts:smartsigs:index.md
│       │   │   │   │   ├── developer:docs:details:dapps:smart-contracts:smartsigs:modes.md
│       │   │   │   │   ├── developer:docs:details:dapps:smart-contracts:smartsigs:walkthrough.md
│       │   │   │   │   ├── developer:docs:details:dapps:writing-contracts:beaker.md
│       │   │   │   │   ├── developer:docs:details:dapps:writing-contracts:pyteal.md
│       │   │   │   │   ├── developer:docs:details:dapps:writing-contracts:python.md
│       │   │   │   │   ├── developer:docs:details:encoding.md
│       │   │   │   │   ├── developer:docs:details:ethereum_to_algorand.md
│       │   │   │   │   ├── developer:docs:details:index.md
│       │   │   │   │   ├── developer:docs:details:indexer.md
│       │   │   │   │   ├── developer:docs:details:parameter_tables.md
│       │   │   │   │   ├── developer:docs:details:stateproofs:index.md
│       │   │   │   │   ├── developer:docs:details:stateproofs:light_client.md
│       │   │   │   │   ├── developer:docs:details:technical_faq.md
│       │   │   │   │   ├── developer:docs:details:transactions:index.md
│       │   │   │   │   ├── developer:docs:details:transactions:offline_transactions.md
│       │   │   │   │   ├── developer:docs:details:transactions:payment_prompts.md
│       │   │   │   │   ├── developer:docs:details:transactions:signatures.md
│       │   │   │   │   ├── developer:docs:details:transactions:transactions.md
│       │   │   │   │   ├── developer:docs:details:useful_resources.md
│       │   │   │   │   ├── developer:docs:get-started:algokit.md
│       │   │   │   │   ├── developer:docs:get-started:basics:what_is_blockchain.md
│       │   │   │   │   ├── developer:docs:get-started:basics:whats_a_dapp.md
│       │   │   │   │   ├── developer:docs:get-started:basics:where_to_start.md
│       │   │   │   │   ├── developer:docs:get-started:basics:why_algorand.md
│       │   │   │   │   ├── developer:docs:get-started:tokenization:ft.md
│       │   │   │   │   ├── developer:docs:get-started:tokenization:nft.md
│       │   │   │   │   ├── developer:docs:index.md
│       │   │   │   │   ├── developer:docs:rest-apis:algod.md
│       │   │   │   │   ├── developer:docs:rest-apis:indexer.md
│       │   │   │   │   ├── developer:docs:rest-apis:kmd.md
│       │   │   │   │   ├── developer:docs:rest-apis:restendpoints.md
│       │   │   │   │   ├── developer:docs:run-a-node:operations:catchup.md
│       │   │   │   │   ├── developer:docs:run-a-node:operations:switch_networks.md
│       │   │   │   │   ├── developer:docs:run-a-node:participate:generate_keys.md
│       │   │   │   │   ├── developer:docs:run-a-node:participate:index.md
│       │   │   │   │   ├── developer:docs:run-a-node:participate:offline.md
│       │   │   │   │   ├── developer:docs:run-a-node:participate:online.md
│       │   │   │   │   ├── developer:docs:run-a-node:participate:renew.md
│       │   │   │   │   ├── developer:docs:run-a-node:reference:artifacts.md
│       │   │   │   │   ├── developer:docs:run-a-node:reference:config.md
│       │   │   │   │   ├── developer:docs:run-a-node:reference:relay.md
│       │   │   │   │   ├── developer:docs:run-a-node:reference:telemetry-config.md
│       │   │   │   │   ├── developer:docs:run-a-node:setup:indexer.md
│       │   │   │   │   ├── developer:docs:run-a-node:setup:install.md
│       │   │   │   │   ├── developer:docs:run-a-node:setup:node-troubleshooting.md
│       │   │   │   │   ├── developer:docs:run-a-node:setup:types.md
│       │   │   │   │   ├── developer:docs:sdks:go:index.md
│       │   │   │   │   ├── developer:docs:sdks:index.md
│       │   │   │   │   ├── developer:docs:sdks:java:index.md
│       │   │   │   │   ├── developer:docs:sdks:javascript:index.md
│       │   │   │   │   ├── developer:docs:sdks:python:index.md
│       │   │   │   │   ├── developer:python:code:example:accounts.md
│       │   │   │   │   ├── developer:python:code:example:arc4_types.md
│       │   │   │   │   ├── developer:python:code:example:assets.md
│       │   │   │   │   ├── developer:python:code:example:box_storage.md
│       │   │   │   │   ├── developer:python:code:example:control_flow.md
│       │   │   │   │   ├── developer:python:code:example:crypto:merkle_tree.md
│       │   │   │   │   ├── developer:python:code:example:defi:amm.md
│       │   │   │   │   ├── developer:python:code:example:defi:auction.md
│       │   │   │   │   ├── developer:python:code:example:defi:htlc_logicsig.md
│       │   │   │   │   ├── developer:python:code:example:defi:marketplace.md
│       │   │   │   │   ├── developer:python:code:example:events:arc28_events.md
│       │   │   │   │   ├── developer:python:code:example:global_storage.md
│       │   │   │   │   ├── developer:python:code:example:governance:simple_voting.md
│       │   │   │   │   ├── developer:python:code:example:hello_world.md
│       │   │   │   │   ├── developer:python:code:example:inner_transactions.md
│       │   │   │   │   ├── developer:python:code:example:local_storage.md
│       │   │   │   │   ├── developer:python:code:example:nft:proof_of_attendance.md
│       │   │   │   │   ├── developer:python:code:example:privacy:zk_whitelist.md
│       │   │   │   │   ├── developer:python:code:example:scratch_storage.md
│       │   │   │   │   ├── developer:python:code:example:self_payment.md
│       │   │   │   │   ├── developer:python:code:example:struct_in_box.md
│       │   │   │   │   ├── developer:python:code:example:subsidize_app_call.md
│       │   │   │   │   ├── developer:python:code:example:transactions.md
│       │   │   │   │   ├── developer:python:code:example:utility:calculator.md
│       │   │   │   │   ├── devportal-code-examples:projects:python-contract-examples:README.md
│       │   │   │   │   ├── devportal-code-examples:README.md
│       │   │   │   │   ├── docs:.walletconnect:index.md
│       │   │   │   │   ├── docs:.walletconnect:walletconnect-schema.md
│       │   │   │   │   ├── docs:README.md
│       │   │   │   │   ├── docs:scripts:example_tracker:example_list.md
│       │   │   │   │   ├── docs:scripts:README.md
│       │   │   │   │   ├── index.md
│       │   │   │   │   ├── liquid_auth_index.md
│       │   │   │   │   ├── liquid-auth:ARCHITECTURE.md
│       │   │   │   │   ├── liquid-auth:decisions:1-Service-Authentication.md
│       │   │   │   │   ├── liquid-auth:decisions:2-Bidirectional-Communication.md
│       │   │   │   │   ├── liquid-auth:decisions:3-Peer-to-Peer-Signaling.md
│       │   │   │   │   ├── liquid-auth:decisions:4-Fido-Extension.md
│       │   │   │   │   ├── liquid-auth:decisions:README.md
│       │   │   │   │   ├── liquid-auth:docs:architecture.md
│       │   │   │   │   ├── liquid-auth:docs:clients:android:provider-service:authenticate.md
│       │   │   │   │   ├── liquid-auth:docs:clients:android:provider-service:register.md
│       │   │   │   │   ├── liquid-auth:docs:clients:browser:authentication.md
│       │   │   │   │   ├── liquid-auth:docs:clients:browser:example.md
│       │   │   │   │   ├── liquid-auth:docs:introduction.md
│       │   │   │   │   ├── liquid-auth:docs:README.md
│       │   │   │   │   ├── liquid-auth:docs:server:environment-variables.md
│       │   │   │   │   ├── liquid-auth:docs:server:integrations.md
│       │   │   │   │   ├── liquid-auth:docs:server:introduction.md
│       │   │   │   │   ├── liquid-auth:docs:server:running-locally.md
│       │   │   │   │   ├── liquid-auth:README.md
│       │   │   │   │   ├── liquid-auth:SEQUENCE.md
│       │   │   │   │   ├── liquid-auth:services:liquid-auth-api-js:src:assertion:assertion.controller.post.request.md
│       │   │   │   │   ├── liquid-auth:services:liquid-auth-api-js:src:assertion:assertion.controller.post.response.md
│       │   │   │   │   ├── liquid-auth:services:liquid-auth-api-js:src:attestation:attestation.controller.post.request.md
│       │   │   │   │   ├── liquid-auth:services:liquid-auth-api-js:src:auth:auth.controller.get.user.md
│       │   │   │   │   ├── liquid-auth:sites:express-dapp:README.md
│       │   │   │   │   ├── liquid-auth:VISION.md
│       │   │   │   │   ├── puya_index.md
│       │   │   │   │   ├── puya:docs:algopy_testing:index.md
│       │   │   │   │   ├── puya:docs:api-algopy.arc4.md
│       │   │   │   │   ├── puya:docs:api-algopy.gtxn.md
│       │   │   │   │   ├── puya:docs:api-algopy.itxn.md
│       │   │   │   │   ├── puya:docs:api-algopy.md
│       │   │   │   │   ├── puya:docs:api-algopy.op.md
│       │   │   │   │   ├── puya:docs:api.md
│       │   │   │   │   ├── puya:docs:compiler.md
│       │   │   │   │   ├── puya:docs:index.md
│       │   │   │   │   ├── puya:docs:language-guide.md
│       │   │   │   │   ├── puya:docs:lg-arc28.md
│       │   │   │   │   ├── puya:docs:lg-arc4.md
│       │   │   │   │   ├── puya:docs:lg-builtins.md
│       │   │   │   │   ├── puya:docs:lg-calling-apps.md
│       │   │   │   │   ├── puya:docs:lg-compile.md
│       │   │   │   │   ├── puya:docs:lg-control.md
│       │   │   │   │   ├── puya:docs:lg-errors.md
│       │   │   │   │   ├── puya:docs:lg-logs.md
│       │   │   │   │   ├── puya:docs:lg-modules.md
│       │   │   │   │   ├── puya:docs:lg-opcode-budget.md
│       │   │   │   │   ├── puya:docs:lg-ops.md
│       │   │   │   │   ├── puya:docs:lg-storage.md
│       │   │   │   │   ├── puya:docs:lg-structure.md
│       │   │   │   │   ├── puya:docs:lg-transactions.md
│       │   │   │   │   ├── puya:docs:lg-types.md
│       │   │   │   │   ├── puya:docs:lg-unsupported-python-features.md
│       │   │   │   │   ├── puya:docs:principles.md
│       │   │   │   │   ├── puya:examples:auction:README.md
│       │   │   │   │   ├── puya:python:testing:docs:algopy.md
│       │   │   │   │   ├── puya:python:testing:docs:api.md
│       │   │   │   │   ├── puya:python:testing:docs:coverage.md
│       │   │   │   │   ├── puya:python:testing:docs:examples.md
│       │   │   │   │   ├── puya:python:testing:docs:faq.md
│       │   │   │   │   ├── puya:python:testing:docs:index.md
│       │   │   │   │   ├── puya:python:testing:docs:testing-guide:arc4-types.md
│       │   │   │   │   ├── puya:python:testing:docs:testing-guide:avm-types.md
│       │   │   │   │   ├── puya:python:testing:docs:testing-guide:concepts.md
│       │   │   │   │   ├── puya:python:testing:docs:testing-guide:contract-testing.md
│       │   │   │   │   ├── puya:python:testing:docs:testing-guide:index.md
│       │   │   │   │   ├── puya:python:testing:docs:testing-guide:opcodes.md
│       │   │   │   │   ├── puya:python:testing:docs:testing-guide:signature-testing.md
│       │   │   │   │   ├── puya:python:testing:docs:testing-guide:state-management.md
│       │   │   │   │   ├── puya:python:testing:docs:testing-guide:subroutines.md
│       │   │   │   │   ├── puya:python:testing:docs:testing-guide:transactions.md
│       │   │   │   │   ├── puya:python:testing:examples:README.md
│       │   │   │   │   ├── puya:python:testing:README.md
│       │   │   │   │   ├── puya:README.md
│       │   │   │   │   ├── puya:src:puya:ARCHITECTURE.md
│       │   │   │   │   ├── puya:src:puyapy:_typeshed:README.md
│       │   │   │   │   ├── puya:src:puyapy:_vendor:mypy:typeshed:stdlib:_typeshed:README.md
│       │   │   │   │   ├── puya:src:puyapy:awst_build:README.md
│       │   │   │   │   ├── puya:stubs:README.md
│       │   │   │   │   ├── puya:tests:test_expected_output:README.md
│       │   │   │   │   ├── puya:typescript:docs:architecture-decisions:2024-05-21_primitive-bytes-and-strings.md
│       │   │   │   │   ├── puya:typescript:docs:architecture-decisions:2024-05-21_primitive-integer-types.md
│       │   │   │   │   ├── puya:typescript:docs:README.md
│       │   │   │   │   ├── puya:typescript:packages:algo-ts:readme.md
│       │   │   │   │   ├── puya:typescript:README.md
│       │   │   │   │   ├── SDKs:javascript:classes:ABIAddressType.md
│       │   │   │   │   ├── SDKs:javascript:classes:ABIArrayDynamicType.md
│       │   │   │   │   ├── SDKs:javascript:classes:ABIArrayStaticType.md
│       │   │   │   │   ├── SDKs:javascript:classes:ABIBoolType.md
│       │   │   │   │   ├── SDKs:javascript:classes:ABIByteType.md
│       │   │   │   │   ├── SDKs:javascript:classes:ABIContract.md
│       │   │   │   │   ├── SDKs:javascript:classes:ABIInterface.md
│       │   │   │   │   ├── SDKs:javascript:classes:ABIMethod.md
│       │   │   │   │   ├── SDKs:javascript:classes:ABIStringType.md
│       │   │   │   │   ├── SDKs:javascript:classes:ABITupleType.md
│       │   │   │   │   ├── SDKs:javascript:classes:ABIType.md
│       │   │   │   │   ├── SDKs:javascript:classes:ABIUfixedType.md
│       │   │   │   │   ├── SDKs:javascript:classes:ABIUintType.md
│       │   │   │   │   ├── SDKs:javascript:classes:Algodv2.md
│       │   │   │   │   ├── SDKs:javascript:classes:AtomicTransactionComposer.md
│       │   │   │   │   ├── SDKs:javascript:classes:DryrunResult.md
│       │   │   │   │   ├── SDKs:javascript:classes:Indexer.md
│       │   │   │   │   ├── SDKs:javascript:classes:indexerModels.Account.md
│       │   │   │   │   ├── SDKs:javascript:classes:indexerModels.AccountParticipation.md
│       │   │   │   │   ├── SDKs:javascript:classes:indexerModels.AccountResponse.md
│       │   │   │   │   ├── SDKs:javascript:classes:indexerModels.AccountsResponse.md
│       │   │   │   │   ├── SDKs:javascript:classes:indexerModels.AccountStateDelta.md
│       │   │   │   │   ├── SDKs:javascript:classes:indexerModels.Application.md
│       │   │   │   │   ├── SDKs:javascript:classes:indexerModels.ApplicationLocalState.md
│       │   │   │   │   ├── SDKs:javascript:classes:indexerModels.ApplicationLocalStatesResponse.md
│       │   │   │   │   ├── SDKs:javascript:classes:indexerModels.ApplicationLogData.md
│       │   │   │   │   ├── SDKs:javascript:classes:indexerModels.ApplicationLogsResponse.md
│       │   │   │   │   ├── SDKs:javascript:classes:indexerModels.ApplicationParams.md
│       │   │   │   │   ├── SDKs:javascript:classes:indexerModels.ApplicationResponse.md
│       │   │   │   │   ├── SDKs:javascript:classes:indexerModels.ApplicationsResponse.md
│       │   │   │   │   ├── SDKs:javascript:classes:indexerModels.ApplicationStateSchema.md
│       │   │   │   │   ├── SDKs:javascript:classes:indexerModels.Asset.md
│       │   │   │   │   ├── SDKs:javascript:classes:indexerModels.AssetBalancesResponse.md
│       │   │   │   │   ├── SDKs:javascript:classes:indexerModels.AssetHolding.md
│       │   │   │   │   ├── SDKs:javascript:classes:indexerModels.AssetHoldingsResponse.md
│       │   │   │   │   ├── SDKs:javascript:classes:indexerModels.AssetParams.md
│       │   │   │   │   ├── SDKs:javascript:classes:indexerModels.AssetResponse.md
│       │   │   │   │   ├── SDKs:javascript:classes:indexerModels.AssetsResponse.md
│       │   │   │   │   ├── SDKs:javascript:classes:indexerModels.Block.md
│       │   │   │   │   ├── SDKs:javascript:classes:indexerModels.BlockRewards.md
│       │   │   │   │   ├── SDKs:javascript:classes:indexerModels.BlockUpgradeState.md
│       │   │   │   │   ├── SDKs:javascript:classes:indexerModels.BlockUpgradeVote.md
│       │   │   │   │   ├── SDKs:javascript:classes:indexerModels.Box.md
│       │   │   │   │   ├── SDKs:javascript:classes:indexerModels.BoxDescriptor.md
│       │   │   │   │   ├── SDKs:javascript:classes:indexerModels.BoxesResponse.md
│       │   │   │   │   ├── SDKs:javascript:classes:indexerModels.ErrorResponse.md
│       │   │   │   │   ├── SDKs:javascript:classes:indexerModels.EvalDelta.md
│       │   │   │   │   ├── SDKs:javascript:classes:indexerModels.EvalDeltaKeyValue.md
│       │   │   │   │   ├── SDKs:javascript:classes:indexerModels.HashFactory.md
│       │   │   │   │   ├── SDKs:javascript:classes:indexerModels.HealthCheck.md
│       │   │   │   │   ├── SDKs:javascript:classes:indexerModels.IndexerStateProofMessage.md
│       │   │   │   │   ├── SDKs:javascript:classes:indexerModels.MerkleArrayProof.md
│       │   │   │   │   ├── SDKs:javascript:classes:indexerModels.MiniAssetHolding.md
│       │   │   │   │   ├── SDKs:javascript:classes:indexerModels.ParticipationUpdates.md
│       │   │   │   │   ├── SDKs:javascript:classes:indexerModels.StateProofFields.md
│       │   │   │   │   ├── SDKs:javascript:classes:indexerModels.StateProofParticipant.md
│       │   │   │   │   ├── SDKs:javascript:classes:indexerModels.StateProofReveal.md
│       │   │   │   │   ├── SDKs:javascript:classes:indexerModels.StateProofSignature.md
│       │   │   │   │   ├── SDKs:javascript:classes:indexerModels.StateProofSigSlot.md
│       │   │   │   │   ├── SDKs:javascript:classes:indexerModels.StateProofTracking.md
│       │   │   │   │   ├── SDKs:javascript:classes:indexerModels.StateProofVerifier.md
│       │   │   │   │   ├── SDKs:javascript:classes:indexerModels.StateSchema.md
│       │   │   │   │   ├── SDKs:javascript:classes:indexerModels.TealKeyValue.md
│       │   │   │   │   ├── SDKs:javascript:classes:indexerModels.TealValue.md
│       │   │   │   │   ├── SDKs:javascript:classes:indexerModels.Transaction.md
│       │   │   │   │   ├── SDKs:javascript:classes:indexerModels.TransactionApplication.md
│       │   │   │   │   ├── SDKs:javascript:classes:indexerModels.TransactionAssetConfig.md
│       │   │   │   │   ├── SDKs:javascript:classes:indexerModels.TransactionAssetFreeze.md
│       │   │   │   │   ├── SDKs:javascript:classes:indexerModels.TransactionAssetTransfer.md
│       │   │   │   │   ├── SDKs:javascript:classes:indexerModels.TransactionKeyreg.md
│       │   │   │   │   ├── SDKs:javascript:classes:indexerModels.TransactionPayment.md
│       │   │   │   │   ├── SDKs:javascript:classes:indexerModels.TransactionResponse.md
│       │   │   │   │   ├── SDKs:javascript:classes:indexerModels.TransactionSignature.md
│       │   │   │   │   ├── SDKs:javascript:classes:indexerModels.TransactionSignatureLogicsig.md
│       │   │   │   │   ├── SDKs:javascript:classes:indexerModels.TransactionSignatureMultisig.md
│       │   │   │   │   ├── SDKs:javascript:classes:indexerModels.TransactionSignatureMultisigSubsignature.md
│       │   │   │   │   ├── SDKs:javascript:classes:indexerModels.TransactionsResponse.md
│       │   │   │   │   ├── SDKs:javascript:classes:indexerModels.TransactionStateProof.md
│       │   │   │   │   ├── SDKs:javascript:classes:Kmd.md
│       │   │   │   │   ├── SDKs:javascript:classes:LogicSig.md
│       │   │   │   │   ├── SDKs:javascript:classes:LogicSigAccount.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.Account.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.AccountApplicationResponse.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.AccountAssetHolding.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.AccountAssetResponse.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.AccountAssetsInformationResponse.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.AccountParticipation.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.AccountStateDelta.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.AppCallLogs.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.Application.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.ApplicationInitialStates.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.ApplicationKVStorage.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.ApplicationLocalReference.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.ApplicationLocalState.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.ApplicationParams.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.ApplicationStateOperation.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.ApplicationStateSchema.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.Asset.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.AssetHolding.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.AssetHoldingReference.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.AssetParams.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.AvmKeyValue.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.AvmValue.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.BlockHashResponse.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.BlockLogsResponse.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.BlockResponse.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.BlockTxidsResponse.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.Box.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.BoxDescriptor.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.BoxesResponse.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.BoxReference.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.BuildVersion.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.CompileResponse.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.DisassembleResponse.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.DryrunRequest.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.DryrunResponse.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.DryrunSource.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.DryrunState.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.DryrunTxnResult.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.ErrorResponse.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.EvalDelta.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.EvalDeltaKeyValue.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.GetBlockTimeStampOffsetResponse.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.GetSyncRoundResponse.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.KvDelta.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.LedgerStateDeltaForTransactionGroup.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.LightBlockHeaderProof.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.NodeStatusResponse.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.PendingTransactionResponse.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.PendingTransactionsResponse.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.PostTransactionsResponse.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.ScratchChange.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.SimulateInitialStates.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.SimulateRequest.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.SimulateRequestTransactionGroup.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.SimulateResponse.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.SimulateTraceConfig.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.SimulateTransactionGroupResult.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.SimulateTransactionResult.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.SimulateUnnamedResourcesAccessed.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.SimulationEvalOverrides.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.SimulationOpcodeTraceUnit.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.SimulationTransactionExecTrace.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.StateProof.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.StateProofMessage.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.SupplyResponse.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.TealKeyValue.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.TealValue.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.TransactionGroupLedgerStateDeltasForRoundResponse.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.TransactionParametersResponse.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.TransactionProofResponse.md
│       │   │   │   │   ├── SDKs:javascript:classes:modelsv2.Version.md
│       │   │   │   │   ├── SDKs:javascript:classes:SourceMap.md
│       │   │   │   │   ├── SDKs:javascript:classes:Transaction.md
│       │   │   │   │   ├── SDKs:javascript:enums:ABIReferenceType.md
│       │   │   │   │   ├── SDKs:javascript:enums:ABITransactionType.md
│       │   │   │   │   ├── SDKs:javascript:enums:AtomicTransactionComposerStatus.md
│       │   │   │   │   ├── SDKs:javascript:enums:IntDecoding.md
│       │   │   │   │   ├── SDKs:javascript:enums:OnApplicationComplete.md
│       │   │   │   │   ├── SDKs:javascript:enums:TransactionType.md
│       │   │   │   │   ├── SDKs:javascript:examples:README.md
│       │   │   │   │   ├── SDKs:javascript:FAQ.md
│       │   │   │   │   ├── SDKs:javascript:interfaces:ABIContractNetworkInfo.md
│       │   │   │   │   ├── SDKs:javascript:interfaces:ABIContractNetworks.md
│       │   │   │   │   ├── SDKs:javascript:interfaces:ABIContractParams.md
│       │   │   │   │   ├── SDKs:javascript:interfaces:ABIInterfaceParams.md
│       │   │   │   │   ├── SDKs:javascript:interfaces:ABIMethodArgParams.md
│       │   │   │   │   ├── SDKs:javascript:interfaces:ABIMethodParams.md
│       │   │   │   │   ├── SDKs:javascript:interfaces:ABIMethodReturnParams.md
│       │   │   │   │   ├── SDKs:javascript:interfaces:ABIResult.md
│       │   │   │   │   ├── SDKs:javascript:interfaces:Account.md
│       │   │   │   │   ├── SDKs:javascript:interfaces:Address.md
│       │   │   │   │   ├── SDKs:javascript:interfaces:AlgodTokenHeader.md
│       │   │   │   │   ├── SDKs:javascript:interfaces:BaseHTTPClient.md
│       │   │   │   │   ├── SDKs:javascript:interfaces:BaseHTTPClientError.md
│       │   │   │   │   ├── SDKs:javascript:interfaces:BaseHTTPClientResponse.md
│       │   │   │   │   ├── SDKs:javascript:interfaces:BoxReference.md
│       │   │   │   │   ├── SDKs:javascript:interfaces:CustomTokenHeader.md
│       │   │   │   │   ├── SDKs:javascript:interfaces:EncodedAssetParams.md
│       │   │   │   │   ├── SDKs:javascript:interfaces:EncodedBoxReference.md
│       │   │   │   │   ├── SDKs:javascript:interfaces:EncodedGlobalStateSchema.md
│       │   │   │   │   ├── SDKs:javascript:interfaces:EncodedLocalStateSchema.md
│       │   │   │   │   ├── SDKs:javascript:interfaces:EncodedLogicSig.md
│       │   │   │   │   ├── SDKs:javascript:interfaces:EncodedLogicSigAccount.md
│       │   │   │   │   ├── SDKs:javascript:interfaces:EncodedMultisig.md
│       │   │   │   │   ├── SDKs:javascript:interfaces:EncodedSignedTransaction.md
│       │   │   │   │   ├── SDKs:javascript:interfaces:EncodedSubsig.md
│       │   │   │   │   ├── SDKs:javascript:interfaces:EncodedTransaction.md
│       │   │   │   │   ├── SDKs:javascript:interfaces:IndexerTokenHeader.md
│       │   │   │   │   ├── SDKs:javascript:interfaces:KMDTokenHeader.md
│       │   │   │   │   ├── SDKs:javascript:interfaces:MultisigMetadata.md
│       │   │   │   │   ├── SDKs:javascript:interfaces:SignedTransaction.md
│       │   │   │   │   ├── SDKs:javascript:interfaces:SuggestedParams.md
│       │   │   │   │   ├── SDKs:javascript:interfaces:TransactionParams.md
│       │   │   │   │   ├── SDKs:javascript:interfaces:TransactionWithSigner.md
│       │   │   │   │   ├── SDKs:javascript:modules:indexerModels.md
│       │   │   │   │   ├── SDKs:javascript:modules:modelsv2.md
│       │   │   │   │   ├── SDKs:javascript:modules.md
│       │   │   │   │   ├── SDKs:javascript:README.md
│       │   │   │   │   ├── SDKs:python:algosdk:v2client:harness:README.md
│       │   │   │   │   ├── SDKs:python:examples:README.md
│       │   │   │   │   ├── SDKs:python:README.md
│       │   │   │   │   ├── tealscript:examples_amm_README.md
│       │   │   │   │   ├── tealscript:examples_auction_README.md
│       │   │   │   │   ├── tealscript:examples_big_box_README.md
│       │   │   │   │   ├── tealscript:examples_itxns_README.md
│       │   │   │   │   ├── tealscript:examples_lsig_with_app_README.md
│       │   │   │   │   ├── tealscript:examples_reti_README.md
│       │   │   │   │   ├── tealscript:FEATURES.md
│       │   │   │   │   ├── tealscript:guides_atomic_txn.md
│       │   │   │   │   ├── tealscript:guides_features.md
│       │   │   │   │   ├── tealscript:guides_getting_started.md
│       │   │   │   │   ├── tealscript:guides_inner_transactions.md
│       │   │   │   │   ├── tealscript:guides_lifecycle.md
│       │   │   │   │   ├── tealscript:guides_math.md
│       │   │   │   │   ├── tealscript:guides_methods.md
│       │   │   │   │   ├── tealscript:guides_multiple_contracts.md
│       │   │   │   │   ├── tealscript:guides_pyteal.md
│       │   │   │   │   ├── tealscript:guides_storage.md
│       │   │   │   │   ├── tealscript:guides_Supported Types_arrays.md
│       │   │   │   │   ├── tealscript:guides_Supported Types_numbers.md
│       │   │   │   │   ├── TEALScript:README.md
│       │   │   │   │   ├── tealscript:tests_test_package_README.md
│       │   │   │   │   ├── tealscript:tutorials_Hello World_0001-intro.md
│       │   │   │   │   ├── tealscript:tutorials_Hello World_0002-init.md
│       │   │   │   │   ├── tealscript:tutorials_Hello World_0003-contract.md
│       │   │   │   │   ├── tealscript:tutorials_Hello World_0004-artifacts.md
│       │   │   │   │   ├── tealscript:tutorials_Hello World_0005-hello.md
│       │   │   │   │   └── tealscript:tutorials_Hello World_0006-test.md
│       │   │   │   └── taxonomy-categories
│       │   │   │       ├── algokit-utils.json
│       │   │   │       ├── algokit.json
│       │   │   │       ├── arcs.json
│       │   │   │       ├── clis.json
│       │   │   │       ├── details.json
│       │   │   │       ├── developers.json
│       │   │   │       ├── liquid-auth.json
│       │   │   │       ├── nodes.json
│       │   │   │       ├── puya.json
│       │   │   │       ├── python.json
│       │   │   │       ├── sdks.json
│       │   │   │       └── tealscript.json
│       │   │   └── wallet
│       │   │       └── index.ts
│       │   ├── tools
│       │   │   ├── accountManager.ts
│       │   │   ├── algodManager.ts
│       │   │   ├── apiManager
│       │   │   │   ├── algod
│       │   │   │   │   ├── account.ts
│       │   │   │   │   ├── application.ts
│       │   │   │   │   ├── asset.ts
│       │   │   │   │   ├── index.ts
│       │   │   │   │   └── transaction.ts
│       │   │   │   ├── example
│       │   │   │   │   ├── get-balance.ts
│       │   │   │   │   └── index.ts
│       │   │   │   ├── index.ts
│       │   │   │   ├── indexer
│       │   │   │   │   ├── account.ts
│       │   │   │   │   ├── application.ts
│       │   │   │   │   ├── asset.ts
│       │   │   │   │   ├── index.ts
│       │   │   │   │   └── transaction.ts
│       │   │   │   ├── nfd
│       │   │   │   │   └── index.ts
│       │   │   │   ├── tinyman
│       │   │   │   │   ├── analytics.ts
│       │   │   │   │   ├── bootstrap.ts
│       │   │   │   │   ├── index.ts
│       │   │   │   │   ├── liquidity.ts
│       │   │   │   │   ├── opt_in.ts
│       │   │   │   │   ├── pool.ts
│       │   │   │   │   ├── remove_liquidity.ts
│       │   │   │   │   └── swap.ts
│       │   │   │   ├── ultrade
│       │   │   │   │   ├── index.ts
│       │   │   │   │   ├── market.ts
│       │   │   │   │   ├── system.ts
│       │   │   │   │   └── wallet.ts
│       │   │   │   └── vestige
│       │   │   │       ├── assets.ts
│       │   │   │       ├── balances.ts
│       │   │   │       ├── index.ts
│       │   │   │       ├── networks.ts
│       │   │   │       ├── notes.ts
│       │   │   │       ├── pools.ts
│       │   │   │       ├── protocols.ts
│       │   │   │       ├── swaps.ts
│       │   │   │       └── vaults.ts
│       │   │   ├── arc26Manager.ts
│       │   │   ├── index.ts
│       │   │   ├── knowledgeManager.ts
│       │   │   ├── transactionManager
│       │   │   │   ├── accountTransactions.ts
│       │   │   │   ├── appTransactions
│       │   │   │   │   ├── callTxn.ts
│       │   │   │   │   ├── clearTxn.ts
│       │   │   │   │   ├── closeOutTxn.ts
│       │   │   │   │   ├── createTxn.ts
│       │   │   │   │   ├── deleteTxn.ts
│       │   │   │   │   ├── index.ts
│       │   │   │   │   ├── optInTxn.ts
│       │   │   │   │   ├── test
│       │   │   │   │   │   ├── counter_approval.teal
│       │   │   │   │   │   ├── counter_clear.teal
│       │   │   │   │   │   ├── storage_test_approval_v2.teal
│       │   │   │   │   │   ├── storage_test_approval.teal
│       │   │   │   │   │   └── storage_test_clear.teal
│       │   │   │   │   ├── types.ts
│       │   │   │   │   └── updateTxn.ts
│       │   │   │   ├── assetTransactions.ts
│       │   │   │   ├── generalTransaction.ts
│       │   │   │   └── index.ts
│       │   │   └── utilityManager.ts
│       │   ├── types.ts
│       │   └── utils
│       │       └── responseProcessor.ts
│       ├── tests
│       │   ├── resources
│       │   │   ├── algod
│       │   │   │   ├── account.test.ts
│       │   │   │   ├── application.test.ts
│       │   │   │   ├── asset.test.ts
│       │   │   │   └── transaction.test.ts
│       │   │   └── indexer
│       │   │       ├── account.test.ts
│       │   │       ├── application.test.ts
│       │   │       ├── asset.test.ts
│       │   │       └── transaction.test.ts
│       │   └── tools
│       │       ├── accountManager.test.ts
│       │       ├── algodManager.test.ts
│       │       ├── apiManager
│       │       │   └── example
│       │       │       └── get-balance.test.ts
│       │       ├── transactionManager
│       │       │   ├── accountTransactionManager.test.ts
│       │       │   ├── appTransactionManager.test.ts
│       │       │   ├── assetTransactionManager.test.ts
│       │       │   ├── generalTransactionManager.test.ts
│       │       │   └── transactionManager.test.ts
│       │       └── utilityManager.test.ts
│       └── tsconfig.json
├── README.md
├── rename_files.sh
└── tsconfig.json
```

# Files

--------------------------------------------------------------------------------
/packages/server/src/resources/knowledge/taxonomy/index.md:
--------------------------------------------------------------------------------

```markdown
# Algorand Knowledge Index

## Categories

### General
- [SDKs:javascript:interfaces:TransactionParams](taxonomy/SDKs:javascript:interfaces:TransactionParams.md): [algosdk](../README.md) / [Exports](../modules.md) / TransactionParams

### General
- [SDKs:javascript:classes:indexerModels.Block](taxonomy/SDKs:javascript:classes:indexerModels.Block.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / Block

### General
- [algokit:utils:python:markdown:index](taxonomy/algokit:utils:python:markdown:index.md): AlgoKit Python Utilities

### General
- [SDKs:javascript:classes:indexerModels.TransactionKeyreg](taxonomy/SDKs:javascript:classes:indexerModels.TransactionKeyreg.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / TransactionKeyreg

### General
- [ARCs:specs:arc-0020](taxonomy/ARCs:specs:arc-0020.md): ---

### General
- [SDKs:javascript:modules](taxonomy/SDKs:javascript:modules.md): [algosdk](README.md) / Exports

### General
- [developer:docs:clis:goal:clerk:tealsign](taxonomy/developer:docs:clis:goal:clerk:tealsign.md): title: goal clerk tealsign

### General
- [algokit:utils:typescript:capabilities:asset](taxonomy/algokit:utils:typescript:capabilities:asset.md): Assets

### General
- [developer:docs:clis:diagcfg:metric:metric](taxonomy/developer:docs:clis:diagcfg:metric:metric.md): title: diagcfg metric

### General
- [algokit:utils:typescript:code:modules:types_app_spec](taxonomy/algokit:utils:typescript:code:modules:types_app_spec.md): [@algorandfoundation/algokit-utils](../README.md) / types/app-spec

### General
- [developer:docs:clis:goal:ledger:supply](taxonomy/developer:docs:clis:goal:ledger:supply.md): title: goal ledger supply

### General
- [TEALScript:guides:lifecycle](taxonomy/TEALScript:guides:lifecycle.md): ---

### General
- [algokit:utils:python:source:capabilities:client](taxonomy/algokit:utils:python:source:capabilities:client.md): Client management

### General
- [SDKs:javascript:classes:indexerModels.ApplicationsResponse](taxonomy/SDKs:javascript:classes:indexerModels.ApplicationsResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / ApplicationsResponse

### General
- [SDKs:javascript:enums:ABIReferenceType](taxonomy/SDKs:javascript:enums:ABIReferenceType.md): [algosdk](../README.md) / [Exports](../modules.md) / ABIReferenceType

### General
- [developer:docs:clis:goal:app:interact:query](taxonomy/developer:docs:clis:goal:app:interact:query.md): title: goal app interact query

### General
- [SDKs:javascript:classes:modelsv2.GetSyncRoundResponse](taxonomy/SDKs:javascript:classes:modelsv2.GetSyncRoundResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / GetSyncRoundResponse

### General
- [algokit:utils:typescript:code:modules:types_algorand_client_interface](taxonomy/algokit:utils:typescript:code:modules:types_algorand_client_interface.md): [@algorandfoundation/algokit-utils](../README.md) / types/algorand-client-interface

### General
- [algokit:utils:typescript:code:modules:types_async_event_emitter](taxonomy/algokit:utils:typescript:code:modules:types_async_event_emitter.md): [@algorandfoundation/algokit-utils](../README.md) / types/async-event-emitter

### General
- [SDKs:javascript:classes:indexerModels.BlockUpgradeVote](taxonomy/SDKs:javascript:classes:indexerModels.BlockUpgradeVote.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / BlockUpgradeVote

### General
- [algokit:utils:typescript:code:interfaces:types_app.AppCompilationResult](taxonomy/algokit:utils:typescript:code:interfaces:types_app.AppCompilationResult.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app](../modules/types_app.md) / AppCompilationResult

### General
- [TEALScript:tutorials:Hello World:0001-intro](taxonomy/TEALScript:tutorials:Hello World:0001-intro.md): ---

### General
- [SDKs:javascript:classes:modelsv2.SimulateRequestTransactionGroup](taxonomy/SDKs:javascript:classes:modelsv2.SimulateRequestTransactionGroup.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / SimulateRequestTransactionGroup

### General
- [SDKs:javascript:classes:LogicSigAccount](taxonomy/SDKs:javascript:classes:LogicSigAccount.md): [algosdk](../README.md) / [Exports](../modules.md) / LogicSigAccount

### General
- [algokit:utils:typescript:code:interfaces:types_asset.CreateAssetParams](taxonomy/algokit:utils:typescript:code:interfaces:types_asset.CreateAssetParams.md): [@algorandfoundation/algokit-utils](../README.md) / [types/asset](../modules/types_asset.md) / CreateAssetParams

### General
- [algokit:utils:typescript:capabilities:account](taxonomy/algokit:utils:typescript:capabilities:account.md): Account management

### General
- [SDKs:javascript:interfaces:SignedTransaction](taxonomy/SDKs:javascript:interfaces:SignedTransaction.md): [algosdk](../README.md) / [Exports](../modules.md) / SignedTransaction

### General
- [algokit:utils:python:README](taxonomy/algokit:utils:python:README.md): AlgoKit Python Utilities

### General
- [algokit:cli:architecture-decisions:2023-01-11_brew_install](taxonomy/algokit:cli:architecture-decisions:2023-01-11_brew_install.md): HomeBrew install strategy

### General
- [SDKs:javascript:README](taxonomy/SDKs:javascript:README.md): js-algorand-sdk

### General
- [SDKs:javascript:interfaces:EncodedLocalStateSchema](taxonomy/SDKs:javascript:interfaces:EncodedLocalStateSchema.md): [algosdk](../README.md) / [Exports](../modules.md) / EncodedLocalStateSchema

### General
- [algokit:utils:typescript:code:interfaces:types_app_deployer.AppLookup](taxonomy/algokit:utils:typescript:code:interfaces:types_app_deployer.AppLookup.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-deployer](../modules/types_app_deployer.md) / AppLookup

### General
- [developer:docs:clis:goal:account:multisig:info](taxonomy/developer:docs:clis:goal:account:multisig:info.md): title: goal account multisig info

### General
- [ARCs:specs:arc-0004](taxonomy/ARCs:specs:arc-0004.md): ---

### General
- [ARCs:specs:arc-0055](taxonomy/ARCs:specs:arc-0055.md): ---

### General
- [algokit:utils:typescript:code:interfaces:types_logic_error.LogicErrorDetails](taxonomy/algokit:utils:typescript:code:interfaces:types_logic_error.LogicErrorDetails.md): [@algorandfoundation/algokit-utils](../README.md) / [types/logic-error](../modules/types_logic_error.md) / LogicErrorDetails

### General
- [algokit:utils:typescript:code:interfaces:types_app.TealTemplateParams](taxonomy/algokit:utils:typescript:code:interfaces:types_app.TealTemplateParams.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app](../modules/types_app.md) / TealTemplateParams

### General
- [developer:docs:clis:diagcfg:telemetry:name](taxonomy/developer:docs:clis:diagcfg:telemetry:name.md): title: diagcfg telemetry name

### General
- [SDKs:javascript:enums:AtomicTransactionComposerStatus](taxonomy/SDKs:javascript:enums:AtomicTransactionComposerStatus.md): [algosdk](../README.md) / [Exports](../modules.md) / AtomicTransactionComposerStatus

### General
- [algokit:utils:typescript:code:interfaces:types_app_spec.AppSources](taxonomy/algokit:utils:typescript:code:interfaces:types_app_spec.AppSources.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-spec](../modules/types_app_spec.md) / AppSources

### General
- [developer:docs:clis:goal:clerk:split](taxonomy/developer:docs:clis:goal:clerk:split.md): title: goal clerk split

### General
- [algokit:cli:features:project](taxonomy/algokit:cli:features:project.md): AlgoKit Project

### General
- [algokit:utils:typescript:code:classes:types_app_arc56.Arc56Method](taxonomy/algokit:utils:typescript:code:classes:types_app_arc56.Arc56Method.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-arc56](../modules/types_app_arc56.md) / Arc56Method

### General
- [algokit:utils:typescript:code:classes:testing.TestLogger](taxonomy/algokit:utils:typescript:code:classes:testing.TestLogger.md): [@algorandfoundation/algokit-utils](../README.md) / [testing](../modules/testing.md) / TestLogger

### General
- [SDKs:javascript:classes:indexerModels.ApplicationLogData](taxonomy/SDKs:javascript:classes:indexerModels.ApplicationLogData.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / ApplicationLogData

### General
- [SDKs:javascript:classes:indexerModels.StateProofTracking](taxonomy/SDKs:javascript:classes:indexerModels.StateProofTracking.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / StateProofTracking

### General
- [ARCs:specs:arc-0010](taxonomy/ARCs:specs:arc-0010.md): ---

### General
- [algokit:cli:architecture-decisions:2024-01-31_binary_distribution](taxonomy/algokit:cli:architecture-decisions:2024-01-31_binary_distribution.md): AlgoKit CLI binary distribution

### General
- [algokit:docs:testnet_api](taxonomy/algokit:docs:testnet_api.md): AlgoKit TestNet Dispenser API Documentation

### General
- [algokit:utils:typescript:code:classes:types_config.UpdatableConfig](taxonomy/algokit:utils:typescript:code:classes:types_config.UpdatableConfig.md): [@algorandfoundation/algokit-utils](../README.md) / [types/config](../modules/types_config.md) / UpdatableConfig

### General
- [developer:docs:clis:goal:app:optin](taxonomy/developer:docs:clis:goal:app:optin.md): title: goal app optin

### General
- [algokit:utils:typescript:code:interfaces:types_asset.AssetOptInParams](taxonomy/algokit:utils:typescript:code:interfaces:types_asset.AssetOptInParams.md): [@algorandfoundation/algokit-utils](../README.md) / [types/asset](../modules/types_asset.md) / AssetOptInParams

### General
- [algokit:cli:features:tasks:send](taxonomy/algokit:cli:features:tasks:send.md): AlgoKit Task Send

### General
- [developer:docs:clis:goal:account:deletepartkey](taxonomy/developer:docs:clis:goal:account:deletepartkey.md): title: goal account deletepartkey

### General
- [algokit:utils:typescript:code:interfaces:types_app.CreateAppParams](taxonomy/algokit:utils:typescript:code:interfaces:types_app.CreateAppParams.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app](../modules/types_app.md) / CreateAppParams

### General
- [algokit:utils:python:markdown:capabilities:app-client](taxonomy/algokit:utils:python:markdown:capabilities:app-client.md): App client

### General
- [algokit:utils:typescript:v8-migration](taxonomy/algokit:utils:typescript:v8-migration.md): v8 migration

### General
- [developer:docs:clis:goal:app:box:box](taxonomy/developer:docs:clis:goal:app:box:box.md): title: goal app box

### General
- [SDKs:javascript:classes:ABIUintType](taxonomy/SDKs:javascript:classes:ABIUintType.md): [algosdk](../README.md) / [Exports](../modules.md) / ABIUintType

### General
- [SDKs:javascript:classes:ABIInterface](taxonomy/SDKs:javascript:classes:ABIInterface.md): [algosdk](../README.md) / [Exports](../modules.md) / ABIInterface

### General
- [algokit:utils:typescript:code:interfaces:types_client_manager.TypedAppFactory](taxonomy/algokit:utils:typescript:code:interfaces:types_client_manager.TypedAppFactory.md): [@algorandfoundation/algokit-utils](../README.md) / [types/client-manager](../modules/types_client_manager.md) / TypedAppFactory

### General
- [SDKs:javascript:classes:modelsv2.DryrunState](taxonomy/SDKs:javascript:classes:modelsv2.DryrunState.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / DryrunState

### General
- [SDKs:javascript:classes:modelsv2.AssetParams](taxonomy/SDKs:javascript:classes:modelsv2.AssetParams.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / AssetParams

### General
- [TEALScript:tutorials:Hello World:0003-contract](taxonomy/TEALScript:tutorials:Hello World:0003-contract.md): ---

### General
- [SDKs:javascript:modules:modelsv2](taxonomy/SDKs:javascript:modules:modelsv2.md): [algosdk](../README.md) / [Exports](../modules.md) / modelsv2

### General
- [developer:docs:clis:goal:node:generate-p2pid](taxonomy/developer:docs:clis:goal:node:generate-p2pid.md): title: goal node generate-p2pid

### General
- [developer:docs:clis:goal:completion:bash](taxonomy/developer:docs:clis:goal:completion:bash.md): title: goal completion bash

### General
- [algokit:utils:typescript:code:modules:types_algorand_client_transaction_sender](taxonomy/algokit:utils:typescript:code:modules:types_algorand_client_transaction_sender.md): [@algorandfoundation/algokit-utils](../README.md) / types/algorand-client-transaction-sender

### General
- [developer:docs:clis:algokey:multisig:append-auth-addr](taxonomy/developer:docs:clis:algokey:multisig:append-auth-addr.md): title: algokey multisig append-auth-addr

### General
- [algokit:utils:typescript:code:interfaces:types_app.AppStorageSchema](taxonomy/algokit:utils:typescript:code:interfaces:types_app.AppStorageSchema.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app](../modules/types_app.md) / AppStorageSchema

### General
- [algokit:utils:typescript:code:interfaces:types_app.BoxName](taxonomy/algokit:utils:typescript:code:interfaces:types_app.BoxName.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app](../modules/types_app.md) / BoxName

### General
- [algokit:utils:typescript:code:interfaces:types_transaction.AtomicTransactionComposerToSend](taxonomy/algokit:utils:typescript:code:interfaces:types_transaction.AtomicTransactionComposerToSend.md): [@algorandfoundation/algokit-utils](../README.md) / [types/transaction](../modules/types_transaction.md) / AtomicTransactionComposerToSend

### General
- [algokit:utils:typescript:code:modules:testing](taxonomy/algokit:utils:typescript:code:modules:testing.md): [@algorandfoundation/algokit-utils](../README.md) / testing

### General
- [algokit:utils:typescript:code:modules:types_app_arc56](taxonomy/algokit:utils:typescript:code:modules:types_app_arc56.md): [@algorandfoundation/algokit-utils](../README.md) / types/app-arc56

### General
- [SDKs:javascript:classes:modelsv2.Asset](taxonomy/SDKs:javascript:classes:modelsv2.Asset.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / Asset

### General
- [SDKs:javascript:classes:modelsv2.DryrunResponse](taxonomy/SDKs:javascript:classes:modelsv2.DryrunResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / DryrunResponse

### General
- [SDKs:javascript:classes:modelsv2.AccountAssetHolding](taxonomy/SDKs:javascript:classes:modelsv2.AccountAssetHolding.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / AccountAssetHolding

### General
- [algokit:utils:typescript:code:interfaces:types_app_arc56.StorageKey](taxonomy/algokit:utils:typescript:code:interfaces:types_app_arc56.StorageKey.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-arc56](../modules/types_app_arc56.md) / StorageKey

### General
- [ARCs:specs:arc-0034](taxonomy/ARCs:specs:arc-0034.md): ---

### General
- [ARCs:specs:arc-0065](taxonomy/ARCs:specs:arc-0065.md): ---

### General
- [developer:docs:clis:algokey:part:keyreg](taxonomy/developer:docs:clis:algokey:part:keyreg.md): title: algokey part keyreg

### General
- [SDKs:javascript:classes:indexerModels.ParticipationUpdates](taxonomy/SDKs:javascript:classes:indexerModels.ParticipationUpdates.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / ParticipationUpdates

### General
- [algokit:cli:architecture-decisions:2024-03-06_local_dev_ui_packaging](taxonomy/algokit:cli:architecture-decisions:2024-03-06_local_dev_ui_packaging.md): Local dev UI packaging

### General
- [TEALScript:tutorials:Hello World:0004-artifacts](taxonomy/TEALScript:tutorials:Hello World:0004-artifacts.md): ---

### General
- [SDKs:javascript:interfaces:EncodedTransaction](taxonomy/SDKs:javascript:interfaces:EncodedTransaction.md): [algosdk](../README.md) / [Exports](../modules.md) / EncodedTransaction

### General
- [algokit:utils:typescript:code:interfaces:types_network_client.AlgoClientConfig](taxonomy/algokit:utils:typescript:code:interfaces:types_network_client.AlgoClientConfig.md): [@algorandfoundation/algokit-utils](../README.md) / [types/network-client](../modules/types_network_client.md) / AlgoClientConfig

### General
- [SDKs:javascript:classes:modelsv2.BlockResponse](taxonomy/SDKs:javascript:classes:modelsv2.BlockResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / BlockResponse

### General
- [ARCs:specs:arc-0000](taxonomy/ARCs:specs:arc-0000.md): ---

### General
- [algokit:utils:typescript:code:classes:types_app_manager.AppManager](taxonomy/algokit:utils:typescript:code:classes:types_app_manager.AppManager.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-manager](../modules/types_app_manager.md) / AppManager

### General
- [developer:docs:clis:conduit:init](taxonomy/developer:docs:clis:conduit:init.md): title: conduit init

### General
- [algokit:utils:typescript:code:modules:types_debugging](taxonomy/algokit:utils:typescript:code:modules:types_debugging.md): [@algorandfoundation/algokit-utils](../README.md) / types/debugging

### General
- [algokit:cli:architecture-decisions:2022-11-14_sandbox-approach](taxonomy/algokit:cli:architecture-decisions:2022-11-14_sandbox-approach.md): AlgoKit sandbox approach

### General
- [developer:docs:clis:goal:clerk:dryrun-remote](taxonomy/developer:docs:clis:goal:clerk:dryrun-remote.md): title: goal clerk dryrun-remote

### General
- [algokit:cli:algokit](taxonomy/algokit:cli:algokit.md): AlgoKit

### General
- [SDKs:javascript:classes:ABIContract](taxonomy/SDKs:javascript:classes:ABIContract.md): [algosdk](../README.md) / [Exports](../modules.md) / ABIContract

### General
- [TEALScript:tutorials:Hello World:0005-hello](taxonomy/TEALScript:tutorials:Hello World:0005-hello.md): ---

### General
- [SDKs:javascript:classes:indexerModels.ApplicationLogsResponse](taxonomy/SDKs:javascript:classes:indexerModels.ApplicationLogsResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / ApplicationLogsResponse

### General
- [SDKs:javascript:classes:modelsv2.SimulateUnnamedResourcesAccessed](taxonomy/SDKs:javascript:classes:modelsv2.SimulateUnnamedResourcesAccessed.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / SimulateUnnamedResourcesAccessed

### General
- [algokit:utils:typescript:code:interfaces:types_transaction.TransactionToSign](taxonomy/algokit:utils:typescript:code:interfaces:types_transaction.TransactionToSign.md): [@algorandfoundation/algokit-utils](../README.md) / [types/transaction](../modules/types_transaction.md) / TransactionToSign

### General
- [ARCs:specs:arc-0011](taxonomy/ARCs:specs:arc-0011.md): ---

### General
- [algokit:utils:typescript:capabilities:app-deploy](taxonomy/algokit:utils:typescript:capabilities:app-deploy.md): App deployment

### General
- [algokit:utils:typescript:code:interfaces:types_asset_manager.BulkAssetOptInOutResult](taxonomy/algokit:utils:typescript:code:interfaces:types_asset_manager.BulkAssetOptInOutResult.md): [@algorandfoundation/algokit-utils](../README.md) / [types/asset-manager](../modules/types_asset_manager.md) / BulkAssetOptInOutResult

### General
- [ARCs:specs:arc-0074](taxonomy/ARCs:specs:arc-0074.md): ---

### General
- [ARCs:specs:arc-0025](taxonomy/ARCs:specs:arc-0025.md): ---

### General
- [developer:docs:clis:diagcfg:telemetry:telemetry](taxonomy/developer:docs:clis:diagcfg:telemetry:telemetry.md): title: diagcfg telemetry

### General
- [developer:docs:clis:goal:clerk:group](taxonomy/developer:docs:clis:goal:clerk:group.md): title: goal clerk group

### General
- [algokit:utils:typescript:code:interfaces:types_testing.AlgorandFixture](taxonomy/algokit:utils:typescript:code:interfaces:types_testing.AlgorandFixture.md): [@algorandfoundation/algokit-utils](../README.md) / [types/testing](../modules/types_testing.md) / AlgorandFixture

### General
- [algokit:utils:typescript:code:interfaces:types_app_client.AppClientDeployCallInterfaceParams](taxonomy/algokit:utils:typescript:code:interfaces:types_app_client.AppClientDeployCallInterfaceParams.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-client](../modules/types_app_client.md) / AppClientDeployCallInterfaceParams

### General
- [developer:docs:clis:goal:app:clear](taxonomy/developer:docs:clis:goal:app:clear.md): title: goal app clear

### General
- [algokit:utils:typescript:code:classes:types_client_manager.ClientManager](taxonomy/algokit:utils:typescript:code:classes:types_client_manager.ClientManager.md): [@algorandfoundation/algokit-utils](../README.md) / [types/client-manager](../modules/types_client_manager.md) / ClientManager

### General
- [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`

### General
- [SDKs:javascript:classes:modelsv2.ErrorResponse](taxonomy/SDKs:javascript:classes:modelsv2.ErrorResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / ErrorResponse

### General
- [SDKs:javascript:classes:indexerModels.TransactionSignature](taxonomy/SDKs:javascript:classes:indexerModels.TransactionSignature.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / TransactionSignature

### General
- [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.

### General
- [algokit:utils:python:source:capabilities:app-client](taxonomy/algokit:utils:python:source:capabilities:app-client.md): App client

### General
- [SDKs:javascript:classes:ABIArrayDynamicType](taxonomy/SDKs:javascript:classes:ABIArrayDynamicType.md): [algosdk](../README.md) / [Exports](../modules.md) / ABIArrayDynamicType

### General
- [algokit:utils:typescript:code:interfaces:types_testing.AlgoKitLogCaptureFixture](taxonomy/algokit:utils:typescript:code:interfaces:types_testing.AlgoKitLogCaptureFixture.md): [@algorandfoundation/algokit-utils](../README.md) / [types/testing](../modules/types_testing.md) / AlgoKitLogCaptureFixture

### General
- [SDKs:javascript:interfaces:TransactionWithSigner](taxonomy/SDKs:javascript:interfaces:TransactionWithSigner.md): [algosdk](../README.md) / [Exports](../modules.md) / TransactionWithSigner

### General
- [algokit:utils:typescript:code:interfaces:types_app.AppCallTransactionResultOfType](taxonomy/algokit:utils:typescript:code:interfaces:types_app.AppCallTransactionResultOfType.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app](../modules/types_app.md) / AppCallTransactionResultOfType

### General
- [algokit:utils:typescript:code:classes:types_dispenser_client.TestNetDispenserApiClient](taxonomy/algokit:utils:typescript:code:classes:types_dispenser_client.TestNetDispenserApiClient.md): [@algorandfoundation/algokit-utils](../README.md) / [types/dispenser-client](../modules/types_dispenser_client.md) / TestNetDispenserApiClient

### General
- [TEALScript:examples:reti:README](taxonomy/TEALScript:examples:reti:README.md): Reti contracts from https://github.com/TxnLab/reti/tree/2567018024ab8c2b3c59142e26cb55ce78bd2414

### General
- [developer:docs:clis:goal:account:export](taxonomy/developer:docs:clis:goal:account:export.md): title: goal account export

### General
- [algokit:utils:typescript:capabilities:testing](taxonomy/algokit:utils:typescript:capabilities:testing.md): Automated testing

### General
- [developer:docs:clis:goal:asset:freeze](taxonomy/developer:docs:clis:goal:asset:freeze.md): title: goal asset freeze

### General
- [algokit:utils:typescript:code:modules:types_indexer](taxonomy/algokit:utils:typescript:code:modules:types_indexer.md): [@algorandfoundation/algokit-utils](../README.md) / types/indexer

### General
- [SDKs:javascript:classes:ABIByteType](taxonomy/SDKs:javascript:classes:ABIByteType.md): [algosdk](../README.md) / [Exports](../modules.md) / ABIByteType

### General
- [developer:docs:clis:goal:asset:send](taxonomy/developer:docs:clis:goal:asset:send.md): title: goal asset send

### General
- [algokit:cli:features:tasks](taxonomy/algokit:cli:features:tasks.md): AlgoKit Tasks

### General
- [developer:docs:clis:goal:app:method](taxonomy/developer:docs:clis:goal:app:method.md): title: goal app method

### General
- [algokit:utils:python:markdown:apidocs:algokit_utils:algokit_utils](taxonomy/algokit:utils:python:markdown:apidocs:algokit_utils:algokit_utils.md): [`algokit_utils`](#module-algokit_utils)

### General
- [SDKs:javascript:classes:modelsv2.DryrunSource](taxonomy/SDKs:javascript:classes:modelsv2.DryrunSource.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / DryrunSource

### General
- [algokit:utils:typescript:code:interfaces:types_account.AccountConfig](taxonomy/algokit:utils:typescript:code:interfaces:types_account.AccountConfig.md): [@algorandfoundation/algokit-utils](../README.md) / [types/account](../modules/types_account.md) / AccountConfig

### General
- [ARCs:specs:arc-0035](taxonomy/ARCs:specs:arc-0035.md): ---

### General
- [developer:docs:clis:goal:network:pregen](taxonomy/developer:docs:clis:goal:network:pregen.md): title: goal network pregen

### General
- [TEALScript:guides:atomic_txn](taxonomy/TEALScript:guides:atomic_txn.md): ---

### General
- [algokit:utils:typescript:capabilities:debugging](taxonomy/algokit:utils:typescript:capabilities:debugging.md): Debugger

### General
- [algokit:cli:features:project:deploy](taxonomy/algokit:cli:features:project:deploy.md): AlgoKit Project Deploy

### General
- [ARCs:specs:arc-0001](taxonomy/ARCs:specs:arc-0001.md): ---

### General
- [algokit:utils:typescript:code:interfaces:types_transaction.TransactionGroupToSend](taxonomy/algokit:utils:typescript:code:interfaces:types_transaction.TransactionGroupToSend.md): [@algorandfoundation/algokit-utils](../README.md) / [types/transaction](../modules/types_transaction.md) / TransactionGroupToSend

### General
- [SDKs:javascript:classes:modelsv2.StateProof](taxonomy/SDKs:javascript:classes:modelsv2.StateProof.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / StateProof

### General
- [SDKs:javascript:classes:indexerModels.MerkleArrayProof](taxonomy/SDKs:javascript:classes:indexerModels.MerkleArrayProof.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / MerkleArrayProof

### General
- [algokit:utils:typescript:code:interfaces:types_app_deployer.AppMetadata](taxonomy/algokit:utils:typescript:code:interfaces:types_app_deployer.AppMetadata.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-deployer](../modules/types_app_deployer.md) / AppMetadata

### General
- [SDKs:javascript:classes:indexerModels.BlockUpgradeState](taxonomy/SDKs:javascript:classes:indexerModels.BlockUpgradeState.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / BlockUpgradeState

### General
- [developer:docs:clis:goal:account:dump](taxonomy/developer:docs:clis:goal:account:dump.md): title: goal account dump

### General
- [algokit:utils:typescript:code:interfaces:types_client_manager.TypedAppClient](taxonomy/algokit:utils:typescript:code:interfaces:types_client_manager.TypedAppClient.md): [@algorandfoundation/algokit-utils](../README.md) / [types/client-manager](../modules/types_client_manager.md) / TypedAppClient

### General
- [developer:docs:clis:goal:node:pendingtxns](taxonomy/developer:docs:clis:goal:node:pendingtxns.md): title: goal node pendingtxns

### General
- [ARCs:specs:arc-0021](taxonomy/ARCs:specs:arc-0021.md): ---

### General
- [algokit:utils:typescript:code:interfaces:types_config.Config](taxonomy/algokit:utils:typescript:code:interfaces:types_config.Config.md): [@algorandfoundation/algokit-utils](../README.md) / [types/config](../modules/types_config.md) / Config

### General
- [algokit:utils:typescript:code:interfaces:types_app_arc56.Arc56Contract](taxonomy/algokit:utils:typescript:code:interfaces:types_app_arc56.Arc56Contract.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-arc56](../modules/types_app_arc56.md) / Arc56Contract

### General
- [algokit:cli:features:localnet](taxonomy/algokit:cli:features:localnet.md): AlgoKit LocalNet

### General
- [algokit:utils:typescript:capabilities:event-emitter](taxonomy/algokit:utils:typescript:capabilities:event-emitter.md): Event Emitter

### General
- [developer:docs:clis:goal:account:marknonparticipating](taxonomy/developer:docs:clis:goal:account:marknonparticipating.md): title: goal account marknonparticipating

### General
- [algokit:utils:typescript:code:modules:types_kmd_account_manager](taxonomy/algokit:utils:typescript:code:modules:types_kmd_account_manager.md): [@algorandfoundation/algokit-utils](../README.md) / types/kmd-account-manager

### General
- [SDKs:javascript:classes:modelsv2.Box](taxonomy/SDKs:javascript:classes:modelsv2.Box.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / Box

### General
- [SDKs:javascript:classes:modelsv2.KvDelta](taxonomy/SDKs:javascript:classes:modelsv2.KvDelta.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / KvDelta

### General
- [SDKs:javascript:classes:indexerModels.AssetParams](taxonomy/SDKs:javascript:classes:indexerModels.AssetParams.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / AssetParams

### General
- [ARCs:specs:arc-0015](taxonomy/ARCs:specs:arc-0015.md): ---

### General
- [SDKs:javascript:classes:modelsv2.CompileResponse](taxonomy/SDKs:javascript:classes:modelsv2.CompileResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / CompileResponse

### General
- [algokit:utils:typescript:code:modules:types_lifecycle_events](taxonomy/algokit:utils:typescript:code:modules:types_lifecycle_events.md): [@algorandfoundation/algokit-utils](../README.md) / types/lifecycle-events

### General
- [algokit:utils:typescript:code:modules:types_dispenser_client](taxonomy/algokit:utils:typescript:code:modules:types_dispenser_client.md): [@algorandfoundation/algokit-utils](../README.md) / types/dispenser-client

### General
- [SDKs:javascript:interfaces:EncodedSignedTransaction](taxonomy/SDKs:javascript:interfaces:EncodedSignedTransaction.md): [algosdk](../README.md) / [Exports](../modules.md) / EncodedSignedTransaction

### General
- [developer:docs:clis:goal:clerk:multisig:merge](taxonomy/developer:docs:clis:goal:clerk:multisig:merge.md): title: goal clerk multisig merge

### General
- [algokit:utils:typescript:code:modules:types_transaction](taxonomy/algokit:utils:typescript:code:modules:types_transaction.md): [@algorandfoundation/algokit-utils](../README.md) / types/transaction

### General
- [algokit:utils:typescript:code:interfaces:types_testing.GetTestAccountParams](taxonomy/algokit:utils:typescript:code:interfaces:types_testing.GetTestAccountParams.md): [@algorandfoundation/algokit-utils](../README.md) / [types/testing](../modules/types_testing.md) / GetTestAccountParams

### General
- [developer:docs:clis:algokey:multisig:multisig](taxonomy/developer:docs:clis:algokey:multisig:multisig.md): title: algokey multisig

### General
- [algokit:utils:typescript:code:classes:types_algorand_client.AlgorandClient](taxonomy/algokit:utils:typescript:code:classes:types_algorand_client.AlgorandClient.md): [@algorandfoundation/algokit-utils](../README.md) / [types/algorand-client](../modules/types_algorand_client.md) / AlgorandClient

### General
- [SDKs:javascript:classes:modelsv2.BoxesResponse](taxonomy/SDKs:javascript:classes:modelsv2.BoxesResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / BoxesResponse

### General
- [SDKs:javascript:interfaces:EncodedLogicSig](taxonomy/SDKs:javascript:interfaces:EncodedLogicSig.md): [algosdk](../README.md) / [Exports](../modules.md) / EncodedLogicSig

### General
- [algokit:utils:typescript:code:classes:types_asset_manager.AssetManager](taxonomy/algokit:utils:typescript:code:classes:types_asset_manager.AssetManager.md): [@algorandfoundation/algokit-utils](../README.md) / [types/asset-manager](../modules/types_asset_manager.md) / AssetManager

### General
- [TEALScript:guides:multiple_contracts](taxonomy/TEALScript:guides:multiple_contracts.md): ---

### General
- [ARCs:specs:arc-0005](taxonomy/ARCs:specs:arc-0005.md): ---

### General
- [algokit:utils:typescript:code:interfaces:types_app.AppMetadata](taxonomy/algokit:utils:typescript:code:interfaces:types_app.AppMetadata.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app](../modules/types_app.md) / AppMetadata

### General
- [ARCs:specs:arc-0054](taxonomy/ARCs:specs:arc-0054.md): ---

### General
- [algokit:utils:typescript:capabilities:typed-app-clients](taxonomy/algokit:utils:typescript:capabilities:typed-app-clients.md): Typed application clients

### General
- [SDKs:javascript:classes:indexerModels.TransactionSignatureMultisig](taxonomy/SDKs:javascript:classes:indexerModels.TransactionSignatureMultisig.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / TransactionSignatureMultisig

### General
- [SDKs:javascript:classes:Transaction](taxonomy/SDKs:javascript:classes:Transaction.md): [algosdk](../README.md) / [Exports](../modules.md) / Transaction

### General
- [SDKs:javascript:classes:indexerModels.StateProofVerifier](taxonomy/SDKs:javascript:classes:indexerModels.StateProofVerifier.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / StateProofVerifier

### General
- [algokit:cli:architecture-decisions:2022-11-22_beaker-testing-strategy](taxonomy/algokit:cli:architecture-decisions:2022-11-22_beaker-testing-strategy.md): Beaker testing strategy

### General
- [SDKs:javascript:classes:indexerModels.AccountsResponse](taxonomy/SDKs:javascript:classes:indexerModels.AccountsResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / AccountsResponse

### General
- [algokit:cli:architecture-decisions:2024-01-13_native_binaries](taxonomy/algokit:cli:architecture-decisions:2024-01-13_native_binaries.md): AlgoKit CLI native binaries

### General
- [algokit:utils:typescript:code:modules:types_app_deployer](taxonomy/algokit:utils:typescript:code:modules:types_app_deployer.md): [@algorandfoundation/algokit-utils](../README.md) / types/app-deployer

### General
- [developer:docs:clis:algokey:sign](taxonomy/developer:docs:clis:algokey:sign.md): title: algokey sign

### General
- [SDKs:javascript:classes:indexerModels.TransactionsResponse](taxonomy/SDKs:javascript:classes:indexerModels.TransactionsResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / TransactionsResponse

### General
- [TEALScript:guides:inner_transactions](taxonomy/TEALScript:guides:inner_transactions.md): ---

### General
- [SDKs:javascript:classes:indexerModels.AccountParticipation](taxonomy/SDKs:javascript:classes:indexerModels.AccountParticipation.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / AccountParticipation

### General
- [TEALScript:guides:getting_started](taxonomy/TEALScript:guides:getting_started.md): ---

### General
- [algokit:utils:typescript:code:interfaces:types_dispenser_client.DispenserFundResponse](taxonomy/algokit:utils:typescript:code:interfaces:types_dispenser_client.DispenserFundResponse.md): [@algorandfoundation/algokit-utils](../README.md) / [types/dispenser-client](../modules/types_dispenser_client.md) / DispenserFundResponse

### General
- [algokit:utils:typescript:capabilities:app](taxonomy/algokit:utils:typescript:capabilities:app.md): App management

### General
- [algokit:cli:features:compile](taxonomy/algokit:cli:features:compile.md): AlgoKit Compile

### General
- [SDKs:javascript:interfaces:BaseHTTPClientError](taxonomy/SDKs:javascript:interfaces:BaseHTTPClientError.md): [algosdk](../README.md) / [Exports](../modules.md) / BaseHTTPClientError

### General
- [algokit:utils:typescript:code:interfaces:types_network_client.NetworkDetails](taxonomy/algokit:utils:typescript:code:interfaces:types_network_client.NetworkDetails.md): [@algorandfoundation/algokit-utils](../README.md) / [types/network-client](../modules/types_network_client.md) / NetworkDetails

### General
- [developer:docs:clis:goal:clerk:dryrun](taxonomy/developer:docs:clis:goal:clerk:dryrun.md): title: goal clerk dryrun

### General
- [developer:docs:clis:goal:network:status](taxonomy/developer:docs:clis:goal:network:status.md): title: goal network status

### General
- [developer:docs:about](taxonomy/developer:docs:about.md): title: About

### General
- [SDKs:javascript:classes:modelsv2.SimulationTransactionExecTrace](taxonomy/SDKs:javascript:classes:modelsv2.SimulationTransactionExecTrace.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / SimulationTransactionExecTrace

### General
- [algokit:utils:typescript:code:interfaces:types_app_client.ResolveAppById](taxonomy/algokit:utils:typescript:code:interfaces:types_app_client.ResolveAppById.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-client](../modules/types_app_client.md) / ResolveAppById

### General
- [algokit:utils:typescript:code:interfaces:types_testing.AlgorandTestAutomationContext](taxonomy/algokit:utils:typescript:code:interfaces:types_testing.AlgorandTestAutomationContext.md): [@algorandfoundation/algokit-utils](../README.md) / [types/testing](../modules/types_testing.md) / AlgorandTestAutomationContext

### General
- [developer:docs:clis:goal:node:lastround](taxonomy/developer:docs:clis:goal:node:lastround.md): title: goal node lastround

### General
- [SDKs:javascript:classes:modelsv2.NodeStatusResponse](taxonomy/SDKs:javascript:classes:modelsv2.NodeStatusResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / NodeStatusResponse

### General
- [algokit:utils:typescript:code:classes:types_app_factory.AppFactory](taxonomy/algokit:utils:typescript:code:classes:types_app_factory.AppFactory.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-factory](../modules/types_app_factory.md) / AppFactory

### General
- [developer:docs:clis:goal:app:box:list](taxonomy/developer:docs:clis:goal:app:box:list.md): title: goal app box list

### General
- [developer:docs:clis:goal:logging:send](taxonomy/developer:docs:clis:goal:logging:send.md): title: goal logging send

### General
- [SDKs:javascript:classes:modelsv2.ApplicationParams](taxonomy/SDKs:javascript:classes:modelsv2.ApplicationParams.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / ApplicationParams

### General
- [algokit:cli:cli:index](taxonomy/algokit:cli:cli:index.md): AlgoKit CLI Reference Documentation

### General
- [algokit:utils:typescript:capabilities:transaction](taxonomy/algokit:utils:typescript:capabilities:transaction.md): Transaction management

### General
- [SDKs:javascript:classes:indexerModels.AccountStateDelta](taxonomy/SDKs:javascript:classes:indexerModels.AccountStateDelta.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / AccountStateDelta

### General
- [TEALScript:README](taxonomy/TEALScript:README.md): Starlight Starter Kit: Basics

### General
- [algokit:utils:typescript:code:interfaces:types_app_arc56.Method](taxonomy/algokit:utils:typescript:code:interfaces:types_app_arc56.Method.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-arc56](../modules/types_app_arc56.md) / Method

### General
- [developer:docs:clis:goal:network:restart](taxonomy/developer:docs:clis:goal:network:restart.md): title: goal network restart

### General
- [SDKs:javascript:interfaces:EncodedAssetParams](taxonomy/SDKs:javascript:interfaces:EncodedAssetParams.md): [algosdk](../README.md) / [Exports](../modules.md) / EncodedAssetParams

### General
- [developer:docs:clis:goal:node:node](taxonomy/developer:docs:clis:goal:node:node.md): title: goal node

### General
- [SDKs:javascript:interfaces:SuggestedParams](taxonomy/SDKs:javascript:interfaces:SuggestedParams.md): [algosdk](../README.md) / [Exports](../modules.md) / SuggestedParams

### General
- [SDKs:javascript:classes:modelsv2.BoxDescriptor](taxonomy/SDKs:javascript:classes:modelsv2.BoxDescriptor.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / BoxDescriptor

### General
- [algokit:utils:typescript:code:classes:types_algo_http_client_with_retry.AlgoHttpClientWithRetry](taxonomy/algokit:utils:typescript:code:classes:types_algo_http_client_with_retry.AlgoHttpClientWithRetry.md): [@algorandfoundation/algokit-utils](../README.md) / [types/algo-http-client-with-retry](../modules/types_algo_http_client_with_retry.md) / AlgoHttpClientWithRetry

### General
- [developer:docs:clis:goal:node:catchup](taxonomy/developer:docs:clis:goal:node:catchup.md): title: goal node catchup

### General
- [algokit:utils:typescript:code:modules:types_network_client](taxonomy/algokit:utils:typescript:code:modules:types_network_client.md): [@algorandfoundation/algokit-utils](../README.md) / types/network-client

### General
- [algokit:utils:typescript:code:modules:types_account_manager](taxonomy/algokit:utils:typescript:code:modules:types_account_manager.md): [@algorandfoundation/algokit-utils](../README.md) / types/account-manager

### General
- [algokit:utils:typescript:code:enums:types_indexer.ApplicationOnComplete](taxonomy/algokit:utils:typescript:code:enums:types_indexer.ApplicationOnComplete.md): [@algorandfoundation/algokit-utils](../README.md) / [types/indexer](../modules/types_indexer.md) / ApplicationOnComplete

### General
- [TEALScript:guides:methods](taxonomy/TEALScript:guides:methods.md): ---

### General
- [algokit:utils:typescript:code:interfaces:types_app_spec.StateSchemaSpec](taxonomy/algokit:utils:typescript:code:interfaces:types_app_spec.StateSchemaSpec.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-spec](../modules/types_app_spec.md) / StateSchemaSpec

### General
- [algokit:utils:typescript:code:interfaces:types_app_manager.AppInformation](taxonomy/algokit:utils:typescript:code:interfaces:types_app_manager.AppInformation.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-manager](../modules/types_app_manager.md) / AppInformation

### General
- [algokit:utils:typescript:code:interfaces:types_app.BoxValueRequestParams](taxonomy/algokit:utils:typescript:code:interfaces:types_app.BoxValueRequestParams.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app](../modules/types_app.md) / BoxValueRequestParams

### General
- [SDKs:javascript:classes:modelsv2.SimulateTransactionResult](taxonomy/SDKs:javascript:classes:modelsv2.SimulateTransactionResult.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / SimulateTransactionResult

### General
- [developer:docs:clis:goal:logging:logging](taxonomy/developer:docs:clis:goal:logging:logging.md): title: goal logging

### General
- [SDKs:javascript:classes:modelsv2.ApplicationLocalState](taxonomy/SDKs:javascript:classes:modelsv2.ApplicationLocalState.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / ApplicationLocalState

### General
- [SDKs:javascript:classes:modelsv2.AccountAssetResponse](taxonomy/SDKs:javascript:classes:modelsv2.AccountAssetResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / AccountAssetResponse

### General
- [SDKs:javascript:classes:modelsv2.TransactionGroupLedgerStateDeltasForRoundResponse](taxonomy/SDKs:javascript:classes:modelsv2.TransactionGroupLedgerStateDeltasForRoundResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / TransactionGroupLedgerStateDeltasForRoundResponse

### General
- [algokit:utils:typescript:code:classes:types_app_deployer.AppDeployer](taxonomy/algokit:utils:typescript:code:classes:types_app_deployer.AppDeployer.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-deployer](../modules/types_app_deployer.md) / AppDeployer

### General
- [algokit:utils:typescript:code:interfaces:types_asset_manager.AssetInformation](taxonomy/algokit:utils:typescript:code:interfaces:types_asset_manager.AssetInformation.md): [@algorandfoundation/algokit-utils](../README.md) / [types/asset-manager](../modules/types_asset_manager.md) / AssetInformation

### General
- [developer:docs:clis:goal:account:import](taxonomy/developer:docs:clis:goal:account:import.md): title: goal account import

### General
- [algokit:cli:features:tasks:nfd](taxonomy/algokit:cli:features:tasks:nfd.md): AlgoKit Task NFD Lookup

### General
- [developer:docs:clis:goal:account:renewallpartkeys](taxonomy/developer:docs:clis:goal:account:renewallpartkeys.md): title: goal account renewallpartkeys

### General
- [SDKs:javascript:classes:modelsv2.ScratchChange](taxonomy/SDKs:javascript:classes:modelsv2.ScratchChange.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / ScratchChange

### General
- [SDKs:javascript:interfaces:ABIContractParams](taxonomy/SDKs:javascript:interfaces:ABIContractParams.md): [algosdk](../README.md) / [Exports](../modules.md) / ABIContractParams

### General
- [ARCs:ARC-template](taxonomy/ARCs:ARC-template.md): ---

### General
- [SDKs:javascript:interfaces:MultisigMetadata](taxonomy/SDKs:javascript:interfaces:MultisigMetadata.md): [algosdk](../README.md) / [Exports](../modules.md) / MultisigMetadata

### General
- [SDKs:javascript:classes:indexerModels.HealthCheck](taxonomy/SDKs:javascript:classes:indexerModels.HealthCheck.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / HealthCheck

### General
- [algokit-cli:README](taxonomy/algokit-cli:README.md): <div align="center">

### General
- [SDKs:javascript:interfaces:EncodedGlobalStateSchema](taxonomy/SDKs:javascript:interfaces:EncodedGlobalStateSchema.md): [algosdk](../README.md) / [Exports](../modules.md) / EncodedGlobalStateSchema

### General
- [SDKs:javascript:classes:indexerModels.TransactionPayment](taxonomy/SDKs:javascript:classes:indexerModels.TransactionPayment.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / TransactionPayment

### General
- [algokit:cli:features:tasks:transfer](taxonomy/algokit:cli:features:tasks:transfer.md): AlgoKit Task Transfer

### General
- [algokit:utils:typescript:capabilities:app-client](taxonomy/algokit:utils:typescript:capabilities:app-client.md): App client and App factory

### General
- [algokit:utils:typescript:code:interfaces:types_app_client.FundAppAccountParams](taxonomy/algokit:utils:typescript:code:interfaces:types_app_client.FundAppAccountParams.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-client](../modules/types_app_client.md) / FundAppAccountParams

### General
- [algokit:utils:typescript:code:interfaces:types_app_client.AppClientCallCoreParams](taxonomy/algokit:utils:typescript:code:interfaces:types_app_client.AppClientCallCoreParams.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-client](../modules/types_app_client.md) / AppClientCallCoreParams

### General
- [TEALScript:guides:Supported Types:arrays](taxonomy/TEALScript:guides:Supported Types:arrays.md): ---

### General
- [algokit:utils:typescript:capabilities:indexer](taxonomy/algokit:utils:typescript:capabilities:indexer.md): Indexer lookups / searching

### General
- [developer:docs:clis:goal:clerk:send](taxonomy/developer:docs:clis:goal:clerk:send.md): title: goal clerk send

### General
- [developer:docs:clis:goal:node:clone](taxonomy/developer:docs:clis:goal:node:clone.md): title: goal node clone

### General
- [SDKs:javascript:classes:modelsv2.ApplicationKVStorage](taxonomy/SDKs:javascript:classes:modelsv2.ApplicationKVStorage.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / ApplicationKVStorage

### General
- [algokit:utils:typescript:code:modules:types_testing](taxonomy/algokit:utils:typescript:code:modules:types_testing.md): [@algorandfoundation/algokit-utils](../README.md) / types/testing

### General
- [developer:docs:clis:goal:account:delete](taxonomy/developer:docs:clis:goal:account:delete.md): title: goal account delete

### General
- [algokit:utils:typescript:code:modules:types_asset](taxonomy/algokit:utils:typescript:code:modules:types_asset.md): [@algorandfoundation/algokit-utils](../README.md) / types/asset

### General
- [TEALScript:examples:big_box:README](taxonomy/TEALScript:examples:big_box:README.md): Big Box Example

### General
- [SDKs:javascript:classes:indexerModels.TransactionAssetFreeze](taxonomy/SDKs:javascript:classes:indexerModels.TransactionAssetFreeze.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / TransactionAssetFreeze

### General
- [SDKs:javascript:classes:modelsv2.SimulateTransactionGroupResult](taxonomy/SDKs:javascript:classes:modelsv2.SimulateTransactionGroupResult.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / SimulateTransactionGroupResult

### General
- [developer:docs:clis:diagcfg:metric:enable](taxonomy/developer:docs:clis:diagcfg:metric:enable.md): title: diagcfg metric enable

### General
- [algokit:utils:python:source:capabilities:app-deploy](taxonomy/algokit:utils:python:source:capabilities:app-deploy.md): App deployment

### General
- [algokit:utils:typescript:code:interfaces:types_app_client.SourceMapExport](taxonomy/algokit:utils:typescript:code:interfaces:types_app_client.SourceMapExport.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-client](../modules/types_app_client.md) / SourceMapExport

### General
- [SDKs:javascript:classes:indexerModels.TealKeyValue](taxonomy/SDKs:javascript:classes:indexerModels.TealKeyValue.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / TealKeyValue

### General
- [SDKs:javascript:classes:modelsv2.TransactionProofResponse](taxonomy/SDKs:javascript:classes:modelsv2.TransactionProofResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / TransactionProofResponse

### General
- [developer:docs:clis:conduit:conduit](taxonomy/developer:docs:clis:conduit:conduit.md): title: conduit

### General
- [SDKs:javascript:classes:modelsv2.EvalDeltaKeyValue](taxonomy/SDKs:javascript:classes:modelsv2.EvalDeltaKeyValue.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / EvalDeltaKeyValue

### General
- [algokit:cli:features:explore](taxonomy/algokit:cli:features:explore.md): AlgoKit explore

### General
- [developer:docs:clis:goal:goal](taxonomy/developer:docs:clis:goal:goal.md): title: goal

### General
- [SDKs:javascript:interfaces:IndexerTokenHeader](taxonomy/SDKs:javascript:interfaces:IndexerTokenHeader.md): [algosdk](../README.md) / [Exports](../modules.md) / IndexerTokenHeader

### General
- [algokit:utils:typescript:code:interfaces:types_network_client.AlgoConfig](taxonomy/algokit:utils:typescript:code:interfaces:types_network_client.AlgoConfig.md): [@algorandfoundation/algokit-utils](../README.md) / [types/network-client](../modules/types_network_client.md) / AlgoConfig

### General
- [SDKs:javascript:classes:indexerModels.IndexerStateProofMessage](taxonomy/SDKs:javascript:classes:indexerModels.IndexerStateProofMessage.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / IndexerStateProofMessage

### General
- [algokit:utils:typescript:code:modules:types_algorand_client_transaction_creator](taxonomy/algokit:utils:typescript:code:modules:types_algorand_client_transaction_creator.md): [@algorandfoundation/algokit-utils](../README.md) / types/algorand-client-transaction-creator

### General
- [SDKs:javascript:classes:modelsv2.BoxReference](taxonomy/SDKs:javascript:classes:modelsv2.BoxReference.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / BoxReference

### General
- [algokit:utils:typescript:code:interfaces:types_transaction.SendTransactionResult](taxonomy/algokit:utils:typescript:code:interfaces:types_transaction.SendTransactionResult.md): [@algorandfoundation/algokit-utils](../README.md) / [types/transaction](../modules/types_transaction.md) / SendTransactionResult

### General
- [SDKs:javascript:classes:indexerModels.BlockRewards](taxonomy/SDKs:javascript:classes:indexerModels.BlockRewards.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / BlockRewards

### General
- [developer:docs:clis:goal:account:changeonlinestatus](taxonomy/developer:docs:clis:goal:account:changeonlinestatus.md): title: goal account changeonlinestatus

### General
- [SDKs:javascript:classes:indexerModels.TransactionResponse](taxonomy/SDKs:javascript:classes:indexerModels.TransactionResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / TransactionResponse

### General
- [algokit:cli:features:completions](taxonomy/algokit:cli:features:completions.md): AlgoKit Completions

### General
- [algokit:utils:typescript:code:interfaces:types_dispenser_client.DispenserLimitResponse](taxonomy/algokit:utils:typescript:code:interfaces:types_dispenser_client.DispenserLimitResponse.md): [@algorandfoundation/algokit-utils](../README.md) / [types/dispenser-client](../modules/types_dispenser_client.md) / DispenserLimitResponse

### General
- [algokit:utils:typescript:code:interfaces:types_app.BoxReference](taxonomy/algokit:utils:typescript:code:interfaces:types_app.BoxReference.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app](../modules/types_app.md) / BoxReference

### General
- [SDKs:javascript:classes:indexerModels.Transaction](taxonomy/SDKs:javascript:classes:indexerModels.Transaction.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / Transaction

### General
- [SDKs:javascript:classes:modelsv2.Account](taxonomy/SDKs:javascript:classes:modelsv2.Account.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / Account

### General
- [SDKs:javascript:classes:indexerModels.ApplicationStateSchema](taxonomy/SDKs:javascript:classes:indexerModels.ApplicationStateSchema.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / ApplicationStateSchema

### General
- [SDKs:javascript:classes:modelsv2.PendingTransactionsResponse](taxonomy/SDKs:javascript:classes:modelsv2.PendingTransactionsResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / PendingTransactionsResponse

### General
- [algokit:utils:typescript:code:modules:types_expand](taxonomy/algokit:utils:typescript:code:modules:types_expand.md): [@algorandfoundation/algokit-utils](../README.md) / types/expand

### General
- [algokit:cli:tutorials:smart-contracts](taxonomy/algokit:cli:tutorials:smart-contracts.md): Smart Contract Tutorial

### General
- [SDKs:javascript:classes:LogicSig](taxonomy/SDKs:javascript:classes:LogicSig.md): [algosdk](../README.md) / [Exports](../modules.md) / LogicSig

### General
- [TEALScript:guides:features](taxonomy/TEALScript:guides:features.md): ---

### General
- [developer:docs:clis:goal:account:rename](taxonomy/developer:docs:clis:goal:account:rename.md): title: goal account rename

### General
- [algokit:utils:typescript:code:interfaces:types_app_client.AppClientCompilationParams](taxonomy/algokit:utils:typescript:code:interfaces:types_app_client.AppClientCompilationParams.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-client](../modules/types_app_client.md) / AppClientCompilationParams

### General
- [algokit:utils:typescript:code:interfaces:types_app_spec.CallConfig](taxonomy/algokit:utils:typescript:code:interfaces:types_app_spec.CallConfig.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-spec](../modules/types_app_spec.md) / CallConfig

### General
- [SDKs:javascript:classes:modelsv2.BlockTxidsResponse](taxonomy/SDKs:javascript:classes:modelsv2.BlockTxidsResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / BlockTxidsResponse

### General
- [algokit:utils:typescript:code:classes:types_account.MultisigAccount](taxonomy/algokit:utils:typescript:code:classes:types_account.MultisigAccount.md): [@algorandfoundation/algokit-utils](../README.md) / [types/account](../modules/types_account.md) / MultisigAccount

### General
- [SDKs:javascript:interfaces:ABIInterfaceParams](taxonomy/SDKs:javascript:interfaces:ABIInterfaceParams.md): [algosdk](../README.md) / [Exports](../modules.md) / ABIInterfaceParams

### General
- [algokit:utils:typescript:code:interfaces:types_app.BoxValuesRequestParams](taxonomy/algokit:utils:typescript:code:interfaces:types_app.BoxValuesRequestParams.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app](../modules/types_app.md) / BoxValuesRequestParams

### General
- [SDKs:javascript:classes:indexerModels.TransactionApplication](taxonomy/SDKs:javascript:classes:indexerModels.TransactionApplication.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / TransactionApplication

### General
- [algokit:utils:typescript:code:modules:index.indexer](taxonomy/algokit:utils:typescript:code:modules:index.indexer.md): [@algorandfoundation/algokit-utils](../README.md) / [index](index.md) / indexer

### General
- [SDKs:javascript:classes:Kmd](taxonomy/SDKs:javascript:classes:Kmd.md): [algosdk](../README.md) / [Exports](../modules.md) / Kmd

### General
- [algokit:utils:typescript:code:interfaces:types_account_manager.EnsureFundedResult](taxonomy/algokit:utils:typescript:code:interfaces:types_account_manager.EnsureFundedResult.md): [@algorandfoundation/algokit-utils](../README.md) / [types/account-manager](../modules/types_account_manager.md) / EnsureFundedResult

### General
- [algokit:utils:typescript:code:modules:types_app_factory_and_client_spec](taxonomy/algokit:utils:typescript:code:modules:types_app_factory_and_client_spec.md): [@algorandfoundation/algokit-utils](../README.md) / types/app-factory-and-client.spec

### General
- [SDKs:javascript:interfaces:Address](taxonomy/SDKs:javascript:interfaces:Address.md): [algosdk](../README.md) / [Exports](../modules.md) / Address

### General
- [developer:docs:clis:diagcfg:diagcfg](taxonomy/developer:docs:clis:diagcfg:diagcfg.md): title: diagcfg

### General
- [algokit:utils:typescript:capabilities:transaction-composer](taxonomy/algokit:utils:typescript:capabilities:transaction-composer.md): Transaction composer

### General
- [algokit:utils:python:markdown:capabilities:client](taxonomy/algokit:utils:python:markdown:capabilities:client.md): Client management

### General
- [algokit:cli:architecture-decisions:2023-01-11_beaker_productionisation_review](taxonomy/algokit:cli:architecture-decisions:2023-01-11_beaker_productionisation_review.md): Beaker productionisation review

### General
- [algokit:utils:typescript:code:modules:types_composer](taxonomy/algokit:utils:typescript:code:modules:types_composer.md): [@algorandfoundation/algokit-utils](../README.md) / types/composer

### General
- [SDKs:javascript:classes:indexerModels.MiniAssetHolding](taxonomy/SDKs:javascript:classes:indexerModels.MiniAssetHolding.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / MiniAssetHolding

### General
- [SDKs:javascript:interfaces:BaseHTTPClient](taxonomy/SDKs:javascript:interfaces:BaseHTTPClient.md): [algosdk](../README.md) / [Exports](../modules.md) / BaseHTTPClient

### General
- [developer:docs:clis:algokey:algokey](taxonomy/developer:docs:clis:algokey:algokey.md): title: algokey

### General
- [SDKs:javascript:classes:modelsv2.AppCallLogs](taxonomy/SDKs:javascript:classes:modelsv2.AppCallLogs.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / AppCallLogs

### General
- [algokit:utils:typescript:code:interfaces:types_app_client.AppClientCallABIArgs](taxonomy/algokit:utils:typescript:code:interfaces:types_app_client.AppClientCallABIArgs.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-client](../modules/types_app_client.md) / AppClientCallABIArgs

### General
- [algokit:utils:python:markdown:capabilities:app-deploy](taxonomy/algokit:utils:python:markdown:capabilities:app-deploy.md): App deployment

### General
- [developer:docs:clis:goal:network:network](taxonomy/developer:docs:clis:goal:network:network.md): title: goal network

### General
- [developer:docs:clis:goal:network:stop](taxonomy/developer:docs:clis:goal:network:stop.md): title: goal network stop

### General
- [developer:docs:clis:conduit:list:importers](taxonomy/developer:docs:clis:conduit:list:importers.md): title: conduit list importers

### General
- [algokit:utils:typescript:code:interfaces:types_asset.AssetOptOutParams](taxonomy/algokit:utils:typescript:code:interfaces:types_asset.AssetOptOutParams.md): [@algorandfoundation/algokit-utils](../README.md) / [types/asset](../modules/types_asset.md) / AssetOptOutParams

### General
- [SDKs:javascript:classes:DryrunResult](taxonomy/SDKs:javascript:classes:DryrunResult.md): [algosdk](../README.md) / [Exports](../modules.md) / DryrunResult

### General
- [SDKs:javascript:classes:indexerModels.AssetHolding](taxonomy/SDKs:javascript:classes:indexerModels.AssetHolding.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / AssetHolding

### General
- [SDKs:javascript:classes:modelsv2.AccountAssetsInformationResponse](taxonomy/SDKs:javascript:classes:modelsv2.AccountAssetsInformationResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / AccountAssetsInformationResponse

### General
- [algokit:utils:typescript:code:interfaces:types_app_client.ResolveAppByIdBase](taxonomy/algokit:utils:typescript:code:interfaces:types_app_client.ResolveAppByIdBase.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-client](../modules/types_app_client.md) / ResolveAppByIdBase

### General
- [SDKs:javascript:classes:modelsv2.TransactionParametersResponse](taxonomy/SDKs:javascript:classes:modelsv2.TransactionParametersResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / TransactionParametersResponse

### General
- [SDKs:javascript:classes:ABIAddressType](taxonomy/SDKs:javascript:classes:ABIAddressType.md): [algosdk](../README.md) / [Exports](../modules.md) / ABIAddressType

### General
- [developer:docs:clis:goal:account:multisig:multisig](taxonomy/developer:docs:clis:goal:account:multisig:multisig.md): title: goal account multisig

### General
- [developer:docs:clis:goal:account:info](taxonomy/developer:docs:clis:goal:account:info.md): title: goal account info

### General
- [SDKs:javascript:classes:modelsv2.AccountParticipation](taxonomy/SDKs:javascript:classes:modelsv2.AccountParticipation.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / AccountParticipation

### General
- [algokit:cli:features:doctor](taxonomy/algokit:cli:features:doctor.md): AlgoKit Doctor

### General
- [algokit:utils:python:source:capabilities:dispenser-client](taxonomy/algokit:utils:python:source:capabilities:dispenser-client.md): TestNet Dispenser Client

### General
- [algokit:utils:typescript:code:interfaces:types_testing.LogSnapshotConfig](taxonomy/algokit:utils:typescript:code:interfaces:types_testing.LogSnapshotConfig.md): [@algorandfoundation/algokit-utils](../README.md) / [types/testing](../modules/types_testing.md) / LogSnapshotConfig

### General
- [SDKs:javascript:classes:indexerModels.StateProofFields](taxonomy/SDKs:javascript:classes:indexerModels.StateProofFields.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / StateProofFields

### General
- [developer:docs:clis:algokey:generate](taxonomy/developer:docs:clis:algokey:generate.md): title: algokey generate

### General
- [algokit:utils:typescript:code:modules:types_app_factory](taxonomy/algokit:utils:typescript:code:modules:types_app_factory.md): [@algorandfoundation/algokit-utils](../README.md) / types/app-factory

### General
- [developer:docs:clis:algokey:part:generate](taxonomy/developer:docs:clis:algokey:part:generate.md): title: algokey part generate

### General
- [algokit:utils:typescript:code:modules:types_account](taxonomy/algokit:utils:typescript:code:modules:types_account.md): [@algorandfoundation/algokit-utils](../README.md) / types/account

### General
- [SDKs:javascript:classes:indexerModels.TransactionAssetTransfer](taxonomy/SDKs:javascript:classes:indexerModels.TransactionAssetTransfer.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / TransactionAssetTransfer

### General
- [developer:docs:clis:goal:app:interact:execute](taxonomy/developer:docs:clis:goal:app:interact:execute.md): title: goal app interact execute

### General
- [algokit:utils:typescript:capabilities:algorand-client](taxonomy/algokit:utils:typescript:capabilities:algorand-client.md): Algorand client

### General
- [developer:docs:clis:diagcfg:metric:status](taxonomy/developer:docs:clis:diagcfg:metric:status.md): title: diagcfg metric status

### General
- [algokit:utils:typescript:code:interfaces:types_app_manager.BoxValueRequestParams](taxonomy/algokit:utils:typescript:code:interfaces:types_app_manager.BoxValueRequestParams.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-manager](../modules/types_app_manager.md) / BoxValueRequestParams

### General
- [algokit:utils:typescript:code:interfaces:types_account.TransactionSignerAccount](taxonomy/algokit:utils:typescript:code:interfaces:types_account.TransactionSignerAccount.md): [@algorandfoundation/algokit-utils](../README.md) / [types/account](../modules/types_account.md) / TransactionSignerAccount

### General
- [SDKs:javascript:classes:indexerModels.ApplicationLocalState](taxonomy/SDKs:javascript:classes:indexerModels.ApplicationLocalState.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / ApplicationLocalState

### General
- [developer:docs:clis:goal:network:start](taxonomy/developer:docs:clis:goal:network:start.md): title: goal network start

### General
- [developer:docs:clis:goal:account:multisig:delete](taxonomy/developer:docs:clis:goal:account:multisig:delete.md): title: goal account multisig delete

### General
- [algokit:utils:typescript:code:interfaces:types_app.UpdateAppParams](taxonomy/algokit:utils:typescript:code:interfaces:types_app.UpdateAppParams.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app](../modules/types_app.md) / UpdateAppParams

### General
- [developer:docs:clis:conduit:list:list](taxonomy/developer:docs:clis:conduit:list:list.md): title: conduit list

### General
- [developer:docs:clis:goal:kmd:stop](taxonomy/developer:docs:clis:goal:kmd:stop.md): title: goal kmd stop

### General
- [algokit:cli:features:project:list](taxonomy/algokit:cli:features:project:list.md): AlgoKit Project List Command

### General
- [SDKs:javascript:classes:modelsv2.AvmValue](taxonomy/SDKs:javascript:classes:modelsv2.AvmValue.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / AvmValue

### General
- [algokit:utils:typescript:code:modules:types_algorand_client](taxonomy/algokit:utils:typescript:code:modules:types_algorand_client.md): [@algorandfoundation/algokit-utils](../README.md) / types/algorand-client

### General
- [developer:docs:clis:goal:account:balance](taxonomy/developer:docs:clis:goal:account:balance.md): title: goal account balance

### General
- [algokit:utils:python:markdown:capabilities:dispenser-client](taxonomy/algokit:utils:python:markdown:capabilities:dispenser-client.md): TestNet Dispenser Client

### General
- [developer:docs:clis:goal:network:create](taxonomy/developer:docs:clis:goal:network:create.md): title: goal network create

### General
- [algokit:utils:typescript:code:interfaces:types_transaction.SendParams](taxonomy/algokit:utils:typescript:code:interfaces:types_transaction.SendParams.md): [@algorandfoundation/algokit-utils](../README.md) / [types/transaction](../modules/types_transaction.md) / SendParams

### General
- [SDKs:javascript:classes:modelsv2.SimulationOpcodeTraceUnit](taxonomy/SDKs:javascript:classes:modelsv2.SimulationOpcodeTraceUnit.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / SimulationOpcodeTraceUnit

### General
- [SDKs:javascript:examples:README](taxonomy/SDKs:javascript:examples:README.md): Algorand JavaScript SDK Examples

### General
- [algokit:cli:features:goal](taxonomy/algokit:cli:features:goal.md): AlgoKit goal

### General
- [algokit:cli:architecture-decisions:2024-01-23_init-wizard-v2](taxonomy/algokit:cli:architecture-decisions:2024-01-23_init-wizard-v2.md): AlgoKit Init Wizard Version 2 and Template Enhancements

### General
- [developer:docs:clis:goal:app:closeout](taxonomy/developer:docs:clis:goal:app:closeout.md): title: goal app closeout

### General
- [ARCs:specs:arc-0049](taxonomy/ARCs:specs:arc-0049.md): ---

### General
- [ARCs:specs:arc-0018](taxonomy/ARCs:specs:arc-0018.md): ---

### General
- [SDKs:javascript:classes:indexerModels.StateProofSignature](taxonomy/SDKs:javascript:classes:indexerModels.StateProofSignature.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / StateProofSignature

### General
- [developer:docs:clis:algokey:import](taxonomy/developer:docs:clis:algokey:import.md): title: algokey import

### General
- [algokit:cli:features:tasks:sign](taxonomy/algokit:cli:features:tasks:sign.md): AlgoKit Task Sign

### General
- [algokit:utils:typescript:code:interfaces:types_app_spec.DeclaredSchemaValueSpec](taxonomy/algokit:utils:typescript:code:interfaces:types_app_spec.DeclaredSchemaValueSpec.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-spec](../modules/types_app_spec.md) / DeclaredSchemaValueSpec

### General
- [algokit:utils:typescript:code:interfaces:types_client_manager.AlgoSdkClients](taxonomy/algokit:utils:typescript:code:interfaces:types_client_manager.AlgoSdkClients.md): [@algorandfoundation/algokit-utils](../README.md) / [types/client-manager](../modules/types_client_manager.md) / AlgoSdkClients

### General
- [SDKs:javascript:enums:OnApplicationComplete](taxonomy/SDKs:javascript:enums:OnApplicationComplete.md): [algosdk](../README.md) / [Exports](../modules.md) / OnApplicationComplete

### General
- [developer:docs:clis:goal:account:list](taxonomy/developer:docs:clis:goal:account:list.md): title: goal account list

### General
- [SDKs:javascript:classes:modelsv2.AccountApplicationResponse](taxonomy/SDKs:javascript:classes:modelsv2.AccountApplicationResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / AccountApplicationResponse

### General
- [algokit:utils:typescript:code:interfaces:types_app.AppLookup](taxonomy/algokit:utils:typescript:code:interfaces:types_app.AppLookup.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app](../modules/types_app.md) / AppLookup

### General
- [SDKs:javascript:classes:ABIMethod](taxonomy/SDKs:javascript:classes:ABIMethod.md): [algosdk](../README.md) / [Exports](../modules.md) / ABIMethod

### General
- [algokit:utils:typescript:code:interfaces:types_app_arc56.ProgramSourceInfo](taxonomy/algokit:utils:typescript:code:interfaces:types_app_arc56.ProgramSourceInfo.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-arc56](../modules/types_app_arc56.md) / ProgramSourceInfo

### General
- [SDKs:javascript:classes:indexerModels.AssetHoldingsResponse](taxonomy/SDKs:javascript:classes:indexerModels.AssetHoldingsResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / AssetHoldingsResponse

### General
- [algokit:utils:typescript:code:interfaces:types_transfer.TransferAssetParams](taxonomy/algokit:utils:typescript:code:interfaces:types_transfer.TransferAssetParams.md): [@algorandfoundation/algokit-utils](../README.md) / [types/transfer](../modules/types_transfer.md) / TransferAssetParams

### General
- [ARCs:specs:arc-0008](taxonomy/ARCs:specs:arc-0008.md): ---

### General
- [algokit:utils:typescript:code:classes:testing.TransactionLogger](taxonomy/algokit:utils:typescript:code:classes:testing.TransactionLogger.md): [@algorandfoundation/algokit-utils](../README.md) / [testing](../modules/testing.md) / TransactionLogger

### General
- [ARCs:specs:arc-0059](taxonomy/ARCs:specs:arc-0059.md): ---

### General
- [algokit:utils:typescript:code:interfaces:types_debugging.TealSourcesDebugEventData](taxonomy/algokit:utils:typescript:code:interfaces:types_debugging.TealSourcesDebugEventData.md): [@algorandfoundation/algokit-utils](../README.md) / [types/debugging](../modules/types_debugging.md) / TealSourcesDebugEventData

### General
- [algokit:utils:typescript:v7-migration](taxonomy/algokit:utils:typescript:v7-migration.md): v7 migration

### General
- [SDKs:javascript:classes:modelsv2.PendingTransactionResponse](taxonomy/SDKs:javascript:classes:modelsv2.PendingTransactionResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / PendingTransactionResponse

### General
- [algokit:utils:typescript:code:modules:types_account_manager_spec](taxonomy/algokit:utils:typescript:code:modules:types_account_manager_spec.md): [@algorandfoundation/algokit-utils](../README.md) / types/account-manager.spec

### General
- [TEALScript:guides:Supported Types:numbers](taxonomy/TEALScript:guides:Supported Types:numbers.md): ---

### General
- [algokit:utils:typescript:code:modules:types_logging](taxonomy/algokit:utils:typescript:code:modules:types_logging.md): [@algorandfoundation/algokit-utils](../README.md) / types/logging

### General
- [SDKs:javascript:classes:modelsv2.Application](taxonomy/SDKs:javascript:classes:modelsv2.Application.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / Application

### General
- [SDKs:javascript:classes:modelsv2.BuildVersion](taxonomy/SDKs:javascript:classes:modelsv2.BuildVersion.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / BuildVersion

### General
- [algokit:utils:typescript:code:modules:types_algorand_client_spec](taxonomy/algokit:utils:typescript:code:modules:types_algorand_client_spec.md): [@algorandfoundation/algokit-utils](../README.md) / types/algorand-client.spec

### General
- [developer:docs:clis:goal:clerk:multisig:sign](taxonomy/developer:docs:clis:goal:clerk:multisig:sign.md): title: goal clerk multisig sign

### General
- [algokit:utils:typescript:code:classes:types_account_manager.AccountManager](taxonomy/algokit:utils:typescript:code:classes:types_account_manager.AccountManager.md): [@algorandfoundation/algokit-utils](../README.md) / [types/account-manager](../modules/types_account_manager.md) / AccountManager

### General
- [SDKs:javascript:classes:modelsv2.DryrunRequest](taxonomy/SDKs:javascript:classes:modelsv2.DryrunRequest.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / DryrunRequest

### General
- [SDKs:javascript:classes:modelsv2.StateProofMessage](taxonomy/SDKs:javascript:classes:modelsv2.StateProofMessage.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / StateProofMessage

### General
- [developer:docs:clis:goal:account:new](taxonomy/developer:docs:clis:goal:account:new.md): title: goal account new

### General
- [algokit:cli:features:tasks:vanity_address](taxonomy/algokit:cli:features:tasks:vanity_address.md): AlgoKit Task Vanity Address

### General
- [SDKs:javascript:classes:modelsv2.ApplicationInitialStates](taxonomy/SDKs:javascript:classes:modelsv2.ApplicationInitialStates.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / ApplicationInitialStates

### General
- [SDKs:javascript:classes:modelsv2.TealKeyValue](taxonomy/SDKs:javascript:classes:modelsv2.TealKeyValue.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / TealKeyValue

### General
- [algokit:utils:typescript:code:interfaces:types_app_spec.Hint](taxonomy/algokit:utils:typescript:code:interfaces:types_app_spec.Hint.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-spec](../modules/types_app_spec.md) / Hint

### General
- [ARCs:specs:arc-0079](taxonomy/ARCs:specs:arc-0079.md): ---

### General
- [ARCs:specs:arc-0028](taxonomy/ARCs:specs:arc-0028.md): ---

### General
- [algokit:cli:architecture-decisions:2023-01-12_smart-contract-deployment](taxonomy/algokit:cli:architecture-decisions:2023-01-12_smart-contract-deployment.md): Smart Contract Deployment

### General
- [algokit:utils:typescript:code:interfaces:types_app.RawAppCallArgs](taxonomy/algokit:utils:typescript:code:interfaces:types_app.RawAppCallArgs.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app](../modules/types_app.md) / RawAppCallArgs

### General
- [algo-models:README](taxonomy/algo-models:README.md): Algo Models

### General
- [algokit:utils:typescript:capabilities:dispenser-client](taxonomy/algokit:utils:typescript:capabilities:dispenser-client.md): TestNet Dispenser Client

### General
- [SDKs:javascript:modules:indexerModels](taxonomy/SDKs:javascript:modules:indexerModels.md): [algosdk](../README.md) / [Exports](../modules.md) / indexerModels

### General
- [SDKs:javascript:classes:modelsv2.SimulateResponse](taxonomy/SDKs:javascript:classes:modelsv2.SimulateResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / SimulateResponse

### General
- [developer:docs:clis:goal:app:delete](taxonomy/developer:docs:clis:goal:app:delete.md): title: goal app delete

### General
- [algokit:cli:features:init](taxonomy/algokit:cli:features:init.md): AlgoKit Init

### General
- [developer:docs:clis:goal:account:account](taxonomy/developer:docs:clis:goal:account:account.md): title: goal account

### General
- [algokit:utils:typescript:code:modules:types_logic_error](taxonomy/algokit:utils:typescript:code:modules:types_logic_error.md): [@algorandfoundation/algokit-utils](../README.md) / types/logic-error

### General
- [ARCs:specs:arc-0069](taxonomy/ARCs:specs:arc-0069.md): ---

### General
- [SDKs:javascript:classes:AtomicTransactionComposer](taxonomy/SDKs:javascript:classes:AtomicTransactionComposer.md): [algosdk](../README.md) / [Exports](../modules.md) / AtomicTransactionComposer

### General
- [SDKs:javascript:interfaces:Account](taxonomy/SDKs:javascript:interfaces:Account.md): [algosdk](../README.md) / [Exports](../modules.md) / Account

### General
- [index](taxonomy/index.md): Algorand Knowledge Index

### General
- [developer:docs:clis:goal:clerk:simulate](taxonomy/developer:docs:clis:goal:clerk:simulate.md): title: goal clerk simulate

### General
- [algokit:cli:features:project:run](taxonomy/algokit:cli:features:project:run.md): AlgoKit Project Run

### General
- [algokit:utils:typescript:code:classes:types_app_client.ApplicationClient](taxonomy/algokit:utils:typescript:code:classes:types_app_client.ApplicationClient.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-client](../modules/types_app_client.md) / ApplicationClient

### General
- [TEALScript:tutorials:Hello World:0006-test](taxonomy/TEALScript:tutorials:Hello World:0006-test.md): ---

### General
- [SDKs:javascript:classes:modelsv2.BlockHashResponse](taxonomy/SDKs:javascript:classes:modelsv2.BlockHashResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / BlockHashResponse

### General
- [SDKs:javascript:classes:indexerModels.AssetResponse](taxonomy/SDKs:javascript:classes:indexerModels.AssetResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / AssetResponse

### General
- [developer:docs:clis:goal:app:update](taxonomy/developer:docs:clis:goal:app:update.md): title: goal app update

### General
- [SDKs:javascript:classes:modelsv2.DryrunTxnResult](taxonomy/SDKs:javascript:classes:modelsv2.DryrunTxnResult.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / DryrunTxnResult

### General
- [SDKs:javascript:classes:indexerModels.AssetBalancesResponse](taxonomy/SDKs:javascript:classes:indexerModels.AssetBalancesResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / AssetBalancesResponse

### General
- [ARCs:assets:arc-0034:TemplateForm](taxonomy/ARCs:assets:arc-0034:TemplateForm.md): ---

### General
- [developer:docs:clis:goal:asset:create](taxonomy/developer:docs:clis:goal:asset:create.md): title: goal asset create

### General
- [SDKs:javascript:classes:indexerModels.EvalDeltaKeyValue](taxonomy/SDKs:javascript:classes:indexerModels.EvalDeltaKeyValue.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / EvalDeltaKeyValue

### General
- [SDKs:javascript:classes:modelsv2.AssetHoldingReference](taxonomy/SDKs:javascript:classes:modelsv2.AssetHoldingReference.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / AssetHoldingReference

### General
- [algokit:utils:typescript:code:modules:types_asset_manager](taxonomy/algokit:utils:typescript:code:modules:types_asset_manager.md): [@algorandfoundation/algokit-utils](../README.md) / types/asset-manager

### General
- [developer:docs:clis:algokey:part:reparent](taxonomy/developer:docs:clis:algokey:part:reparent.md): title: algokey part reparent

### General
- [algokit:utils:typescript:code:classes:types_app_client.AppClient](taxonomy/algokit:utils:typescript:code:classes:types_app_client.AppClient.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-client](../modules/types_app_client.md) / AppClient

### General
- [algokit:utils:typescript:code:modules:types_transfer](taxonomy/algokit:utils:typescript:code:modules:types_transfer.md): [@algorandfoundation/algokit-utils](../README.md) / types/transfer

### General
- [algokit:utils:typescript:code:modules:types_config](taxonomy/algokit:utils:typescript:code:modules:types_config.md): [@algorandfoundation/algokit-utils](../README.md) / types/config

### General
- [algokit:README](taxonomy/algokit:README.md): <div align="center">

### General
- [SDKs:javascript:interfaces:BaseHTTPClientResponse](taxonomy/SDKs:javascript:interfaces:BaseHTTPClientResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / BaseHTTPClientResponse

### General
- [developer:docs:clis:goal:clerk:clerk](taxonomy/developer:docs:clis:goal:clerk:clerk.md): title: goal clerk

### General
- [developer:docs:clis:conduit:list:processors](taxonomy/developer:docs:clis:conduit:list:processors.md): title: conduit list processors

### General
- [ARCs:specs:arc-0078](taxonomy/ARCs:specs:arc-0078.md): ---

### General
- [SDKs:javascript:classes:modelsv2.LedgerStateDeltaForTransactionGroup](taxonomy/SDKs:javascript:classes:modelsv2.LedgerStateDeltaForTransactionGroup.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / LedgerStateDeltaForTransactionGroup

### General
- [SDKs:javascript:interfaces:CustomTokenHeader](taxonomy/SDKs:javascript:interfaces:CustomTokenHeader.md): [algosdk](../README.md) / [Exports](../modules.md) / CustomTokenHeader

### General
- [SDKs:javascript:classes:indexerModels.StateSchema](taxonomy/SDKs:javascript:classes:indexerModels.StateSchema.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / StateSchema

### General
- [SDKs:javascript:classes:modelsv2.SimulateTraceConfig](taxonomy/SDKs:javascript:classes:modelsv2.SimulateTraceConfig.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / SimulateTraceConfig

### General
- [algokit:cli:features:dispenser](taxonomy/algokit:cli:features:dispenser.md): AlgoKit TestNet Dispenser

### General
- [algokit:utils:typescript:code:interfaces:types_app_arc56.StructField](taxonomy/algokit:utils:typescript:code:interfaces:types_app_arc56.StructField.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-arc56](../modules/types_app_arc56.md) / StructField

### General
- [SDKs:javascript:classes:Algodv2](taxonomy/SDKs:javascript:classes:Algodv2.md): [algosdk](../README.md) / [Exports](../modules.md) / Algodv2

### General
- [ARCs:assets:arc-0012:README](taxonomy/ARCs:assets:arc-0012:README.md): ARC12 Contracts

### General
- [algokit:utils:typescript:code:interfaces:types_app_client.AppClientDeployParams](taxonomy/algokit:utils:typescript:code:interfaces:types_app_client.AppClientDeployParams.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-client](../modules/types_app_client.md) / AppClientDeployParams

### General
- [algokit:utils:typescript:code:interfaces:types_indexer.LookupAssetHoldingsOptions](taxonomy/algokit:utils:typescript:code:interfaces:types_indexer.LookupAssetHoldingsOptions.md): [@algorandfoundation/algokit-utils](../README.md) / [types/indexer](../modules/types_indexer.md) / LookupAssetHoldingsOptions

### General
- [algokit:cli:tutorials:algokit-template](taxonomy/algokit:cli:tutorials:algokit-template.md): Creating AlgoKit Templates

### General
- [algokit:utils:typescript:code:interfaces:types_asset.AssetBulkOptInOutParams](taxonomy/algokit:utils:typescript:code:interfaces:types_asset.AssetBulkOptInOutParams.md): [@algorandfoundation/algokit-utils](../README.md) / [types/asset](../modules/types_asset.md) / AssetBulkOptInOutParams

### General
- [SDKs:javascript:classes:indexerModels.Application](taxonomy/SDKs:javascript:classes:indexerModels.Application.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / Application

### General
- [algokit:utils:typescript:code:interfaces:types_debugging.AVMTracesEventData](taxonomy/algokit:utils:typescript:code:interfaces:types_debugging.AVMTracesEventData.md): [@algorandfoundation/algokit-utils](../README.md) / [types/debugging](../modules/types_debugging.md) / AVMTracesEventData

### General
- [algokit:cli:architecture-decisions:2023-07-19_advanced_generate_command](taxonomy/algokit:cli:architecture-decisions:2023-07-19_advanced_generate_command.md): Advanced `algokit generate` command

### General
- [algokit:cli:features:generate](taxonomy/algokit:cli:features:generate.md): AlgoKit Generate

### General
- [algokit:utils:typescript:code:modules:types_amount](taxonomy/algokit:utils:typescript:code:modules:types_amount.md): [@algorandfoundation/algokit-utils](../README.md) / types/amount

### General
- [SDKs:javascript:classes:indexerModels.TransactionSignatureMultisigSubsignature](taxonomy/SDKs:javascript:classes:indexerModels.TransactionSignatureMultisigSubsignature.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / TransactionSignatureMultisigSubsignature

### General
- [developer:docs:clis:goal:app:create](taxonomy/developer:docs:clis:goal:app:create.md): title: goal app create

### General
- [algokit:utils:typescript:code:interfaces:types_testing.AlgorandFixtureConfig](taxonomy/algokit:utils:typescript:code:interfaces:types_testing.AlgorandFixtureConfig.md): [@algorandfoundation/algokit-utils](../README.md) / [types/testing](../modules/types_testing.md) / AlgorandFixtureConfig

### General
- [SDKs:javascript:classes:indexerModels.BoxesResponse](taxonomy/SDKs:javascript:classes:indexerModels.BoxesResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / BoxesResponse

### General
- [SDKs:javascript:classes:SourceMap](taxonomy/SDKs:javascript:classes:SourceMap.md): [algosdk](../README.md) / [Exports](../modules.md) / SourceMap

### General
- [algokit:cli:features:project:link](taxonomy/algokit:cli:features:project:link.md): AlgoKit Project Link Command

### General
- [SDKs:javascript:classes:modelsv2.ApplicationStateOperation](taxonomy/SDKs:javascript:classes:modelsv2.ApplicationStateOperation.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / ApplicationStateOperation

### General
- [SDKs:javascript:classes:indexerModels.Box](taxonomy/SDKs:javascript:classes:indexerModels.Box.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / Box

### General
- [SDKs:javascript:classes:modelsv2.SupplyResponse](taxonomy/SDKs:javascript:classes:modelsv2.SupplyResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / SupplyResponse

### General
- [SDKs:python:algosdk:v2client:harness:README](taxonomy/SDKs:python:algosdk:v2client:harness:README.md): Client V2 models

### General
- [algokit:utils:python:markdown:capabilities:account](taxonomy/algokit:utils:python:markdown:capabilities:account.md): Account management

### General
- [SDKs:javascript:classes:modelsv2.ApplicationStateSchema](taxonomy/SDKs:javascript:classes:modelsv2.ApplicationStateSchema.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / ApplicationStateSchema

### General
- [SDKs:javascript:classes:modelsv2.AccountStateDelta](taxonomy/SDKs:javascript:classes:modelsv2.AccountStateDelta.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / AccountStateDelta

### General
- [SDKs:javascript:classes:indexerModels.ErrorResponse](taxonomy/SDKs:javascript:classes:indexerModels.ErrorResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / ErrorResponse

### General
- [SDKs:javascript:classes:modelsv2.EvalDelta](taxonomy/SDKs:javascript:classes:modelsv2.EvalDelta.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / EvalDelta

### General
- [SDKs:javascript:classes:modelsv2.Version](taxonomy/SDKs:javascript:classes:modelsv2.Version.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / Version

### General
- [algokit:utils:typescript:code:enums:types_indexer.AccountStatus](taxonomy/algokit:utils:typescript:code:enums:types_indexer.AccountStatus.md): [@algorandfoundation/algokit-utils](../README.md) / [types/indexer](../modules/types_indexer.md) / AccountStatus

### General
- [ARCs:specs:arc-0048](taxonomy/ARCs:specs:arc-0048.md): ---

### General
- [SDKs:javascript:classes:indexerModels.ApplicationParams](taxonomy/SDKs:javascript:classes:indexerModels.ApplicationParams.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / ApplicationParams

### General
- [SDKs:javascript:classes:modelsv2.DisassembleResponse](taxonomy/SDKs:javascript:classes:modelsv2.DisassembleResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / DisassembleResponse

### General
- [ARCs:specs:arc-0019](taxonomy/ARCs:specs:arc-0019.md): ---

### General
- [algokit:cli:features:tasks:wallet](taxonomy/algokit:cli:features:tasks:wallet.md): AlgoKit Task Wallet

### General
- [developer:docs:clis:goal:node:generatetoken](taxonomy/developer:docs:clis:goal:node:generatetoken.md): title: goal node generatetoken

### General
- [developer:docs:clis:goal:completion:zsh](taxonomy/developer:docs:clis:goal:completion:zsh.md): title: goal completion zsh

### General
- [SDKs:javascript:classes:ABIType](taxonomy/SDKs:javascript:classes:ABIType.md): [algosdk](../README.md) / [Exports](../modules.md) / ABIType

### General
- [developer:docs:clis:goal:network:delete](taxonomy/developer:docs:clis:goal:network:delete.md): title: goal network delete

### General
- [developer:docs:clis:goal:account:renewpartkey](taxonomy/developer:docs:clis:goal:account:renewpartkey.md): title: goal account renewpartkey

### General
- [SDKs:javascript:classes:modelsv2.TealValue](taxonomy/SDKs:javascript:classes:modelsv2.TealValue.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / TealValue

### General
- [SDKs:javascript:interfaces:KMDTokenHeader](taxonomy/SDKs:javascript:interfaces:KMDTokenHeader.md): [algosdk](../README.md) / [Exports](../modules.md) / KMDTokenHeader

### General
- [algokit:utils:typescript:code:modules:types_algorand_client_transfer_spec](taxonomy/algokit:utils:typescript:code:modules:types_algorand_client_transfer_spec.md): [@algorandfoundation/algokit-utils](../README.md) / types/algorand-client.transfer.spec

### General
- [SDKs:javascript:classes:modelsv2.AssetHolding](taxonomy/SDKs:javascript:classes:modelsv2.AssetHolding.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / AssetHolding

### General
- [SDKs:javascript:interfaces:ABIMethodArgParams](taxonomy/SDKs:javascript:interfaces:ABIMethodArgParams.md): [algosdk](../README.md) / [Exports](../modules.md) / ABIMethodArgParams

### General
- [algokit:cli:features:config](taxonomy/algokit:cli:features:config.md): AlgoKit Config

### General
- [SDKs:javascript:classes:indexerModels.AssetsResponse](taxonomy/SDKs:javascript:classes:indexerModels.AssetsResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / AssetsResponse

### General
- [SDKs:javascript:classes:indexerModels.TransactionStateProof](taxonomy/SDKs:javascript:classes:indexerModels.TransactionStateProof.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / TransactionStateProof

### General
- [developer:docs:clis:goal:asset:config](taxonomy/developer:docs:clis:goal:asset:config.md): title: goal asset config

### General
- [ARCs:specs:arc-0009](taxonomy/ARCs:specs:arc-0009.md): ---

### General
- [algokit:utils:typescript:code:classes:types_logic_error.LogicError](taxonomy/algokit:utils:typescript:code:classes:types_logic_error.LogicError.md): [@algorandfoundation/algokit-utils](../README.md) / [types/logic-error](../modules/types_logic_error.md) / LogicError

### General
- [algokit:utils:typescript:code:README](taxonomy/algokit:utils:typescript:code:README.md): @algorandfoundation/algokit-utils

### General
- [SDKs:javascript:classes:indexerModels.EvalDelta](taxonomy/SDKs:javascript:classes:indexerModels.EvalDelta.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / EvalDelta

### General
- [developer:docs:clis:goal:asset:info](taxonomy/developer:docs:clis:goal:asset:info.md): title: goal asset info

### General
- [algokit:utils:typescript:code:enums:types_lifecycle_events.EventType](taxonomy/algokit:utils:typescript:code:enums:types_lifecycle_events.EventType.md): [@algorandfoundation/algokit-utils](../README.md) / [types/lifecycle-events](../modules/types_lifecycle_events.md) / EventType

### General
- [developer:docs:clis:goal:app:box:info](taxonomy/developer:docs:clis:goal:app:box:info.md): title: goal app box info

### General
- [TEALScript:FEATURES](taxonomy/TEALScript:FEATURES.md): Supported AVM Features

### General
- [algokit:utils:typescript:capabilities:client](taxonomy/algokit:utils:typescript:capabilities:client.md): Client management

### General
- [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

### General
- [SDKs:javascript:interfaces:ABIMethodParams](taxonomy/SDKs:javascript:interfaces:ABIMethodParams.md): [algosdk](../README.md) / [Exports](../modules.md) / ABIMethodParams

### General
- [algokit:lora:README](taxonomy/algokit:lora:README.md): <div align="center">

### General
- [developer:docs:clis:diagcfg:telemetry:disable](taxonomy/developer:docs:clis:diagcfg:telemetry:disable.md): title: diagcfg telemetry disable

### General
- [SDKs:javascript:classes:indexerModels.TealValue](taxonomy/SDKs:javascript:classes:indexerModels.TealValue.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / TealValue

### General
- [algokit:utils:typescript:code:enums:types_app.OnUpdate](taxonomy/algokit:utils:typescript:code:enums:types_app.OnUpdate.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app](../modules/types_app.md) / OnUpdate

### General
- [algokit:utils:python:source:index](taxonomy/algokit:utils:python:source:index.md): AlgoKit Python Utilities

### General
- [SDKs:javascript:classes:modelsv2.PostTransactionsResponse](taxonomy/SDKs:javascript:classes:modelsv2.PostTransactionsResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / PostTransactionsResponse

### General
- [ARCs:specs:arc-0012](taxonomy/ARCs:specs:arc-0012.md): ---

### General
- [algokit:cli:features:project:bootstrap](taxonomy/algokit:cli:features:project:bootstrap.md): AlgoKit Project Bootstrap

### General
- [algokit:utils:typescript:code:interfaces:types_app_client.AppSourceMaps](taxonomy/algokit:utils:typescript:code:interfaces:types_app_client.AppSourceMaps.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-client](../modules/types_app_client.md) / AppSourceMaps

### General
- [algokit:utils:typescript:code:interfaces:types_app.CompiledTeal](taxonomy/algokit:utils:typescript:code:interfaces:types_app.CompiledTeal.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app](../modules/types_app.md) / CompiledTeal

### General
- [SDKs:javascript:classes:modelsv2.ApplicationLocalReference](taxonomy/SDKs:javascript:classes:modelsv2.ApplicationLocalReference.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / ApplicationLocalReference

### General
- [SDKs:python:README](taxonomy/SDKs:python:README.md): py-algorand-sdk

### General
- [ARCs:specs:arc-0026](taxonomy/ARCs:specs:arc-0026.md): ---

### General
- [developer:docs:clis:goal:node:create](taxonomy/developer:docs:clis:goal:node:create.md): title: goal node create

### General
- [developer:docs:clis:goal:clerk:compile](taxonomy/developer:docs:clis:goal:clerk:compile.md): title: goal clerk compile

### General
- [developer:docs:clis:goal:app:interact:interact](taxonomy/developer:docs:clis:goal:app:interact:interact.md): title: goal app interact

### General
- [ARCs:pages:nfts](taxonomy/ARCs:pages:nfts.md): ---

### General
- [SDKs:javascript:classes:indexerModels.TransactionSignatureLogicsig](taxonomy/SDKs:javascript:classes:indexerModels.TransactionSignatureLogicsig.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / TransactionSignatureLogicsig

### General
- [algokit:utils:typescript:code:interfaces:types_transfer.AlgoRekeyParams](taxonomy/algokit:utils:typescript:code:interfaces:types_transfer.AlgoRekeyParams.md): [@algorandfoundation/algokit-utils](../README.md) / [types/transfer](../modules/types_transfer.md) / AlgoRekeyParams

### General
- [developer:docs:clis:goal:clerk:multisig:signprogram](taxonomy/developer:docs:clis:goal:clerk:multisig:signprogram.md): title: goal clerk multisig signprogram

### General
- [algokit:utils:python:source:capabilities:debugger](taxonomy/algokit:utils:python:source:capabilities:debugger.md): Debugger

### General
- [developer:docs:clis:goal:logging:disable](taxonomy/developer:docs:clis:goal:logging:disable.md): title: goal logging disable

### General
- [SDKs:javascript:classes:indexerModels.HashFactory](taxonomy/SDKs:javascript:classes:indexerModels.HashFactory.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / HashFactory

### General
- [SDKs:javascript:classes:modelsv2.BlockLogsResponse](taxonomy/SDKs:javascript:classes:modelsv2.BlockLogsResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / BlockLogsResponse

### General
- [SDKs:javascript:interfaces:BoxReference](taxonomy/SDKs:javascript:interfaces:BoxReference.md): [algosdk](../README.md) / [Exports](../modules.md) / BoxReference

### General
- [SDKs:javascript:interfaces:EncodedMultisig](taxonomy/SDKs:javascript:interfaces:EncodedMultisig.md): [algosdk](../README.md) / [Exports](../modules.md) / EncodedMultisig

### General
- [developer:docs:clis:goal:license](taxonomy/developer:docs:clis:goal:license.md): title: goal license

### General
- [TEALScript:guides:storage](taxonomy/TEALScript:guides:storage.md): ---

### General
- [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.

### General
- [developer:docs:clis:goal:app:info](taxonomy/developer:docs:clis:goal:app:info.md): title: goal app info

### General
- [algokit:utils:typescript:code:interfaces:types_app.AppDeploymentParams](taxonomy/algokit:utils:typescript:code:interfaces:types_app.AppDeploymentParams.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app](../modules/types_app.md) / AppDeploymentParams

### General
- [algokit:utils:typescript:code:interfaces:types_transfer.AlgoTransferParams](taxonomy/algokit:utils:typescript:code:interfaces:types_transfer.AlgoTransferParams.md): [@algorandfoundation/algokit-utils](../README.md) / [types/transfer](../modules/types_transfer.md) / AlgoTransferParams

### General
- [algokit:utils:typescript:capabilities:amount](taxonomy/algokit:utils:typescript:capabilities:amount.md): Algo amount handling

### General
- [algokit:utils:typescript:code:interfaces:types_dispenser_client.TestNetDispenserApiClientParams](taxonomy/algokit:utils:typescript:code:interfaces:types_dispenser_client.TestNetDispenserApiClientParams.md): [@algorandfoundation/algokit-utils](../README.md) / [types/dispenser-client](../modules/types_dispenser_client.md) / TestNetDispenserApiClientParams

### General
- [SDKs:javascript:interfaces:EncodedBoxReference](taxonomy/SDKs:javascript:interfaces:EncodedBoxReference.md): [algosdk](../README.md) / [Exports](../modules.md) / EncodedBoxReference

### General
- [SDKs:javascript:classes:ABIBoolType](taxonomy/SDKs:javascript:classes:ABIBoolType.md): [algosdk](../README.md) / [Exports](../modules.md) / ABIBoolType

### General
- [developer:docs:clis:diagcfg:metric:disable](taxonomy/developer:docs:clis:diagcfg:metric:disable.md): title: diagcfg metric disable

### General
- [developer:docs:clis:conduit:list:exporters](taxonomy/developer:docs:clis:conduit:list:exporters.md): title: conduit list exporters

### General
- [algokit:utils:typescript:code:interfaces:types_app.CoreAppCallArgs](taxonomy/algokit:utils:typescript:code:interfaces:types_app.CoreAppCallArgs.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app](../modules/types_app.md) / CoreAppCallArgs

### General
- [algokit:utils:typescript:code:classes:types_kmd_account_manager.KmdAccountManager](taxonomy/algokit:utils:typescript:code:classes:types_kmd_account_manager.KmdAccountManager.md): [@algorandfoundation/algokit-utils](../README.md) / [types/kmd-account-manager](../modules/types_kmd_account_manager.md) / KmdAccountManager

### General
- [algokit:utils:typescript:code:classes:types_algorand_client_transaction_sender.AlgorandClientTransactionSender](taxonomy/algokit:utils:typescript:code:classes:types_algorand_client_transaction_sender.AlgorandClientTransactionSender.md): [@algorandfoundation/algokit-utils](../README.md) / [types/algorand-client-transaction-sender](../modules/types_algorand_client_transaction_sender.md) / AlgorandClientTransactionSender

### General
- [algokit:utils:python:source:capabilities:transfer](taxonomy/algokit:utils:python:source:capabilities:transfer.md): Algo transfers

### General
- [algokit:utils:typescript:code:interfaces:types_debugging.TealSourceDebugEventData](taxonomy/algokit:utils:typescript:code:interfaces:types_debugging.TealSourceDebugEventData.md): [@algorandfoundation/algokit-utils](../README.md) / [types/debugging](../modules/types_debugging.md) / TealSourceDebugEventData

### General
- [developer:docs:clis:goal:logging:enable](taxonomy/developer:docs:clis:goal:logging:enable.md): title: goal logging enable

### General
- [algokit:utils:typescript:code:interfaces:types_app_spec.ReservedSchemaValueSpec](taxonomy/algokit:utils:typescript:code:interfaces:types_app_spec.ReservedSchemaValueSpec.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-spec](../modules/types_app_spec.md) / ReservedSchemaValueSpec

### General
- [SDKs:javascript:classes:indexerModels.TransactionAssetConfig](taxonomy/SDKs:javascript:classes:indexerModels.TransactionAssetConfig.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / TransactionAssetConfig

### General
- [developer:docs:clis:goal:app:call](taxonomy/developer:docs:clis:goal:app:call.md): title: goal app call

### General
- [SDKs:javascript:classes:modelsv2.SimulateRequest](taxonomy/SDKs:javascript:classes:modelsv2.SimulateRequest.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / SimulateRequest

### General
- [algokit:utils:typescript:code:interfaces:types_algorand_client_interface.AlgorandClientInterface](taxonomy/algokit:utils:typescript:code:interfaces:types_algorand_client_interface.AlgorandClientInterface.md): [@algorandfoundation/algokit-utils](../README.md) / [types/algorand-client-interface](../modules/types_algorand_client_interface.md) / AlgorandClientInterface

### General
- [developer:docs:clis:goal:account:assetdetails](taxonomy/developer:docs:clis:goal:account:assetdetails.md): title: goal account assetdetails

### General
- [algokit:cli:architecture-decisions:2023-06-06_frontend-templates](taxonomy/algokit:cli:architecture-decisions:2023-06-06_frontend-templates.md): Frontend Templates

### General
- [ARCs:specs:arc-0036](taxonomy/ARCs:specs:arc-0036.md): ---

### General
- [developer:docs:clis:goal:clerk:sign](taxonomy/developer:docs:clis:goal:clerk:sign.md): title: goal clerk sign

### General
- [TEALScript:guides:math](taxonomy/TEALScript:guides:math.md): ---

### General
- [algokit:utils:typescript:code:modules:types_client_manager](taxonomy/algokit:utils:typescript:code:modules:types_client_manager.md): [@algorandfoundation/algokit-utils](../README.md) / types/client-manager

### General
- [developer:docs:clis:goal:account:partkeyinfo](taxonomy/developer:docs:clis:goal:account:partkeyinfo.md): title: goal account partkeyinfo

### General
- [SDKs:javascript:classes:ABITupleType](taxonomy/SDKs:javascript:classes:ABITupleType.md): [algosdk](../README.md) / [Exports](../modules.md) / ABITupleType

### General
- [SDKs:javascript:interfaces:ABIResult](taxonomy/SDKs:javascript:interfaces:ABIResult.md): [algosdk](../README.md) / [Exports](../modules.md) / ABIResult

### General
- [ARCs:specs:arc-0002](taxonomy/ARCs:specs:arc-0002.md): ---

### General
- [algokit:utils:typescript:code:interfaces:types_composer.BuiltTransactions](taxonomy/algokit:utils:typescript:code:interfaces:types_composer.BuiltTransactions.md): [@algorandfoundation/algokit-utils](../README.md) / [types/composer](../modules/types_composer.md) / BuiltTransactions

### General
- [ARCs:specs:arc-0073](taxonomy/ARCs:specs:arc-0073.md): ---

### General
- [developer:docs:clis:algokey:part:part](taxonomy/developer:docs:clis:algokey:part:part.md): title: algokey part

### General
- [ARCs:specs:arc-0022](taxonomy/ARCs:specs:arc-0022.md): ---

### General
- [SDKs:javascript:classes:indexerModels.StateProofParticipant](taxonomy/SDKs:javascript:classes:indexerModels.StateProofParticipant.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / StateProofParticipant

### General
- [developer:docs:clis:goal:kmd:start](taxonomy/developer:docs:clis:goal:kmd:start.md): title: goal kmd start

### General
- [ARCs:specs:arc-0200](taxonomy/ARCs:specs:arc-0200.md): ---

### General
- [algokit:utils:typescript:code:classes:types_async_event_emitter.AsyncEventEmitter](taxonomy/algokit:utils:typescript:code:classes:types_async_event_emitter.AsyncEventEmitter.md): [@algorandfoundation/algokit-utils](../README.md) / [types/async-event-emitter](../modules/types_async_event_emitter.md) / AsyncEventEmitter

### General
- [developer:docs:clis:algokey:part:info](taxonomy/developer:docs:clis:algokey:part:info.md): title: algokey part info

### General
- [developer:docs:clis:goal:asset:asset](taxonomy/developer:docs:clis:goal:asset:asset.md): title: goal asset

### General
- [ARCs:specs:arc-0016](taxonomy/ARCs:specs:arc-0016.md): ---

### General
- [ARCs:specs:arc-0047](taxonomy/ARCs:specs:arc-0047.md): ---

### General
- [SDKs:javascript:interfaces:AlgodTokenHeader](taxonomy/SDKs:javascript:interfaces:AlgodTokenHeader.md): [algosdk](../README.md) / [Exports](../modules.md) / AlgodTokenHeader

### General
- [algokit:utils:python:source:capabilities:account](taxonomy/algokit:utils:python:source:capabilities:account.md): Account management

### General
- [algokit:utils:typescript:code:interfaces:types_app_client.AppClientParams](taxonomy/algokit:utils:typescript:code:interfaces:types_app_client.AppClientParams.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-client](../modules/types_app_client.md) / AppClientParams

### General
- [algokit:utils:typescript:code:classes:types_amount.AlgoAmount](taxonomy/algokit:utils:typescript:code:classes:types_amount.AlgoAmount.md): [@algorandfoundation/algokit-utils](../README.md) / [types/amount](../modules/types_amount.md) / AlgoAmount

### General
- [algokit:utils:typescript:code:interfaces:types_transfer.EnsureFundedParams](taxonomy/algokit:utils:typescript:code:interfaces:types_transfer.EnsureFundedParams.md): [@algorandfoundation/algokit-utils](../README.md) / [types/transfer](../modules/types_transfer.md) / EnsureFundedParams

### General
- [SDKs:javascript:enums:IntDecoding](taxonomy/SDKs:javascript:enums:IntDecoding.md): [algosdk](../README.md) / [Exports](../modules.md) / IntDecoding

### General
- [algokit:utils:typescript:code:interfaces:types_app_client.AppClientDeployCoreParams](taxonomy/algokit:utils:typescript:code:interfaces:types_app_client.AppClientDeployCoreParams.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-client](../modules/types_app_client.md) / AppClientDeployCoreParams

### General
- [algokit:utils:typescript:code:interfaces:types_app_manager.BoxValuesRequestParams](taxonomy/algokit:utils:typescript:code:interfaces:types_app_manager.BoxValuesRequestParams.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-manager](../modules/types_app_manager.md) / BoxValuesRequestParams

### General
- [SDKs:javascript:enums:ABITransactionType](taxonomy/SDKs:javascript:enums:ABITransactionType.md): [algosdk](../README.md) / [Exports](../modules.md) / ABITransactionType

### General
- [SDKs:javascript:interfaces:EncodedSubsig](taxonomy/SDKs:javascript:interfaces:EncodedSubsig.md): [algosdk](../README.md) / [Exports](../modules.md) / EncodedSubsig

### General
- [algokit:utils:typescript:code:interfaces:types_app_arc56.StorageMap](taxonomy/algokit:utils:typescript:code:interfaces:types_app_arc56.StorageMap.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-arc56](../modules/types_app_arc56.md) / StorageMap

### General
- [developer:docs:clis:goal:account:multisig:new](taxonomy/developer:docs:clis:goal:account:multisig:new.md): title: goal account multisig new

### General
- [SDKs:javascript:classes:indexerModels.Account](taxonomy/SDKs:javascript:classes:indexerModels.Account.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / Account

### General
- [developer:docs:clis:goal:account:importrootkey](taxonomy/developer:docs:clis:goal:account:importrootkey.md): title: goal account importrootkey

### General
- [developer:docs:clis:goal:completion:completion](taxonomy/developer:docs:clis:goal:completion:completion.md): title: goal completion

### General
- [algokit:utils:typescript:code:modules:types_app_client](taxonomy/algokit:utils:typescript:code:modules:types_app_client.md): [@algorandfoundation/algokit-utils](../README.md) / types/app-client

### General
- [SDKs:javascript:classes:indexerModels.BoxDescriptor](taxonomy/SDKs:javascript:classes:indexerModels.BoxDescriptor.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / BoxDescriptor

### General
- [SDKs:javascript:interfaces:ABIMethodReturnParams](taxonomy/SDKs:javascript:interfaces:ABIMethodReturnParams.md): [algosdk](../README.md) / [Exports](../modules.md) / ABIMethodReturnParams

### General
- [ARCs:assets:arc-0062:README](taxonomy/ARCs:assets:arc-0062:README.md): ARC-62 Reference Implementation

### General
- [algokit:utils:typescript:code:interfaces:types_transaction.SendAtomicTransactionComposerResults](taxonomy/algokit:utils:typescript:code:interfaces:types_transaction.SendAtomicTransactionComposerResults.md): [@algorandfoundation/algokit-utils](../README.md) / [types/transaction](../modules/types_transaction.md) / SendAtomicTransactionComposerResults

### General
- [developer:docs:clis:goal:app:app](taxonomy/developer:docs:clis:goal:app:app.md): title: goal app

### General
- [algokit:utils:typescript:code:interfaces:types_transaction.SendTransactionResults](taxonomy/algokit:utils:typescript:code:interfaces:types_transaction.SendTransactionResults.md): [@algorandfoundation/algokit-utils](../README.md) / [types/transaction](../modules/types_transaction.md) / SendTransactionResults

### General
- [SDKs:javascript:classes:modelsv2.SimulationEvalOverrides](taxonomy/SDKs:javascript:classes:modelsv2.SimulationEvalOverrides.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / SimulationEvalOverrides

### General
- [developer:docs:clis:diagcfg:telemetry:enable](taxonomy/developer:docs:clis:diagcfg:telemetry:enable.md): title: diagcfg telemetry enable

### General
- [ARCs:specs:arc-0006](taxonomy/ARCs:specs:arc-0006.md): ---

### General
- [algokit:utils:typescript:code:interfaces:types_app_spec.AppSpec](taxonomy/algokit:utils:typescript:code:interfaces:types_app_spec.AppSpec.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-spec](../modules/types_app_spec.md) / AppSpec

### General
- [developer:docs:clis:goal:account:rewards](taxonomy/developer:docs:clis:goal:account:rewards.md): title: goal account rewards

### General
- [ARCs:specs:arc-0032](taxonomy/ARCs:specs:arc-0032.md): ---

### General
- [algokit:cli:articles:output_stability](taxonomy/algokit:cli:articles:output_stability.md): Smart Contract Output Stability

### General
- [ARCs:specs:arc-0072](taxonomy/ARCs:specs:arc-0072.md): ---

### General
- [developer:docs:clis:goal:app:read](taxonomy/developer:docs:clis:goal:app:read.md): title: goal app read

### General
- [developer:docs:clis:goal:ledger:ledger](taxonomy/developer:docs:clis:goal:ledger:ledger.md): title: goal ledger

### General
- [ARCs:specs:arc-0023](taxonomy/ARCs:specs:arc-0023.md): ---

### General
- [SDKs:javascript:classes:ABIArrayStaticType](taxonomy/SDKs:javascript:classes:ABIArrayStaticType.md): [algosdk](../README.md) / [Exports](../modules.md) / ABIArrayStaticType

### General
- [algokit:utils:typescript:code:interfaces:types_transaction.ConfirmedTransactionResults](taxonomy/algokit:utils:typescript:code:interfaces:types_transaction.ConfirmedTransactionResults.md): [@algorandfoundation/algokit-utils](../README.md) / [types/transaction](../modules/types_transaction.md) / ConfirmedTransactionResults

### General
- [algokit:utils:typescript:code:modules:types_async_event_emitter_spec](taxonomy/algokit:utils:typescript:code:modules:types_async_event_emitter_spec.md): [@algorandfoundation/algokit-utils](../README.md) / types/async-event-emitter.spec

### General
- [algokit:utils:typescript:code:interfaces:types_app_factory.AppFactoryParams](taxonomy/algokit:utils:typescript:code:interfaces:types_app_factory.AppFactoryParams.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-factory](../modules/types_app_factory.md) / AppFactoryParams

### General
- [algokit:utils:typescript:code:modules:types_algo_http_client_with_retry](taxonomy/algokit:utils:typescript:code:modules:types_algo_http_client_with_retry.md): [@algorandfoundation/algokit-utils](../README.md) / types/algo-http-client-with-retry

### General
- [algokit:cli:features:tasks:analyze](taxonomy/algokit:cli:features:tasks:analyze.md): AlgoKit Task Analyze

### General
- [algokit:utils:typescript:code:modules:types_amount_spec](taxonomy/algokit:utils:typescript:code:modules:types_amount_spec.md): [@algorandfoundation/algokit-utils](../README.md) / types/amount.spec

### General
- [algokit:cli:tutorials:intro](taxonomy/algokit:cli:tutorials:intro.md): AlgoKit Quick Start Tutorial

### General
- [SDKs:javascript:classes:indexerModels.ApplicationResponse](taxonomy/SDKs:javascript:classes:indexerModels.ApplicationResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / ApplicationResponse

### General
- [algokit:utils:typescript:code:classes:types_account.SigningAccount](taxonomy/algokit:utils:typescript:code:classes:types_account.SigningAccount.md): [@algorandfoundation/algokit-utils](../README.md) / [types/account](../modules/types_account.md) / SigningAccount

### General
- [algokit:utils:typescript:code:interfaces:types_app_arc56.Event](taxonomy/algokit:utils:typescript:code:interfaces:types_app_arc56.Event.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-arc56](../modules/types_app_arc56.md) / Event

### General
- [algokit:utils:python:markdown:capabilities:debugger](taxonomy/algokit:utils:python:markdown:capabilities:debugger.md): Debugger

### General
- [algokit:utils:typescript:code:modules:index](taxonomy/algokit:utils:typescript:code:modules:index.md): [@algorandfoundation/algokit-utils](../README.md) / index

### General
- [developer:docs:clis:goal:ledger:block](taxonomy/developer:docs:clis:goal:ledger:block.md): title: goal ledger block

### General
- [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 

### General
- [SDKs:javascript:enums:TransactionType](taxonomy/SDKs:javascript:enums:TransactionType.md): [algosdk](../README.md) / [Exports](../modules.md) / TransactionType

### General
- [SDKs:javascript:classes:modelsv2.LightBlockHeaderProof](taxonomy/SDKs:javascript:classes:modelsv2.LightBlockHeaderProof.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / LightBlockHeaderProof

### General
- [SDKs:python:examples:README](taxonomy/SDKs:python:examples:README.md): Algorand Python SDK Examples

### General
- [algokit:utils:python:markdown:capabilities:transfer](taxonomy/algokit:utils:python:markdown:capabilities:transfer.md): Algo transfers

### General
- [algokit:utils:typescript:code:interfaces:types_app.AppCallParams](taxonomy/algokit:utils:typescript:code:interfaces:types_app.AppCallParams.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app](../modules/types_app.md) / AppCallParams

### General
- [developer:docs:clis:goal:account:addpartkey](taxonomy/developer:docs:clis:goal:account:addpartkey.md): title: goal account addpartkey

### General
- [developer:docs:clis:goal:clerk:inspect](taxonomy/developer:docs:clis:goal:clerk:inspect.md): title: goal clerk inspect

### General
- [algokit:utils:typescript:code:modules:types_app_manager](taxonomy/algokit:utils:typescript:code:modules:types_app_manager.md): [@algorandfoundation/algokit-utils](../README.md) / types/app-manager

### General
- [developer:docs:clis:goal:asset:optin](taxonomy/developer:docs:clis:goal:asset:optin.md): title: goal asset optin

### General
- [algokit:utils:typescript:code:classes:types_composer.TransactionComposer](taxonomy/algokit:utils:typescript:code:classes:types_composer.TransactionComposer.md): [@algorandfoundation/algokit-utils](../README.md) / [types/composer](../modules/types_composer.md) / TransactionComposer

### General
- [SDKs:javascript:interfaces:ABIContractNetworkInfo](taxonomy/SDKs:javascript:interfaces:ABIContractNetworkInfo.md): [algosdk](../README.md) / [Exports](../modules.md) / ABIContractNetworkInfo

### General
- [SDKs:javascript:classes:indexerModels.AccountResponse](taxonomy/SDKs:javascript:classes:indexerModels.AccountResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / AccountResponse

### General
- [developer:docs:clis:goal:account:listpartkeys](taxonomy/developer:docs:clis:goal:account:listpartkeys.md): title: goal account listpartkeys

### General
- [SDKs:javascript:classes:ABIUfixedType](taxonomy/SDKs:javascript:classes:ABIUfixedType.md): [algosdk](../README.md) / [Exports](../modules.md) / ABIUfixedType

### General
- [ARCs:specs:arc-0056](taxonomy/ARCs:specs:arc-0056.md): ---

### General
- [ARCs:specs:arc-0007](taxonomy/ARCs:specs:arc-0007.md): ---

### General
- [algokit:utils:typescript:code:interfaces:types_app.AppDeployMetadata](taxonomy/algokit:utils:typescript:code:interfaces:types_app.AppDeployMetadata.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app](../modules/types_app.md) / AppDeployMetadata

### General
- [SDKs:javascript:classes:modelsv2.AvmKeyValue](taxonomy/SDKs:javascript:classes:modelsv2.AvmKeyValue.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / AvmKeyValue

### General
- [algokit:utils:typescript:code:interfaces:types_app.AppReference](taxonomy/algokit:utils:typescript:code:interfaces:types_app.AppReference.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app](../modules/types_app.md) / AppReference

### General
- [algokit:utils:typescript:code:modules:types_algorand_client_asset_spec](taxonomy/algokit:utils:typescript:code:modules:types_algorand_client_asset_spec.md): [@algorandfoundation/algokit-utils](../README.md) / types/algorand-client.asset.spec

### General
- [algokit:cli:features:tasks:ipfs](taxonomy/algokit:cli:features:tasks:ipfs.md): AlgoKit Task IPFS

### General
- [developer:docs:clis:goal:asset:destroy](taxonomy/developer:docs:clis:goal:asset:destroy.md): title: goal asset destroy

### General
- [TEALScript:guides:pyteal](taxonomy/TEALScript:guides:pyteal.md): ---

### General
- [ARCs:README](taxonomy/ARCs:README.md): ARCs: Algorand Requests for Comments

### General
- [SDKs:javascript:classes:ABIStringType](taxonomy/SDKs:javascript:classes:ABIStringType.md): [algosdk](../README.md) / [Exports](../modules.md) / ABIStringType

### General
- [ARCs:specs:arc-0033](taxonomy/ARCs:specs:arc-0033.md): ---

### General
- [algokit:utils:typescript:code:interfaces:types_app_manager.BoxReference](taxonomy/algokit:utils:typescript:code:interfaces:types_app_manager.BoxReference.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-manager](../modules/types_app_manager.md) / BoxReference

### General
- [algokit:utils:typescript:code:enums:types_app.OnSchemaBreak](taxonomy/algokit:utils:typescript:code:enums:types_app.OnSchemaBreak.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app](../modules/types_app.md) / OnSchemaBreak

### General
- [ARCs:specs:arc-0062](taxonomy/ARCs:specs:arc-0062.md): ---

### General
- [ARCs:specs:arc-0042](taxonomy/ARCs:specs:arc-0042.md): ---

### General
- [algokit:utils:typescript:code:interfaces:types_app.AppState](taxonomy/algokit:utils:typescript:code:interfaces:types_app.AppState.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app](../modules/types_app.md) / AppState

### General
- [algokit:utils:typescript:code:interfaces:types_app_spec.Schema](taxonomy/algokit:utils:typescript:code:interfaces:types_app_spec.Schema.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-spec](../modules/types_app_spec.md) / Schema

### General
- [TEALScript:tutorials:Hello World:0002-init](taxonomy/TEALScript:tutorials:Hello World:0002-init.md): ---

### General
- [algokit:utils:typescript:code:interfaces:types_transaction.SendTransactionParams](taxonomy/algokit:utils:typescript:code:interfaces:types_transaction.SendTransactionParams.md): [@algorandfoundation/algokit-utils](../README.md) / [types/transaction](../modules/types_transaction.md) / SendTransactionParams

### General
- [SDKs:javascript:classes:modelsv2.SimulateInitialStates](taxonomy/SDKs:javascript:classes:modelsv2.SimulateInitialStates.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / SimulateInitialStates

### General
- [ARCs:specs:arc-0076](taxonomy/ARCs:specs:arc-0076.md): ---

### General
- [SDKs:javascript:classes:indexerModels.StateProofReveal](taxonomy/SDKs:javascript:classes:indexerModels.StateProofReveal.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / StateProofReveal

### General
- [algokit:utils:typescript:code:classes:types_algorand_client_transaction_creator.AlgorandClientTransactionCreator](taxonomy/algokit:utils:typescript:code:classes:types_algorand_client_transaction_creator.AlgorandClientTransactionCreator.md): [@algorandfoundation/algokit-utils](../README.md) / [types/algorand-client-transaction-creator](../modules/types_algorand_client_transaction_creator.md) / AlgorandClientTransactionCreator

### General
- [SDKs:javascript:interfaces:EncodedLogicSigAccount](taxonomy/SDKs:javascript:interfaces:EncodedLogicSigAccount.md): [algosdk](../README.md) / [Exports](../modules.md) / EncodedLogicSigAccount

### General
- [SDKs:javascript:classes:Indexer](taxonomy/SDKs:javascript:classes:Indexer.md): [algosdk](../README.md) / [Exports](../modules.md) / Indexer

### General
- [algokit:utils:typescript:capabilities:transfer](taxonomy/algokit:utils:typescript:capabilities:transfer.md): Algo transfers (payments)

### General
- [SDKs:javascript:classes:indexerModels.ApplicationLocalStatesResponse](taxonomy/SDKs:javascript:classes:indexerModels.ApplicationLocalStatesResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / ApplicationLocalStatesResponse

### General
- [algokit:cli:features:tasks:mint](taxonomy/algokit:cli:features:tasks:mint.md): AlgoKit Task Mint

### General
- [algokit:utils:typescript:code:interfaces:types_app_client.AppClientCompilationResult](taxonomy/algokit:utils:typescript:code:interfaces:types_app_client.AppClientCompilationResult.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-client](../modules/types_app_client.md) / AppClientCompilationResult

### General
- [SDKs:javascript:classes:modelsv2.GetBlockTimeStampOffsetResponse](taxonomy/SDKs:javascript:classes:modelsv2.GetBlockTimeStampOffsetResponse.md): [algosdk](../README.md) / [Exports](../modules.md) / [modelsv2](../modules/modelsv2.md) / GetBlockTimeStampOffsetResponse

### General
- [developer:docs:clis:goal:account:installpartkey](taxonomy/developer:docs:clis:goal:account:installpartkey.md): title: goal account installpartkey

### General
- [algokit:utils:typescript:code:interfaces:types_transaction.ConfirmedTransactionResult](taxonomy/algokit:utils:typescript:code:interfaces:types_transaction.ConfirmedTransactionResult.md): [@algorandfoundation/algokit-utils](../README.md) / [types/transaction](../modules/types_transaction.md) / ConfirmedTransactionResult

### General
- [SDKs:javascript:classes:indexerModels.Asset](taxonomy/SDKs:javascript:classes:indexerModels.Asset.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / Asset

### General
- [developer:docs:clis:goal:kmd:kmd](taxonomy/developer:docs:clis:goal:kmd:kmd.md): title: goal kmd

### General
- [developer:docs:clis:goal:clerk:rawsend](taxonomy/developer:docs:clis:goal:clerk:rawsend.md): title: goal clerk rawsend

### General
- [SDKs:javascript:classes:indexerModels.StateProofSigSlot](taxonomy/SDKs:javascript:classes:indexerModels.StateProofSigSlot.md): [algosdk](../README.md) / [Exports](../modules.md) / [indexerModels](../modules/indexerModels.md) / StateProofSigSlot

### General
- [developer:docs:clis:goal:clerk:multisig:multisig](taxonomy/developer:docs:clis:goal:clerk:multisig:multisig.md): title: goal clerk multisig

### General
- [algokit:utils:typescript:code:interfaces:types_app_spec.Struct](taxonomy/algokit:utils:typescript:code:interfaces:types_app_spec.Struct.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-spec](../modules/types_app_spec.md) / Struct

### General
- [SDKs:javascript:FAQ](taxonomy/SDKs:javascript:FAQ.md): Frequently Asked Questions

### General
- [developer:docs:clis:algokey:export](taxonomy/developer:docs:clis:algokey:export.md): title: algokey export

### General
- [algokit:utils:typescript:code:interfaces:types_app_spec.SchemaSpec](taxonomy/algokit:utils:typescript:code:interfaces:types_app_spec.SchemaSpec.md): [@algorandfoundation/algokit-utils](../README.md) / [types/app-spec](../modules/types_app_spec.md) / SchemaSpec

### General
- [developer:docs:clis:diagcfg:telemetry:status](taxonomy/developer:docs:clis:diagcfg:telemetry:status.md): title: diagcfg telemetry status

### General
- [SDKs:javascript:interfaces:ABIContractNetworks](taxonomy/SDKs:javascript:interfaces:ABIContractNetworks.md): [algosdk](../README.md) / [Exports](../modules.md) / ABIContractNetworks

### General
- [algokit:utils:typescript:code:modules:types_client_manager_spec](taxonomy/algokit:utils:typescript:code:modules:types_client_manager_spec.md): [@algorandfoundation/algokit-utils](../README.md) / types/client-manager.spec

### General
- [algokit:cli:features:tasks:opt](taxonomy/algokit:cli:features:tasks:opt.md): AlgoKit Task Asset opt-(in|out)

### General
- [ARCs:pages:wallets](taxonomy/ARCs:pages:wallets.md): ---

### General
- [algokit:utils:typescript:code:enums:types_indexer.SignatureType](taxonomy/algokit:utils:typescript:code:enums:types_indexer.SignatureType.md): [@algorandfoundation/algokit-utils](../README.md) / [types/indexer](../modules/types_indexer.md) / SignatureType

### General
- [developer:docs:clis:diagcfg:telemetry:endpoint](taxonomy/developer:docs:clis:diagcfg:telemetry:endpoint.md): title: diagcfg telemetry endpoint

### General
- [algokit:utils:typescript:code:modules:types_app](taxonomy/algokit:utils:typescript:code:modules:types_app.md): [@algorandfoundation/algokit-utils](../README.md) / types/app

### General
- [ARCs:specs:arc-0003](taxonomy/ARCs:specs:arc-0003.md): ---

### General
- [algokit:utils:typescript:code:modules:types_app_client_spec](taxonomy/algokit:utils:typescript:code:modules:types_app_client_spec.md): [@algorandfoundation/algokit-utils](../README.md) / types/app-client.spec

### General
- [algokit:utils:typescript:code:interfaces:types_transfer.EnsureFundedReturnType](taxonomy/algokit:utils:typescript:code:interfaces:types_transfer.EnsureFundedReturnType.md): [@algorandfoundation/algokit-utils](../README.md) / [types/transfer](../modules/types_transfer.md) / EnsureFundedReturnType

### General
- [algokit:utils:typescript:README](taxonomy/algokit:utils:typescript:README.md): AlgoKit TypeScript Utilities

### General
- [algokit:utils:typescript:code:modules:types_dispenser_client_spec](taxonomy/algokit:utils:typescript:code:modules:types_dispenser_client_spec.md): [@algorandfoundation/algokit-utils](../README.md) / types/dispenser-client.spec


```
Page 64/74FirstPrevNextLast