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 IsBytesLike(options?: ValidationOptions & { acceptText?: boolean; }): (object: any, propertyName: string) => void; export { IsBytesLike };