UNPKG

@etherspot/remote-signer

Version:

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

9 lines (7 loc) 178 B
declare class ErrorHandler extends Error { error: string; code?: number; rawError: string; constructor(error: string, code?: number); } export { ErrorHandler };