UNPKG

@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

8 lines (7 loc) • 275 B
/** * useNexus Hook - Ultimate Cross-Chain Wallet Operations * Provides access to all SDK features with React state management */ import { UseNexusReturn } from '../providers/NexusProvider.js'; export declare const useNexus: () => UseNexusReturn; export default useNexus;