You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 4, 2023. It is now read-only.
Is there a way to read txn from blockA to blockB? The RecentActivity only reads up to as many txn in the cache. Is there a way to read all txn by block number? Then reading from blockA to blockB can be a batch request over that.
Is there a way to read txn from blockA to blockB? The
RecentActivityonly reads up to as many txn in the cache. Is there a way to read all txn by block number? Then reading from blockA to blockB can be a batch request over that.