michaelhly / solana-py

Solana Python SDK
https://michaelhly.github.io/solana-py
MIT License
979 stars 252 forks source link

create_associated_token_account for Token Program 2022 #439

Open FarmerRJ opened 2 months ago

FarmerRJ commented 2 months ago

create_associated_token_account does not allow for using the Token 2022 program. Can you add a program_id parameter to it so we can specify if it is a 2022 token.

michaelhly commented 2 months ago

Modify the following two methods to allow for token_program_id as an argument: