• Retrieves specific policy parameters for a tool and delegatee combination. This function fetches parameter values that have been set in the tool's policy for a particular delegatee.

    Parameters

    • pkpToolRegistryContract: any

      The PKP Tool Registry contract instance.

    • pkpTokenId: string

      The token ID of the PKP.

    • toolIpfsCid: string

      The IPFS CID of the tool.

    • delegateeAddress: string

      The Ethereum address of the delegatee.

    • parameterNames: string[]

      Array of parameter names to retrieve from the policy.

    Returns Promise<any>

    A promise that resolves to the requested policy parameter values.