interface StorageEntryTypeV10
implements Enum
import { type StorageEntryTypeV10 } from "https://dotland.deno.dev/x/polkadot@0.2.35/types/interfaces/metadata/types.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