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

x/polkadot/types/interfaces/types.ts>StorageHasherV11

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

Properties

readonly
isBlake2128: boolean
readonly
isBlake2256: boolean
readonly
isBlake2128Concat: boolean
readonly
isTwox128: boolean
readonly
isTwox256: boolean
readonly
isTwox64Concat: boolean
readonly
isIdentity: boolean
readonly
type:
| "Blake2128"
| "Blake2256"
| "Blake2128Concat"
| "Twox128"
| "Twox256"
| "Twox64Concat"
| "Identity"