UNPKG

@particle-network/auth-core-modal

Version:

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

9 lines (8 loc) 221 B
import React from 'react'; export type EvmSignProps = { method: string; param: unknown; loginAuthorizationSign?: boolean; }; declare function Sign(props: EvmSignProps): React.JSX.Element; export default Sign;