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

Commit

Permalink
feat: new page for Cells, Builders, Slices (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
novusnota authored Jul 21, 2024
1 parent 34eee7b commit 49791b3
Show file tree
Hide file tree
Showing 24 changed files with 654 additions and 423 deletions.
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

0 comments on commit 49791b3

Please sign in to comment.