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
We should add an object that represents the capabilities of an account. It would be useful if we could somehow check what components were used to build an Account, meybe even expose the relevant storage for those components.
Some example usage:
Getting the authentication scheme used, if any.
Getting the public key from said authentication component.
Getting the metadata of the faucet (i.e. decimals, symbol, etc.) if it includes that component.
I'm implementing the ability to check whether the note could be consumed by some account with specified procedures, so it will for sure help to understand the capabilities of the account. Let me see how can I implement the capabilities you requested.
We should add an object that represents the capabilities of an account. It would be useful if we could somehow check what components were used to build an
Account
, meybe even expose the relevant storage for those components.Some example usage:
Some comments for context:
The text was updated successfully, but these errors were encountered: