@aguycalled/web3modal
Version:
A single Web3 / Ethereum provider solution for all Wallets
6 lines • 313 B
TypeScript
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;
//# sourceMappingURL=local.d.ts.map