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.
Type Parameters
Section titled “Type Parameters”T
extends ActorInterface
<T
> = ActorInterface
Properties
Section titled “Properties”actor:
Actor
<T
>
Defined in: pocket-ic-types.ts:381
The Actor instance.
canisterId
Section titled “canisterId”canisterId:
Principal
Defined in: pocket-ic-types.ts:386
The Principal of the canister.