Documentation Index
Fetch the complete documentation index at: https://companyname-a7d5b98e-532-tonpdf-comments.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Send external message (BOC)
Send an external message to the TON network.
Previous
Run smart contract get-methodRun get method of smart contract. Stack supports only `num`, `cell` and `slice` types:
```
[
{
"type": "num",
"value": "0x12a"
},
{
"type": "cell",
"value": "te6..." // base64 encoded boc with cell
},
{
"type": "slice",
"value": "te6..." // base64 encoded boc with slice
}
]
```
Next