UNPKG

@etherspot/remote-signer

Version:

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

11 lines (9 loc) 196 B
interface ValidationError { property: string; value?: any; constraints?: { [type: string]: string; }; children?: ValidationError[]; } export type { ValidationError };