zeke08
Results
2
comments of
zeke08
@michaelhly , happy to pick this one up as well. Seems like a quick fix.
I can see that there's already a constant `TOKEN_2022_PROGRAM_ID`. [https://github.com/michaelhly/solana-py/blob/7f2f3cb8e4028cddc5d550e39f66e031942a9884/src/spl/token/constants.py#L20]() For this fix, do we type the new argument `token_program_id` as an enum between `ASSOCIATED_TOKEN_PROGRAM_ID` & `TOKEN_2022_PROGRAM_ID` or simply let...