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
@@ -13,7 +13,7 @@ The Guardians must validate messages emitted by contracts before sending them to
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.
15
15
16
-
VAAs are uniquely indexed by the (`emitter_chain`, `emitter_address`, `sequence`) tuple. A VAA can be obtained by querying the Guardian [RPC](#){target=\_blank} or the [API](#){target=\_blank} with this information.
16
+
VAAs are uniquely indexed by the (`emitter_chain`, `emitter_address`, `sequence`) tuple. To obtain a VAA, one can query the Guardian [RPC](#){target=\_blank} or the [API](#){target=\_blank} with this information.
17
17
18
18
These VAAs are ultimately what a smart contract on a receiving chain must process to receive a Wormhole message.
0 commit comments