We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, Xverse does not support profileUpdateRequest
profileUpdateRequest
Developers need to manually check for feature like this
const provider = getStacksProvider(); if (provider.profileUpdateRequest) { ...
The text was updated successfully, but these errors were encountered:
connect could check before calling a function. Right now we only have onCancel which could be used, or throw an error (not sure how graceful that is)
onCancel
Sorry, something went wrong.
janniks
No branches or pull requests
Currently, Xverse does not support
profileUpdateRequest
Developers need to manually check for feature like this
The text was updated successfully, but these errors were encountered: