SubnetTopology
Defined in: packages/pic/src/pocket-ic-types.ts:342
The topology of a subnet.
Properties
Section titled “Properties”canisterRanges
Section titled “canisterRanges”canisterRanges:
object[]
Defined in: packages/pic/src/pocket-ic-types.ts:361
The range of canister IDs that can be deployed to the subnet.
end:
Principal
start:
Principal
id:
Principal
Defined in: packages/pic/src/pocket-ic-types.ts:346
The subnet ID.
size:
number
Defined in: packages/pic/src/pocket-ic-types.ts:356
The number of nodes in the subnet.
type:
SubnetType
Defined in: packages/pic/src/pocket-ic-types.ts:351
The subnet type. See SubnetType.