UNPKG

@particle-network/auth-core-modal

Version:

Auth Core provides MPC (Multi-Party Computation)-based threshold signatures.

5 lines (4 loc) 154 B
export declare function formatServerError(error: any): string | undefined; export declare const useError: () => { errorHandle: (err: any) => void; };