@etherspot/remote-signer
Version:
Etherspot Permissioned Signer SDK - signs the UserOp with SessionKey and sends it to the Bundler
8 lines (7 loc) • 352 B
TypeScript
export { IsAddress } from './is-address.validator.js';
export { IsBigNumberish } from './is-big-numberish.validator.js';
export { IsBytesLike } from './is-bytes-like.validator.js';
export { IsHex } from './is-hex.validator.js';
export { IsHex32 } from './is-hex32.validator.js';
export { IsUrl } from './is-url.validator.js';
import 'class-validator';