Skip to main content
Module

x/polkadot/types/interfaces/index.ts>StorageHasherV9

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

Properties

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