UNPKG

@rainbow-me/rainbowkit

Version:
5 lines (4 loc) 270 B
import type { Wallet } from '../../Wallet'; import type { DefaultWalletOptions } from '../../Wallet'; export type XPortalWalletOptions = DefaultWalletOptions; export declare const xPortalWallet: ({ projectId, walletConnectParameters, }: XPortalWalletOptions) => Wallet;