1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-03-09 15:40:10 +00:00

Proxy liteserver

This commit is contained in:
SpyCheese 2023-09-21 15:14:34 +03:00
parent 98fe1f886d
commit 4d5b79224d
4 changed files with 329 additions and 0 deletions

View file

@ -931,3 +931,6 @@ storage.daemon.withdraw contract:string = storage.daemon.Success;
storage.daemon.sendCoins address:string amount:string message:string = storage.daemon.Success;
storage.daemon.closeStorageContract address:string = storage.daemon.Success;
storage.daemon.removeStorageProvider = storage.daemon.Success;
---types---
proxyLiteserver.config port:int id:PublicKey = proxyLiteserver.Config;