ao-js-sdk - v0.2.11
    Preparing search index...

    Interface UserProfileResponse

    Represents a user profile response

    interface UserProfileResponse {
        createdAt: number;
        displayName?: string;
        email?: string;
        lastUpdated: number;
        preferences?: Record<string, any>;
        walletAddress: string;
    }
    Index

    Properties

    createdAt: number

    Timestamp when profile was created

    displayName?: string

    User's display name or identifier

    email?: string

    User's email address

    lastUpdated: number

    Timestamp when profile was last updated

    preferences?: Record<string, any>

    User's preferences and settings

    walletAddress: string

    The wallet address of the user