UNPKG

@etherspot/prime-sdk

Version:

Etherspot Prime (Account Abstraction) SDK

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