Skip to content

Commit aaca738

Browse files
ilariaeeshaben
andauthored
Update learn/infrastructure/vaas.md
Co-authored-by: Erin Shaben <eshaben@icloud.com>
1 parent f26c67d commit aaca738

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
@@ -75,7 +75,7 @@ Tokens are transferred from one chain to another using a lockup/mint and burn/un
7575

7676
To transfer tokens from Chain A to Chain B, we must lock them on A and mint them on B. The tokens on A must be proven to be locked before the minting can occur on B. To facilitate this process, Chain A first locks the tokens and emits a message indicating that the locking has been completed. This message has the following structure and is referred to as a transfer message:
7777

78-
- `payload_id = 1` ++"u8"++ - token transfer
78+
- `payload_id` ++"u8"++ - the ID of the payload. This should be set to `1` for a token transfer
7979
- `amount` ++"u256"++ - amount of tokens being transferred
8080
- `token_address` ++"u8[32]"++ - address on the source chain
8181
- `token_chain` ++"u16"++ - numeric ID for the source chain

0 commit comments

Comments
 (0)