UNPKG

@particle-network/auth-core-modal

Version:

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

11 lines (10 loc) 306 B
import { SolanaRpcMethod } from '@particle-network/auth-core'; import React from 'react'; interface IProps { param: unknown; method: SolanaRpcMethod; chainId?: number; loginAuthorizationSign?: boolean; } declare function InfoSign(props: IProps): React.JSX.Element; export default InfoSign;