@particle-network/auth-core-modal
Version:
Auth Core provides MPC (Multi-Party Computation)-based threshold signatures.
9 lines (8 loc) • 372 B
TypeScript
export declare function save(key: string, value: string | null): void;
export declare function load(key: string): string | null;
export declare function once(key: string): boolean;
export declare function removeItem(key: string): void;
export declare class PreferenceKey {
static PN_OPEN_SET_PAYMENT_PASSWORD: string;
static PN_OPEN_SET_MASTER_PASSWORD: string;
}