Crate wormhole_vaas
source ·Re-exports
pub use utils::keccak256;
pub use utils::quorum;
pub use payloads::PayloadKind;
pub use payloads::TypePrefixedPayload;
Modules
Structs
- 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).