mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Check is_applied in liteserver
This commit is contained in:
parent
9465fd866a
commit
be824e9649
2 changed files with 149 additions and 79 deletions
|
@ -152,6 +152,7 @@ class LiteQuery : public td::actor::Actor {
|
|||
void finish_loadPrevKeyBlock(ton::BlockIdExt blkid, td::Result<Ref<BlockData>> res,
|
||||
td::Promise<std::pair<BlockIdExt, Ref<BlockQ>>> promise);
|
||||
|
||||
void get_block_handle_checked(BlockIdExt blkid, td::Promise<ConstBlockHandle> promise);
|
||||
bool request_block_data(BlockIdExt blkid);
|
||||
bool request_block_state(BlockIdExt blkid);
|
||||
bool request_block_data_state(BlockIdExt blkid);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue