Julio Treviño Páez
Julio Treviño Páez
Same problem here with aws-sdk crates and ethereum web3 crates
For one of my projects I made a fork of anchor but finally I created a copy from scratch of it to handle all deserialisation cases, including enums, options, etc....
Hey @stegaBOB for sure, here it is the [link](https://github.com/juliotpaez/fankor/blob/c65c70cdb3efbe5479e3076e1bac835c8cea9233/framework/fankor/src/models/accounts/optional_account.rs#L68) of how I I decode my `OptionalAccount`. As you can see, the project looks similar to Anchor but I use another...
Hi @stegaBOB, I think you have access in the macro using `crate::ID`, because the programId is generated as a static for every crate. What I doubt here is that you...