Basic useful enpoints template for beginner
from kozanakyel
In Telegram API docs, I could not get the individuals with auth via bot in the libraries given as an example about python. Is there an endpoint docs or basic examples for all endpoints like the swagger where we can find
š Answer on TON Overflow
Feb 24, 2023, 11:56 AM
Do wallets without transactions lose their value over time?
from Telegram Chat Import
It's known that smart contracts on TON have to pay storage fee, it is deducted during each transaction. And if a contract doesn't have any transactions for a very long time, it would get frozen and disappear so it won't be stored eternally for free.
TON wallets are smart contracts too. Does it mean that if a wallet is not used at all for a very long time, its owner will eventually lose all the money in that wallet?
---
> This question was imported from Telegram Chat: https://t.me/tondev/113618
š Answer on TON Overflow
from Telegram Chat Import
It's known that smart contracts on TON have to pay storage fee, it is deducted during each transaction. And if a contract doesn't have any transactions for a very long time, it would get frozen and disappear so it won't be stored eternally for free.
TON wallets are smart contracts too. Does it mean that if a wallet is not used at all for a very long time, its owner will eventually lose all the money in that wallet?
---
> This question was imported from Telegram Chat: https://t.me/tondev/113618
š Answer on TON Overflow
Is it possible to make pyramid-like NFT royalty scheme on TON?
from Telegram Chat Import
Does TON blockchain let developers set a pyramid-like scheme for selling NFTs where every seller gets a share from all the future resells?
---
> This question was imported from Telegram Chat: https://t.me/tondev/113316
š Answer on TON Overflow
from Telegram Chat Import
Does TON blockchain let developers set a pyramid-like scheme for selling NFTs where every seller gets a share from all the future resells?
---
> This question was imported from Telegram Chat: https://t.me/tondev/113316
š Answer on TON Overflow
How to concatenate strings in FunC?
from Telegram Chat Import
What is the right way to concatenate strings? I've tried this but didn't succeed:
.store_slice("start test " + VAR1 + " finish text")
---
> This question was imported from Telegram Chat: https://t.me/tondev/114163
š Answer on TON Overflow
from Telegram Chat Import
What is the right way to concatenate strings? I've tried this but didn't succeed:
.store_slice("start test " + VAR1 + " finish text")
---
> This question was imported from Telegram Chat: https://t.me/tondev/114163
š Answer on TON Overflow
Feb 24, 2023, 4:03 PM