[feature]: ListAssets Improvement for lazyloading - ! This is important for any kind of application that should be build with taproot assets
I want to load my taproot assets and it usually takes waaayyy to long with listassets / is there any way to only load an certain amount? An very important implementation for me would be lazy loading with a stream basically that i can just trigger whenever i need to lazyload more data.
How many assets does the node have?
How long does it take to fetch?
Is the request for something to fetch the assets on demand, or pagination here?
@Roasbeef above 20k assets, and it takes about 20-30 seconds. It's to fetch assets on demand I think but basically it's the same as pagination. I'd just like to have a option to not load all at a time. Or maybe a stream that constantly updates.