UNPKG

@mindsorg/web3modal-ts

Version:

Web3modal's provider layer abstraction for simple implementation of web3 wallet connections

6 lines (5 loc) 278 B
export declare let local: Storage; export declare const setLocal: (key: string, data: any) => void; export declare const getLocal: (key: string) => any; export declare const removeLocal: (key: string) => void; export declare const updateLocal: (key: string, data: any) => void;