mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
changed block layout
This commit is contained in:
parent
54c7a4dcc3
commit
5d846e0aaf
7 changed files with 41 additions and 1 deletions
|
@ -97,6 +97,17 @@ adnl.packetContents
|
|||
rand2:bytes
|
||||
= adnl.PacketContents;
|
||||
|
||||
adnl.tunnelPacketContents
|
||||
rand1:bytes
|
||||
flags:#
|
||||
from_ip:flags.0?int
|
||||
from_port:flags.0?int
|
||||
message:flags.1?bytes
|
||||
statistics:flags.2?bytes
|
||||
payment:flags.3?bytes
|
||||
rand2:bytes
|
||||
= adnl.TunnelPacketContents;
|
||||
|
||||
|
||||
adnl.message.createChannel key:int256 date:int = adnl.Message;
|
||||
adnl.message.confirmChannel key:int256 peer_key:int256 date:int = adnl.Message;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue