AlgoClientConfig
Defined in: src/network-client.ts:2
Config for an Algorand SDK client.
Properties
Section titled “Properties”
optionalport:string|number
Defined in: src/network-client.ts:6
The port to use e.g. 4001, 443, etc.
server
Section titled “server”server:
string
Defined in: src/network-client.ts:4
Base URL of the server e.g. http://localhost, https://testnet-api.algonode.cloud/, etc.
token?
Section titled “token?”
optionaltoken:string| {[name:string]:string; }
Defined in: src/network-client.ts:8
The token to use for API authentication (or undefined if none needed) - can be a string, or an object with the header key => value