Add IsInit in IDL for instruction accounts that are being initialised #2356
anoushk1234
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
armani described possibly doing this in a github issue #15 not sure if it ever really gained traction. I'm tempted to shutdown this discussion area and just stick with github issues tbh. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Consider the following as an example from the wordcel program for the ix createPost. Here profile is an account thats only being read and post is an account thats being initialised but we don't know this from looking at the IDL. Adding a field
isInit: true
would fix that.Would love to know the thoughts from the core contributors @armaniferrante @Henry-E 🙏
Beta Was this translation helpful? Give feedback.
All reactions