UNPKG

@particle-network/auth-core-modal

Version:

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

6 lines (5 loc) 192 B
export declare const usePaymentPassword: () => { hasSetPaymentPassword: boolean; setPaymentPassword: () => void; showSetPaymentPasswordOrConfirm: (confirm: () => void) => void; };