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
Hello, has there been any update on this front? I know it has been a long time, but I believe it will be very beneficial to have this paradigm. I use this a lot in my own smart contracts, although I have to develop the &Identity myself. If it was built in, it'd be amazing!
For context, I think this would be super beneficial to proving ownership of an account. You can pass in the &Identity and use identity.owner!.address to get the address of the identity, and you can be sure who you are interacting with.
Issue To Be Solved
A common use-case is proving access to an authorized account
AuthAccount
.Suggest A Solution
Identity
that cannot be constructedlet identity: &Identity
toAuthAccount
. The reference ensures the value cannot be storedThe text was updated successfully, but these errors were encountered: