Skip to main content
Module

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

Package publishing for deno.land/x/polkadot
Go to Latest
interface StorageHasherV10
implements Enum
import { type StorageHasherV10 } 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
type:
| "Blake2128"
| "Blake2256"
| "Blake2128Concat"
| "Twox128"
| "Twox256"
| "Twox64Concat"