InitSnsCanistersOptions
Defined in: packages/sns/src/sns.ts:22
Options to discover and initialize all canisters of a Sns.
Extends
Section titled “Extends”QueryParams
Properties
Section titled “Properties”agent?
Section titled “agent?”
optionalagent:Agent
Defined in: packages/sns/src/sns.ts:24
An agent that can be used to override the default agent. Useful to target another environment that mainnet.
certified?
Section titled “certified?”
optionalcertified:boolean
Defined in: packages/utils/dist/types/query.params.d.ts:6
Perform update calls (certified) or query calls (not certified).
Inherited from
Section titled “Inherited from”QueryParams.certified
rootOptions
Section titled “rootOptions”rootOptions:
Omit<SnsCanisterOptions<SnsRootService>,"agent">
Defined in: packages/sns/src/sns.ts:26
The options that will be used to instantiate the actors of the root canister of the particular Sns.