ActorInterface
ActorInterface<
T
> ={ [K in keyof T]: ActorMethod }
Defined in: pocket-ic-actor.ts:21
Candid interface of a canister.
T
= object
ActorInterface<
T
> ={ [K in keyof T]: ActorMethod }
Defined in: pocket-ic-actor.ts:21
Candid interface of a canister.
T
= object