interface StorageEntryTypeV10
implements Enum
import { type StorageEntryTypeV10 } from "https://deno.land/x/polkadot@0.2.17/types/interfaces/index.ts";
Properties
readonly
asPlain: Typereadonly
asMap: { readonly hasher: StorageHasherV10; readonly key: Type; readonly value: Type; readonly linked: bool; } & Structreadonly
asDoubleMap: { readonly hasher: StorageHasherV10; readonly key1: Type; readonly key2: Type; readonly value: Type; readonly key2Hasher: StorageHasherV10; } & Struct