Players join a Quest by "Acting On" your Quest Publication on Lens protocol through the Kinora Open Action Contract. This action ensures their interaction is recorded both within the Kinora Contract Suite, where each player maintains a unique profile linked to their Lens profile ID, and additionally within Lens networks and communities.
/* Enter the Lens pubId of the invoked Quest. */pubId:`0x${string}`;/* Wallet instance for the Player on Polygon Network. */wallet:ethers.Wallet;
Result Object:
/* The txHash for acting on the Publication and joining the Quest. */txHash?:`0x${string}`;/* Boolean to indicate whether an error was encountered during joining. */error: boolean;/* Message of the encountered error. */errorMessage?: string;