Profile
Schema versions
Schema
type Profile = {
/** Profile address (0x...) */
address: string
/** Name of the Profile */
name: string
/** Description of the Profile */
description?: string | null
/** User's avatar */
avatar?: SwarmImageRaw
/** User's cover */
cover?: SwarmImageRaw
/** User's location */
location?: string
/** User's website */
website?: string
/** User's birthday */
birthday?: string
}Feed
Last updated