Skip to content

Commit 7392a27

Browse files
ilariaedawnkelly09
andauthored
Update learn/infrastructure/vaas.md
Co-authored-by: Dawn Kelly <83190195+dawnkelly09@users.noreply.github.com>
1 parent 89337bb commit 7392a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learn/infrastructure/vaas.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The Guardians must validate messages emitted by contracts before sending them to
1313

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

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

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

0 commit comments

Comments
 (0)