OptionalfetchOptionalfetchOptionalcallOptionalhostOptionalidentityOptionalingressOptionalcredentialsOptionaluseAdds 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.
Optionalagent
The maximum time a request can be delayed before being rejected.