Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion foundations/addresses/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ addr_var$11 anycast:(Maybe Anycast) addr_len:(## 9)
As we can see, there are two constructors:

- `addr_std`: standardized addresses with a fixed length that are suitable for [SHA256 encryption](https://en.wikipedia.org/wiki/SHA-2). Must be used whenever possible.
- `addr_var`: represents addresses in workchains with a _large_ `workchain_id`, or addresses with a length not equal to 256. Currently, it is not used and is intended for future extensions.
- `addr_var`: represents addresses in workchains with a _large_ `workchain_id` (int32 vs int8), or addresses with a length not equal to 256. Currently, it is not used and is intended for future extensions.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is explained a couple of lines below:

image

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This chunk of information was unclear to me, when I read it for the first time. Maybe I will figure out the clearer definition. I will draft the PR until then


And four components:

Expand Down