mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
New account storage stat
This commit is contained in:
parent
44e7e091b2
commit
57d7c2a895
17 changed files with 479 additions and 177 deletions
|
@ -190,6 +190,7 @@ class CellSlice : public td::CntObject {
|
|||
}
|
||||
bool fetch_maybe_ref(Ref<Cell>& ref);
|
||||
bool prefetch_maybe_ref(Ref<Cell>& ref) const;
|
||||
std::vector<Ref<Cell>> prefetch_all_refs() const;
|
||||
td::BitSlice fetch_bits(unsigned bits);
|
||||
td::BitSlice prefetch_bits(unsigned bits) const;
|
||||
td::Ref<CellSlice> fetch_subslice(unsigned bits, unsigned refs = 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue