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
Looks feasible to add (at least most of) these fields! Definitely something that people are going to need to be able to access in the future, when programs start getting more complex.
Check src/core/compile/builtin/prelude.rs, pretty much everything account-related is implemented there. I think you only need to touch that to add these features, you can read my overview here for more detail if you need!
We can access the public key of the account with
.key()
but not the other properties. It would be great to have access to the remaining properties.The text was updated successfully, but these errors were encountered: