UNPKG

proximity-wallet-connect

Version:

Wallet Connect package for NEAR Wallet Selector (Proximity fork with transaction fixes).

14 lines 619 B
import type { SignClientTypes } from "@walletconnect/types"; import type { WalletModuleFactory, BridgeWallet } from "proximity-dex-core"; export interface WalletConnectParams { projectId: string; metadata: SignClientTypes.Metadata; relayUrl?: string; iconUrl?: string; chainId?: string; deprecated?: boolean; methods?: Array<string>; events?: Array<string>; } export declare function setupWalletConnect({ projectId, metadata, chainId, relayUrl, iconUrl, deprecated, methods, events, }: WalletConnectParams): WalletModuleFactory<BridgeWallet>; //# sourceMappingURL=wallet-connect.d.ts.map