Crates.io | wormhole-vaas |
lib.rs | wormhole-vaas |
version | 0.1.1 |
source | src |
created_at | 2023-07-19 18:56:02.077157 |
updated_at | 2023-08-15 22:17:11.679793 |
description | Serialization/deserialization of Wormhole VAAs |
homepage | https://github.com/wormhole-foundation/wormhole-sdk-rs |
repository | https://github.com/wormhole-foundation/wormhole-sdk-rs |
max_upload_size | |
id | 920663 |
size | 64,765 |
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/
decoding
anchor
- enables the anchor-lang keccak256 backend
Solana devs should turn off serde
and on anchor
.
For Solana applications use
$ cargo add wormhole-vaas --features anchor