import { type QueryableStorageMultiPromise } from "https://deno.land/x/polkadot@0.2.27/api/types/index.ts";
Type Parameters
ApiType extends ApiTypes
Call Signatures
<T extends Codec[]>(calls: QueryableStorageMultiArg<ApiType>[], callback: Callback<T>): UnsubscribePromise
<T extends Codec[]>(calls: QueryableStorageMultiArg<ApiType>[]): Promise<T>
<T extends Codec[]>(calls: QueryableStorageMultiArg<ApiType>[], callback: Callback<T>): UnsubscribePromise
<T extends Codec[]>(calls: QueryableStorageMultiArg<ApiType>[]): Promise<T>