Crate wormhole_vaas

Crate wormhole_vaas 

Source

Re-exports§

pub use utils::keccak256;
pub use utils::quorum;
pub use payloads::PayloadKind;
pub use payloads::TypePrefixedPayload;

Modules§

payloads
utils

Structs§

EncodedAmount
This amount reflects the token transfer amount encoded in a Token Bridge message. These amounts are capped at 8 decimals. This means that any amount of a coin whose metadata defines its decimals as some value greater than 8, the encoded amount will be normalized to eight decimals (which will lead to some residual amount after the transfer). For inbound transfers, this amount will be denormalized (scaled by the same decimal difference).
GuardianSetSig
Vaa
VaaBody
VaaHeader

Traits§

Readable
Writeable