UNPKG

viem

Version:

TypeScript Interface for Ethereum

5 lines 155 B
import { isHex } from '../data/isHex.js'; export function isHash(hash) { return isHex(hash) && hash.length === 66; } //# sourceMappingURL=isHash.js.map