We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It's useful to allow applications to hold and use native tokens, for scenarios such as:
Use AccountOwner in Account instead of just the user Owner. This also requires updating the WIT interface.
AccountOwner
Account
Owner
fungible::Account
identifiers::Account
The text was updated successfully, but these errors were encountered:
jvff
Successfully merging a pull request may close this issue.
Motivation
It's useful to allow applications to hold and use native tokens, for scenarios such as:
Proposal
Use
AccountOwner
inAccount
instead of just the userOwner
. This also requires updating the WIT interface.Related Issues
fungible::Account
andidentifiers::Account
type #2496 goes a step further and allows Fungible Token applications to have "chain accounts"The text was updated successfully, but these errors were encountered: