serde
- adds serde support to VAA types. Unlike previous iterations of the
SDK, this support is for JSON only. We do not use serde for binary encoding/
decodinganchor
- enables the anchor-lang keccak256 backendSolana devs should turn off serde
and on anchor
.
For Solana applications use
- $ cargo add wormhole-vaas --features anchor