Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/polkadot/api/types/index.ts>QueryableStorageMultiPromise

Package publishing for deno.land/x/polkadot
Latest
interface QueryableStorageMultiPromise
import { type QueryableStorageMultiPromise } from "https://deno.land/x/polkadot@0.2.45/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>