- 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
-
-
-
profile: PublicPersonProfile
-
Optional
stxAddress?: string
-
Optional
userSession?: UserSession
A full URL that resolves to an image icon for your application