- Preparing search index...
 
- The search index is not available
 
Stacks Connect 
 
Function getDefaultProfileUpdateRequestOptions
 
- getDefaultProfileUpdateRequestOptions(options: ProfileUpdateRequestOptions): { 
    appDetails?: { 
        icon: string; 
        name: string; 
    }; 
    authOrigin?: string; 
    network?: StacksNetwork; 
    onCancel?: ProfileUpdateCanceled; 
    onFinish?: ProfileUpdateFinished; 
    profile: PublicPersonProfile; 
    stxAddress?: string; 
    userSession?: UserSession; 
} 
- 
Returns { 
    appDetails?: { 
        icon: string; 
        name: string; 
    }; 
    authOrigin?: string; 
    network?: StacksNetwork; 
    onCancel?: ProfileUpdateCanceled; 
    onFinish?: ProfileUpdateFinished; 
    profile: PublicPersonProfile; 
    stxAddress?: string; 
    userSession?: UserSession; 
}
- 
Optional appDetails?: { 
    icon: string; 
    name: string; 
}
- 
icon: string
 
- 
name: string
 
 
- 
Optional authOrigin?: string
 
- 
Optional network?: StacksNetwork
 
- 
Optional onCancel?: ProfileUpdateCanceled
 
- 
Optional onFinish?: ProfileUpdateFinished
 
- 
profile: PublicPersonProfile
 
- 
Optional stxAddress?: string
 
- 
Optional userSession?: UserSession