Limitations
Errors
try {
await window.solana.signMessage();
} catch (err) {
// {code: 4100, message: 'The requested method and/or account has not been authorized by the user.'}
}Last updated
Was this helpful?
try {
await window.solana.signMessage();
} catch (err) {
// {code: 4100, message: 'The requested method and/or account has not been authorized by the user.'}
}Last updated
Was this helpful?
Was this helpful?