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

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

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

Properties

readonly
isBlake2x256: boolean
readonly
isSha2x256: boolean
readonly
isKeccak256: boolean
readonly
type: "Blake2x256" | "Sha2x256" | "Keccak256"