hello everyone, is there a way to automatically receive commission for transfers (from API)? I want to automatically transfer everything from my wallet to another wallet, now I just get the account balance, subtract 0.01 from it and transfer what happened to another account, something like this (tonlib)
wallet.transfer(, amount=, comment='comment, send_mode=128)
but I think this is a bad way, how to do it right?
but I think this is a bad way, how to do it right?
Jun 27, 2023, 9:39 AM
you need to set amount 0 and send mode 128
Jun 27, 2023, 9:45 AM
I'll try now, thanks
Jun 27, 2023, 9:47 AM
and it would be better if you create special proxy smc
Jun 27, 2023, 9:47 AM