verifyFidSignature

Calls the "verifyFidSignature" function on the contract.

Example

import { verifyFidSignature } from "thirdweb/extensions/farcaster";
const result = await verifyFidSignature({
contract,
custodyAddress: ...,
fid: ...,
digest: ...,
sig: ...,
});

Parameters

Returns

The parsed result of the function call.