mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Proxy liteserver
This commit is contained in:
parent
98fe1f886d
commit
4d5b79224d
4 changed files with 329 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue