UNPKG

@etherspot/remote-signer

Version:

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

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