Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/polkadot/api-base/types/index.ts>QueryableStorageEntry

Package publishing for deno.land/x/polkadot
Go to Latest
type alias QueryableStorageEntry
import { type QueryableStorageEntry } from "https://deno.land/x/polkadot@0.2.12/api-base/types/index.ts";

Type Parameters

ApiType extends ApiTypes
optional
A extends AnyTuple = AnyTuple
definition: ApiType extends "rxjs" ? AugmentedQuery<"rxjs", GenericStorageEntryFunction, A> : AugmentedQuery<"promise", GenericStorageEntryFunction, A> & StorageEntryPromiseOverloads