sui
sui copied to clipboard
[rpc] The `Page` API is limiting
The current Page
API is limiting for 2 reasons:
- There is no way to parallelize the fetch.
- There is no way to know how many pages there are.
Could you also expose an RPC endpoint that is index-based somehow, such that I could spawn n
workers that fetch the n
pages in parallel?