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