Skip to main content

FarcasterMetadata

Description

FarcasterMetadata is a type that represents the metadata for a Farcaster identity.

Type Signature

export interface FarcasterMetadata {
bio: string;
fid: number;
pfp: string;
type: string;
username: string;
verifiedAt: string;
displayName: string;
ownerAddress: string;
firstVerifiedAt: string;
latestVerifiedAt: string;
}

Fields

NameTypeDescription
biostringThe bio of the user
fidnumberThe Farcaster ID of the user
pfpstringThe profile picture of the user
typestringThe type of the identity (e.g., "farcaster")
usernamestringThe username of the user
verifiedAtstringThe date and time the user was verified