Skip to content

Commit

Permalink
Update learn/infrastructure/vaas.md
Browse files Browse the repository at this point in the history
Co-authored-by: Dawn Kelly <[email protected]>
  • Loading branch information
ilariae and dawnkelly09 authored Aug 2, 2024
1 parent 89337bb commit 7392a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion learn/infrastructure/vaas.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The Guardians must validate messages emitted by contracts before sending them to

The message is wrapped up in a structure called a VAA, which combines the message with the Guardian signatures to form a proof.

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.
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.

These VAAs are ultimately what a smart contract on a receiving chain must process to receive a Wormhole message.

Expand Down

0 comments on commit 7392a27

Please sign in to comment.