Skip to content

SubnetTopology

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

The topology of a subnet.

canisterRanges: object[]

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

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:386

The subnet ID.


size: number

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

The number of nodes in the subnet.


type: SubnetType

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

The subnet type. See SubnetType.