Skip to content

CanisterFixture

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

A canister testing fixture for PocketIC that provides essential testing primitives such as an Actor and CanisterId.

Principal

T extends ActorInterface<T> = ActorInterface

actor: Actor<T>

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

The Actor instance.


canisterId: Principal

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

The Principal of the canister.