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