Closed satellitex closed 7 years ago
It provide that getting all transactions after index -th in ametsuchi db. ( But its size is very large. Actually, we should get alike streaming )
index
streaming
It will be used by new peer when that wants to synchronize transaction.
I think we can give you some sort of iterator.
auto it = ametsuchi.iterator(N); ++it; --it;
Wanted function.
It provide that getting all transactions after
index
-th in ametsuchi db. ( But its size is very large. Actually, we should get alikestreaming
)It will be used by new peer when that wants to synchronize transaction.