mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Add methods to sign and import certificates
This commit is contained in:
parent
3384d204d2
commit
cb31a20206
20 changed files with 682 additions and 18 deletions
|
|
@ -91,6 +91,7 @@ class OverlayManager : public Overlays {
|
|||
|
||||
void register_overlay(adnl::AdnlNodeIdShort local_id, OverlayIdShort overlay_id,
|
||||
td::actor::ActorOwn<Overlay> overlay);
|
||||
void get_stats(td::Promise<tl_object_ptr<ton_api::engine_validator_overlaysStats>> promise) override;
|
||||
|
||||
struct PrintId {};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue