interbtc-api icon indicating copy to clipboard operation
interbtc-api copied to clipboard

Use queryMulti instead of Promise.all

Open gregdhill opened this issue 3 years ago • 0 comments

Optimizes storage reads since they will be done in a single RPC call, see the docs here: https://polkadot.js.org/docs/api/start/api.query.multi#multi-queries-distinct-types

gregdhill avatar Mar 06 '23 10:03 gregdhill