Checks if the current Lit Auth session signer is a delegatee for the specified PKP.
This function verifies whether the address associated with the current authentication
signature has delegatee permissions for the given PKP token.
Parameters
pkpToolRegistryContract: any
The PKP Tool Registry contract instance used to check delegatee status.
pkpTokenId: string
The token ID of the PKP to check delegatee status against.
Returns Promise<boolean>
A promise that resolves to true if the session signer is a delegatee, false otherwise.
Checks if the current Lit Auth session signer is a delegatee for the specified PKP. This function verifies whether the address associated with the current authentication signature has delegatee permissions for the given PKP token.