Skip to main content
Module

x/polkadot/types/interfaces/index.ts>StorageEntryTypeV10

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

Properties

readonly
isPlain: boolean
readonly
asPlain: Type
readonly
isMap: boolean
readonly
asMap: { readonly hasher: StorageHasherV10; readonly key: Type; readonly value: Type; readonly linked: bool; } & Struct
readonly
isDoubleMap: boolean
readonly
asDoubleMap: { readonly hasher: StorageHasherV10; readonly key1: Type; readonly key2: Type; readonly value: Type; readonly key2Hasher: StorageHasherV10; } & Struct
readonly
type: "Plain" | "Map" | "DoubleMap"