Skip to content
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

spl crate should allow more token methods such as initialize_account #160

Closed
bonedaddy opened this issue Apr 8, 2021 · 2 comments
Closed
Labels
good first issue Good for newcomers help wanted Extra attention is needed spl

Comments

@bonedaddy
Copy link
Contributor

It would be useful if the spl crate could have more methods such as the initialize_account method. This would make it a bit more convenient for allowing the creation of token accounts within program method calls. I need this functionality for some code I'm writing so if I manage to get it working I will submit a PR.

@armaniferrante
Copy link
Member

Sounds great. A PR would be appreciated. I've mostly been adding the methods on an as needed basis.

@armaniferrante
Copy link
Member

Addressed by #166.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed spl
Projects
None yet
Development

No branches or pull requests

2 participants