InterfacesActorMethodOn this pageInterface: ActorMethod()<Args, Ret> Typesafe method of a canister. Type parameters • Args extends any[] = any[] • Ret = any ActorMethod(...args): Promise< Ret > Parameters • ...args: Args Returns Promise< Ret > Source pocket-ic-actor.ts:13