Home > @infiniteobjects/data-types > Profile
An User Profile
Signature:
export declare class Profile implements IProfile
Implements: IProfile
Property | Modifiers | Type | Description |
---|---|---|---|
address | string | Wallet Address ‘0x0000000000000000000000000000000000000000’ | |
blockchain | Nullable<Blockchain> | Associated blockchain one off Blockchain enumeration values or ‘null. null | |
id | string | Id on the service | |
imageUrl | string | Profile image ‘https://cdn.infiniteobjects.com/avatars/traditional.gif’ | |
service | ProfileServices | Service providing profile (open-sea, top-shot) one off ProfileServices enumeration values. ‘none’ | |
username | Nullable<string> | Username null |