mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
updated lite-client
This commit is contained in:
parent
4dd5eea11f
commit
4b5dd4525e
27 changed files with 204 additions and 29 deletions
|
@ -594,6 +594,7 @@ class TypenameLookup {
|
|||
bool register_type(const char* name, const TLB* tp);
|
||||
bool register_types(register_func_t func);
|
||||
const TLB* lookup(std::string str) const;
|
||||
const TLB* lookup(td::Slice str) const;
|
||||
};
|
||||
|
||||
} // namespace tlb
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue