You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think wallet_getPermissions method doesn't need the Empty array value at all, since we already have PERMISSION, and by default empty PERMISSION array will mean locked or not approved.
If we want to have explicit values for locked or not approved, we should use some other type, like false or null..., to avoid confusion.