Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[token][js]: add missing checked instruction method declarations to m…
…odule.d.ts (solana-labs#2484) The following methods: - createApproveCheckedInstruction - createMintToCheckedInstruction - createBurnCheckedInstruction - createSyncNativeInstruction are missing from the `module.d.ts` file which means they won't be included in the `lib/index.d.ts` module declaration file and therefore cannot be referenced to when using the package with typescript. Added the missing declarations.
- Loading branch information