Skip to content

InitSnsCanistersOptions

Defined in: packages/sns/src/sns.ts:22

Options to discover and initialize all canisters of a Sns.

  • QueryParams

optional agent: 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.


optional certified: boolean

Defined in: packages/utils/dist/types/query.params.d.ts:6

Perform update calls (certified) or query calls (not certified).

QueryParams.certified


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.