algokit_utils.models.network
algokit_utils.models.network
Section titled “algokit_utils.models.network”Classes
Section titled “Classes”AlgoClientNetworkConfig | Connection details for connecting to an {py:class}`algokit_algod_client.AlgodClient` or |
|---|---|
AlgoClientConfigs |
Module Contents
Section titled “Module Contents”class AlgoClientNetworkConfig
Section titled “class AlgoClientNetworkConfig”Connection details for connecting to an {py:class}`algokit_algod_client.AlgodClient` or {py:class}`algokit_indexer_client.IndexerClient` instance.
server : str
Section titled “server : str”URL for the service e.g. http://localhost or https://testnet-api.algonode.cloud
token : str | None = None
Section titled “token : str | None = None”API Token to authenticate with the service e.g ‘4001’ or ‘8980’
port : str | int | None = None
Section titled “port : str | int | None = None”full_url() → str
Section titled “full_url() → str”Returns the full URL for the service