Add interface support for Token 2022 in all token objects
buffalojoec opened this issue · 0 comments
buffalojoec commented
Currently you might be able to use Token2022 with Nautilus, but that wasn't considered in the design so far.
Best to get after this early, and incorporate Token & Token 2022 compatibility within all objects of the token
submodule - such as Mint
and Token
.
Ideally this implementation should follow some kind of dynamic interface, and the user should be easily able to configure which token program they want to use, or be able to support either (one-liner, plz).