-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
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
Proposal: icrc1_minting_account endpoint #29
Conversation
This change introduces the notion of a minting account and adds an endpoint that returns the current minting account of the ledger.
I'm starting to think that the minting account should be an extension to ICRC-1. Not all tokens currently have a minting account, and I foresee not all tokens needing/wanting a minting account in the future. It's a valid use-case to want a fixed supply of tokens to exist at launch. |
I agree with Jordan and would prefer we leave this to an extension. If however we are in the minority, I suggest we at least make the return type an |
That's a good point. Maybe we could move this information into metadata? We could add a new Value variant:
and return |
The working group discussed this feature today. |
This change introduces the notion of a minting account and adds
an endpoint that returns the current minting account of the ledger.