Skip to content

SubnetConfig

Defined in: packages/pic/src/pocket-ic-types.ts:90

Common options for creating a subnet.

T extends NewSubnetStateConfig | FromPathSubnetStateConfig = NewSubnetStateConfig | FromPathSubnetStateConfig

optional enableBenchmarkingInstructionLimits: boolean

Defined in: packages/pic/src/pocket-ic-types.ts:105

Whether to enable benchmarking instruction limits. Defaults to false.


optional enableDeterministicTimeSlicing: boolean

Defined in: packages/pic/src/pocket-ic-types.ts:99

Whether to enable deterministic time slicing. Defaults to true.


state: T

Defined in: packages/pic/src/pocket-ic-types.ts:110

The state configuration for the subnet.