You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello,
I found when i called
BlockHeader header = tonlib.getBlockHeader(block);
the header only contain type BlockId
but i want to get blockIdExt in BlockHeader. i see the rpc return data like blockIdExt.
Could you change type BlockId to BlockIdExt in BlockHeader? Then we can get root_hash and prev blocks root_hash in one rpc call.
Thank you very much. This repo is very helpful to ton's developer.
The text was updated successfully, but these errors were encountered:
hello,
I found when i called
BlockHeader header = tonlib.getBlockHeader(block);
the header only contain type BlockId
but i want to get blockIdExt in BlockHeader. i see the rpc return data like blockIdExt.
Could you change type BlockId to BlockIdExt in BlockHeader? Then we can get root_hash and prev blocks root_hash in one rpc call.
Thank you very much. This repo is very helpful to ton's developer.
The text was updated successfully, but these errors were encountered: