You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/content/docs/book/types.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Tact supports a number of primitive data types that are tailored for smart contr
19
19
20
20
*[`Int{:tact}`](/book/integers) — All numbers in Tact are $257$-bit signed integers, but [smaller representations](/book/integers#serialization) can be used to reduce storage costs.
21
21
*[`Bool{:tact}`](#booleans) — Classical boolean with `true{:tact}` and `false{:tact}` values.
22
-
*`Address{:tact}` — Standard [smart contract address](https://docs.ton.org/learn/overviews/addresses#address-of-smart-contract) in TON Blockchain.
22
+
*`Address{:tact}` — Standard [smart contract address](https://docs.ton.org/v3/documentation/smart-contracts/addresses/address) in TON Blockchain.
23
23
*[`Cell{:tact}`](/book/cells#cells), [`Builder{:tact}`](/book/cells#builders), [`Slice{:tact}`](/book/cells#slices) — Low-level primitives of [TVM][tvm].
24
24
*`String{:tact}` — Immutable text strings.
25
25
*`StringBuilder{:tact}` — Helper type that allows you to concatenate strings in a gas-efficient way.
0 commit comments