Skip to main content

Enumeration: SubnetStateType

The type of state to initialize a subnet with.

Enumeration Members

New

New: "new"

Create a new subnet with an empty state.

Source

pocket-ic-types.ts:239


FromPath

FromPath: "fromPath"

Load existing subnet state from the given path. The path must be on a filesystem accessible by the PocketIC server.

Source

pocket-ic-types.ts:245