UNPKG

@reown/appkit-wallet

Version:

The full stack toolkit to build onchain app UX.

6 lines (5 loc) 172 B
export declare const W3mFrameStorage: { set(key: string, value: string): void; get(key: string): string | null; delete(key: string, social?: boolean): void; };