kevinheavey / anchorpy

The Python Anchor client.
https://kevinheavey.github.io/anchorpy/
MIT License
222 stars 59 forks source link

Not support sub-node 'docs' in accounts nodes #85

Closed SteveMBao closed 2 years ago

SteveMBao commented 2 years ago

Python version: 3.9 anchorpy version: 0.9.4 solana version: 0.25.1

Not support sub-node 'docs' in accounts nodes, that will throw valid can't pass exception, remove all of 'docs' nodes, the Idl.from_json method worked fine

kevinheavey commented 2 years ago

Can you provide a code sample?