ApplicationSubnetConfig
ApplicationSubnetConfig =
SubnetConfig<ApplicationSubnetStateConfig> &object
Defined in: packages/pic/src/pocket-ic-types.ts:209
Options for creating an application subnet.
Type Declaration
Section titled “Type Declaration”costSchedule?
Section titled “costSchedule?”
optionalcostSchedule: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.