Skip to content

FromPathSubnetStateConfig

Defined in: pocket-ic-types.ts:197

Options for creating a subnet from an existing state on the filesystem.

path: string

Defined in: pocket-ic-types.ts:219

The path to the subnet state.

This directory should have the following structure:

|-- backups/
|-- checkpoints/
|-- diverged_checkpoints/
|-- diverged_state_markers/
|-- fs_tmp/
|-- page_deltas/
|-- tip/
|-- tmp/
|-- states_metadata.pbuf

type: FromPath

Defined in: pocket-ic-types.ts:201

The type of subnet state to initialize the subnet with.