Skip to main content

Interface: CreateInstanceOptions

Options for creating a PocketIc instance.

Properties

nns?

optional nns: boolean | Object

Whether to setup an NNS subnet or not. Default is false.

Source

pocket-ic-types.ts:13


sns?

optional sns: boolean

Whether to setup an SNS subnet or not. Default is false.

Source

pocket-ic-types.ts:49


ii?

optional ii: boolean

Whether to setup an II subnet or not. Default is false.

Source

pocket-ic-types.ts:55


fiduciary?

optional fiduciary: boolean

Whether to setup a Fiduciary subnet or not. Default is false.

Source

pocket-ic-types.ts:61


bitcoin?

optional bitcoin: boolean

Whether to setup a Bitcoin subnet or not. Default is false.

Source

pocket-ic-types.ts:67


system?

optional system: number

The number of system subnets to setup. Default is 0.

Source

pocket-ic-types.ts:73


application?

optional application: number

The number of application subnets to setup. Default is 1.

Source

pocket-ic-types.ts:79


processingTimeoutMs?

optional processingTimeoutMs: number

How long the PocketIC client should wait for a response from the server.

Source

pocket-ic-types.ts:84