UNPKG

@b2network/b2-wallet-kit

Version:

#### install

5 lines (4 loc) 227 B
import { WalletTypes } from "./wallet/types"; export declare const saveWalletToLocal: (w: WalletTypes) => void; export declare const getWalletFromLocal: () => WalletTypes; export declare const clearWalletFromLocal: () => void;