You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: learn/infrastructure/vaas.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ VAAs are Wormhole's core messaging primitive. They are packets of cross-chain da
9
9
10
10
The basic VAA has two components: a Header and a Body.
11
11
12
-
The Guardians must validate messages emitted by contracts before they can be sent to the target chain. Once a majority of Guardians observe the message and finality has been achieved, the Guardians sign a keccak256 hash of the message body.
12
+
The Guardians must validate messages emitted by contracts before sending them to the target chain. Once a majority of Guardians observe the message and determine finality, the Guardians sign a keccak256 hash of the message body.
13
13
14
14
The message is wrapped up in a structure called a VAA, which combines the message with the Guardian signatures to form a proof.
0 commit comments