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