UNPKG

@etherspot/modular-sdk

Version:

Etherspot Modular SDK - build with ERC-7579 smart accounts modules

7 lines 189 B
import { IsHex } from './is-hex.validator.js'; export function IsHex32(options = {}) { return IsHex({ size: 32, }, options); } //# sourceMappingURL=is-hex32.validator.js.map