Type alias AccountSearchResult

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

Account search result.

Type declaration

  • 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