You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I understood correctly, the issue that he's facing right now is that for some reason Solita is unable to parse the module_ctx: SetModule<'info> structure.
I am facing a similar issue, where I have a structure identified with #[derive(Accounts)], it has a field which is also attributed as #[derive(Accounts)]. Because of this field, Solita fails exactly as described in the original post.
OK I think I understand a bit better now.
Could you please provide the IDL that solita is operating on when encountering those errors?
And I assume that IDL is generated with anchor?
Hi, there
I'm using solita as useful framework.
By the way, I found some issue.
I'm using anchor and includes context into instruction.
But when I try with Solita, get error.
Is there any way to resolve this error?
Any help will be appreciated.
Regards,
John
The text was updated successfully, but these errors were encountered: