-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add solana token 2022 support (#3968)
* feat: add solana token 2022 support * feat: add test for token 2022 * fix: code format and unsort solana tx * feat: add solana sign test * fix: solana create and transfer token 2022 test * refactor: format code * fix: revert code for signer * fix: change bool is_token_2022 to enum TokenProgramId * refactor: format code * refactor: format code * refactor: format code Co-authored-by: 0xh3rman <[email protected]> * refactor: format code --------- Co-authored-by: 0xh3rman <[email protected]> Co-authored-by: satoshiotomakan <[email protected]>
- Loading branch information
1 parent
d65c344
commit 160a6e6
Showing
5 changed files
with
86 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters