opensea-js - v8.0.20
    Preparing search index...

    Type Alias AccountSearchResult

    Account search result.

    type AccountSearchResult = {
        address: string;
        opensea_url: string;
        profile_image_url: string | null;
        username: string | null;
    }
    Index

    Properties

    address: string

    Primary wallet address of the account

    opensea_url: string

    URL to the account on OpenSea

    profile_image_url: string | null

    URL of the account's profile image

    username: string | null

    Username of the account