@nexuspay/sdk
Version:
🚀 Ultra-simple cross-chain wallet SDK - Initialize with just projectName + apiKey. Bulletproof gasless transactions across EVM/SVM chains with ANY social identifier support
9 lines (8 loc) • 318 B
TypeScript
/**
* WalletConnect - Ultimate Flexible Social Wallet Creator
* Support for ANY social identifier with beautiful, customizable UI
*/
import React from 'react';
import { WalletConnectProps } from '../../types/index.js';
export declare const WalletConnect: React.FC<WalletConnectProps>;
export default WalletConnect;