UNPKG

@etherspot/remote-signer

Version:

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

8 lines (6 loc) 180 B
declare function validateDto<T extends {}>(dto: Partial<T>, DtoConstructor: { new (): T; }, options?: { addressKeys?: (keyof T)[]; }): Promise<T>; export { validateDto };