Open nathanosdev opened 5 months ago
Doc:
const actor = pic.createActor<_SERVICE>({ idlFactory, canisterId });
Code:
createActor<T = ActorInterface>(interfaceFactory: IDL.InterfaceFactory, canisterId: Principal): Actor<T>;
The doc is the intended interface.
Doc:
Code:
The doc is the intended interface.