Skip to content

SubnetConfig

Defined in: pocket-ic-types.ts:77

Common options for creating a subnet.

T extends NewSubnetStateConfig | FromPathSubnetStateConfig = NewSubnetStateConfig | FromPathSubnetStateConfig

optional enableBenchmarkingInstructionLimits: boolean

Defined in: pocket-ic-types.ts:92

Whether to enable benchmarking instruction limits. Defaults to false.


optional enableDeterministicTimeSlicing: boolean

Defined in: pocket-ic-types.ts:86

Whether to enable deterministic time slicing. Defaults to true.


state: T

Defined in: pocket-ic-types.ts:97

The state configuration for the subnet.