@btc-vision/walletconnect
Version:
The OP_NET Wallet Connect library helps your dApp connect to any compatible wallet.
6 lines • 326 B
TypeScript
export { WalletConnectContext } from './context/WalletConnectContext';
export { useWalletConnect } from './hooks/WalletConnectHook';
export * from './types';
export { default as WalletConnectProvider } from './provider/WalletConnectProvider';
export * from './wallets/supported-wallets.js';
//# sourceMappingURL=index.d.ts.map