Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

feat: new page for Cells, Builders, Slices #278

Merged
merged 4 commits into from
Jul 21, 2024
Merged
Show file tree
Hide file tree
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
174 changes: 0 additions & 174 deletions .github/temp-archive/new-page-for-builder-cell-slices.mdx

This file was deleted.

3 changes: 3 additions & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,15 @@
"Jetton",
"Jettons",
"jettons",
"jojo",
"masterchain",
"Masterchain",
"mathrm",
"nanotons",
"nextra",
"Offchain",
"quadtree",
"quadtrees",
"RAWRESERVE",
"respecifying",
"Satoshi",
Expand Down
1 change: 1 addition & 0 deletions pages/book/_meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export default {
},
types: 'Type system overview',
integers: 'Integers',
cells: 'Cells, Builders and Slices',
maps: 'Maps',
'structs-and-messages': 'Structs and Messages',
optionals: 'Optionals',
Expand Down
2 changes: 1 addition & 1 deletion pages/book/bounced.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ contract MyContract {
}
```

To process bounced messages manually, you can use a fallback definition that handles a raw [`Slice{:tact}`](/book/types#primitive-types) directly. Note, that such receiver will get **all** the bounced messages produced by your contract:
To process bounced messages manually, you can use a fallback definition that handles a raw [`Slice{:tact}`](/book/cells#slices) directly. Note, that such receiver will get **all** the bounced messages produced by your contract:

```tact /rawMsg: Slice/
contract MyContract {
Expand Down
Loading
Loading