-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ts: IDL PDA seeds are typed as any
#2750
Labels
Comments
Can i take this up? |
hi @acheroncrypto I went through the type.rs file in ./lang/syn/src/idl/type.rs file and came up with this particular. Type It sounds kind of right Is there anything I might be missing? |
mohitvdx
added a commit
to mohitvdx/anchor
that referenced
this issue
Dec 31, 2023
… seedArgs and seedConsts
Hey, thanks for your interest in contributing but #2752 has been created before your initial comment. |
Added in #2752 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
IDL PDA seeds are typed as
any
in TS package:anchor/ts/packages/anchor/src/idl.ts
Lines 65 to 70 in de9901b
Solution
Add the actual types instead of using
any
.The text was updated successfully, but these errors were encountered: