Skip to content

Commit 11658ee

Browse files
committed
my_code
1 parent 7eff27a commit 11658ee

File tree

1 file changed

+8
-0
lines changed
  • docs/v3/documentation/smart-contracts/func/docs

1 file changed

+8
-0
lines changed

docs/v3/documentation/smart-contracts/func/docs/stdlib.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,14 @@ cell config_param(int x) asm "CONFIGOPTPARAM";
309309

310310
Returns the value of the global configuration parameter with integer index `i` as `cell` or `null` value.
311311

312+
#### my_code
313+
314+
```func
315+
cell my_code() asm "MYCODE";
316+
```
317+
318+
Retrieves the smart contract's code from `c7`.
319+
312320
### Hashes
313321

314322
#### cell_hash

0 commit comments

Comments
 (0)