Skip to main content
Module

x/polkadot/types/interfaces/types.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/types.ts";

Properties

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