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
sns?
optional
sns:boolean
Whether to setup an SNS subnet or not.
Default is false
.
Source
ii?
optional
ii:boolean
Whether to setup an II subnet or not.
Default is false
.
Source
fiduciary?
optional
fiduciary:boolean
Whether to setup a Fiduciary subnet or not.
Default is false
.
Source
bitcoin?
optional
bitcoin:boolean
Whether to setup a Bitcoin subnet or not.
Default is false
.
Source
system?
optional
system:number
The number of system subnets to setup.
Default is 0
.
Source
application?
optional
application:number
The number of application subnets to setup.
Default is 1
.
Source
processingTimeoutMs?
optional
processingTimeoutMs:number
How long the PocketIC client should wait for a response from the server.