createActorClass
createActorClass<
T>(interfaceFactory,canisterId,pocketIcClient):Actor<T>
Defined in: pocket-ic-actor.ts:90
Type Parameters
Section titled “Type Parameters”T extends ActorInterface<T> = object
Parameters
Section titled “Parameters”interfaceFactory
Section titled “interfaceFactory”InterfaceFactory
canisterId
Section titled “canisterId”Principal
pocketIcClient
Section titled “pocketIcClient”PocketIcClient
Returns
Section titled “Returns”Actor<T>