Skip to main content
Module

x/polkadot/types/primitive/StorageKey.ts>StorageKey

Package publishing for deno.land/x/polkadot
Latest
class StorageKey
implements IStorageKey<A>
extends Bytes
import { StorageKey } from "https://deno.land/x/polkadot@0.2.45/types/primitive/StorageKey.ts";

Constructors

new
StorageKey(
registry: Registry,
value?:
| string
| Uint8Array
| [StorageEntry, unknown[]]
,
override?: Partial<StorageKeyExtra>,
)

Type Parameters

optional
A extends AnyTuple = AnyTuple

Properties

readonly
args: A
readonly
meta: StorageEntryMetadataLatest | undefined
readonly
method: string | undefined
readonly
outputType: string
readonly
section: string | undefined

Methods

setMeta(
section?: string,
method?: string,
): this
toRawType(): string