SubnetConfig
Defined in: packages/pic/src/pocket-ic-types.ts:93
Common options for creating a subnet.
Type Parameters
Section titled “Type Parameters”T extends NewSubnetStateConfig | FromPathSubnetStateConfig = NewSubnetStateConfig | FromPathSubnetStateConfig
Properties
Section titled “Properties”enableBenchmarkingInstructionLimits?
Section titled “enableBenchmarkingInstructionLimits?”
optionalenableBenchmarkingInstructionLimits:boolean
Defined in: packages/pic/src/pocket-ic-types.ts:108
Whether to enable benchmarking instruction limits.
Defaults to false.
enableDeterministicTimeSlicing?
Section titled “enableDeterministicTimeSlicing?”
optionalenableDeterministicTimeSlicing:boolean
Defined in: packages/pic/src/pocket-ic-types.ts:102
Whether to enable deterministic time slicing.
Defaults to true.
state:
T
Defined in: packages/pic/src/pocket-ic-types.ts:113
The state configuration for the subnet.