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

x/polkadot/types/interfaces/metadata/types.ts>StorageEntryTypeV14

Package publishing for deno.land/x/polkadot
Go to Latest
interface StorageEntryTypeV14
implements Enum
import { type StorageEntryTypeV14 } from "https://deno.land/x/polkadot@0.2.38/types/interfaces/metadata/types.ts";

Properties

readonly
isPlain: boolean
readonly
asPlain: SiLookupTypeId
readonly
isMap: boolean
readonly
asMap: { readonly hashers: Vec<StorageHasherV14>; readonly key: SiLookupTypeId; readonly value: SiLookupTypeId; } & Struct
readonly
type: "Plain" | "Map"