UNPKG

@safe-global/safe-react-hooks

Version:

A collection of React Hooks that facilitates the interaction of React apps with Safe Smart Accounts

7 lines (6 loc) 174 B
export declare class BaseError<T extends string> extends Error { name: T; message: string; cause?: any; constructor(name: T, message: string, cause?: any); }