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
/anchorpy/cli.py", line 109, in client_gen idl_obj = Idl.from_json(idl.read_text()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^solders.SerdeJSONError: unknown variant `alias`, expected `struct` or `enum` at line 1 column 20942
using latest version of anchorpy
user error is not out of the realm of possibility ;)
The text was updated successfully, but these errors were encountered:
using raydium idl
anchorpy client-gen
fails with error: "unknown variantalias
, expectedstruct
orenum
"when encountering this in the
types
section:this error is raised:
using latest version of anchorpy
user error is not out of the realm of possibility ;)
The text was updated successfully, but these errors were encountered: