Skip to content

ApplicationSubnetConfig

ApplicationSubnetConfig = SubnetConfig<ApplicationSubnetStateConfig> & object

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

Options for creating an application subnet.

optional costSchedule: CanisterCyclesCostSchedule

The canister cycles cost schedule for the subnet. Defaults to CanisterCyclesCostSchedule.Normal.

Only supported on application subnets. The PocketIC server will reject non-default values on other subnet kinds.