mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Merge ton_api.tlo
This commit is contained in:
commit
b96ab80dfd
15 changed files with 801 additions and 251 deletions
|
@ -711,7 +711,7 @@ storage.queryPrefix id:int256 = Object;
|
|||
|
||||
http.header name:string value:string = http.Header;
|
||||
http.payloadPart data:bytes trailer:(vector http.header) last:Bool = http.PayloadPart;
|
||||
http.response http_version:string status_code:int reason:string headers:(vector http.header) = http.Response;
|
||||
http.response http_version:string status_code:int reason:string headers:(vector http.header) no_payload:Bool = http.Response;
|
||||
|
||||
---functions---
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue