UNPKG

ribbit-wallet-connect

Version:

Next-generation multi-chain wallet and payments app that makes crypto simple, secure, and usable in daily life.

4 lines (3 loc) 171 B
export declare function saveWallet(address: string, days?: number): void; export declare function getWallet(): string | null; export declare function clearWallet(): void;