mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
updated tonlib + fixes in vm
This commit is contained in:
parent
28735ddc9e
commit
efd47af432
42 changed files with 750 additions and 307 deletions
|
@ -206,7 +206,7 @@ sync = ton.BlockIdExt;
|
|||
// revision = 0 -- use default revision
|
||||
// revision = x (x > 0) -- use revision x
|
||||
getAccountAddress initial_account_state:InitialAccountState revision:int32 = AccountAddress;
|
||||
// guessAccountRevision initial_account_state:InitialAccountState = AccountRevisionList;
|
||||
guessAccountRevision initial_account_state:InitialAccountState = AccountRevisionList;
|
||||
getAccountState account_address:accountAddress = FullAccountState;
|
||||
createQuery private_key:InputKey address:accountAddress timeout:int32 action:Action = query.Info;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue