x0-react-sdk
Version:
React SDK for X0Pay Hyperlane token bridging with MetaMask and Safe wallet integration
6 lines • 412 B
TypeScript
import type { WalletType, WalletConnectionResult, WalletConnectionOptions } from '../types/wallet';
export declare function connectWallet(options?: WalletConnectionOptions): Promise<WalletConnectionResult>;
export declare function getAvailableWalletTypes(): WalletType[];
export { connectMetaMaskWeb } from './metamask';
export { connectWalletConnect } from './walletconnect';
//# sourceMappingURL=index.d.ts.map