OptionalfetchOptionalfetchOptionalcallOptionalhostOptionalidentityOptionalingressThe maximum time a request can be delayed before being rejected.
OptionalcredentialsOptionaluseAdds a unique Nonce with each query. Enabling will prevent queries from being answered with a cached response.
OptionalretryNumber of times to retry requests before throwing an error
OptionalbackoffThe strategy to use for backoff when retrying requests
OptionalverifyWhether the agent should verify signatures signed by node keys on query responses. Increases security, but adds overhead and must make a separate request to cache the node keys for the canister's subnet.
OptionallogWhether to log to the console. Defaults to false.
OptionalrootAlternate root key to use for verifying certificates. If not provided, the default IC root key will be used.
OptionalshouldWhether or not the root key should be automatically fetched during construction. Defaults to false.
OptionalshouldWhether or not to sync the time with the network during construction. Defaults to false.
OptionalportThe port number to be used by the agent.
OptionalwithWhether to include local environment variables.
OptionalwithWhether to enable developer tools integration.
OptionalinitializeWhether to initialize the agent upon creation.
OptionalwithWhether to include process environment variables.
OptionaldisableOptionalagentOptionalchildren
Parameters for configuring an AgentManager instance. Extends the options available in
HttpAgentOptions.