Skip to content

models.network

AlgoClientNetworkConfigConnection details for connecting to an {py:class}`algosdk.v2client.algod.AlgodClient` or
AlgoClientConfigs

class algokit_utils.models.network.AlgoClientNetworkConfig

Section titled “class algokit_utils.models.network.AlgoClientNetworkConfig”

Connection details for connecting to an {py:class}`algosdk.v2client.algod.AlgodClient` or {py:class}`algosdk.v2client.indexer.IndexerClient`

URL for the service e.g. http://localhost or https://testnet-api.algonode.cloud

API Token to authenticate with the service e.g ‘4001’ or ‘8980’

Returns the full URL for the service

class algokit_utils.models.network.AlgoClientConfigs

Section titled “class algokit_utils.models.network.AlgoClientConfigs”