Skip to content

Types

Glossary of Types in Farcaster Kit.

GetFarcasterUserAddressResponse

type GetFarcasterUserAddressResponse = {
  custodyAddress?: string; // Custody Address of a given fid
  verifiedAddresses?: string[]; // List of all verified addresses for a given fid
};