Skip to content

Commit

Permalink
Update msg-tlb.mdx
Browse files Browse the repository at this point in the history
MsgAddressInt correction
  • Loading branch information
SweetJesus50 authored Dec 5, 2024
1 parent bfdb24c commit fa9e995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/v3/documentation/data-formats/tlb/msg-tlb.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ workchain_id:int8 address:bits256 = MsgAddressInt;

| Structure | Type | Required | Description |
|--------------|-------------|----------|------------------------------------------------------------------------------------------------------------------|
| addr_std$10 | Constructor | Required | `$10` tag means, that in the serialization MsgAddressExt started with a `10` bits describes an external address. |
| addr_std$10 | Constructor | Required | `$10` tag means, that in the serialization MsgAddressInt started with a `10` bits describes an internal address. |
| anycast | Anycast* | Optional | Additional address data, currently do not used in ordinary internal messages |
| workchain_id | int8 | Required | Workchain where smart contract of destination address placed. At moment always equals zero. |
| address | (bits256) | Required | Smart contract account ID number |
Expand Down

0 comments on commit fa9e995

Please sign in to comment.