AlgoClientConfig
@algorandfoundation/algokit-utils / types/network-client / AlgoClientConfig
types/network-client.AlgoClientConfig
Config for an Algorand SDK client.
Table of contents
Section titled “Table of contents”Properties
Section titled “Properties”Properties
Section titled “Properties”• Optional port: string | number
The port to use e.g. 4001, 443, etc.
Defined in
Section titled “Defined in”server
Section titled “server”• server: string
Base URL of the server e.g. http://localhost, https://testnet-api.algonode.cloud/, etc.
Defined in
Section titled “Defined in”• Optional token: string | TokenHeader
The token to use for API authentication (or undefined if none needed) - can be a string, or an object with the header key => value