UNPKG

@etherspot/remote-signer

Version:

Etherspot Permissioned Signer SDK - signs the UserOp with SessionKey and sends it to the Bundler

8 lines (5 loc) 215 B
import { ValidationOptions } from 'class-validator'; declare function IsHex(options?: { size?: number; }, validationOptions?: ValidationOptions): (object: any, propertyName: string) => void; export { IsHex };