Skip to main content
Module

x/polkadot/types/types/index.ts>IStorageKey

Package publishing for deno.land/x/polkadot
Go to Latest
interface IStorageKey
import { type IStorageKey } from "https://deno.land/x/polkadot@0.2.12/types/types/index.ts";

Type Parameters

A extends AnyTuple

Properties

readonly
args: A
readonly
meta: StorageEntryMetadataLatest | undefined
readonly
method: string | undefined
readonly
outputType: string
readonly
section: string | undefined
is: (key: IStorageKey<AnyTuple>) => key is IStorageKey<A>