@coinbase/wallet-sdk
Version:
Coinbase Wallet JavaScript SDK
15 lines • 528 B
TypeScript
import { RelayUI } from './RelayUI.js';
export declare class WLMobileRelayUI implements RelayUI {
private readonly redirectDialog;
private attached;
constructor();
attach(): void;
private redirectToCoinbaseWallet;
openCoinbaseWalletDeeplink(walletLinkUrl?: string): void;
showConnecting(_options: {
isUnlinkedErrorState?: boolean | undefined;
onCancel: (error?: Error) => void;
onResetConnection: () => void;
}): () => void;
}
//# sourceMappingURL=WLMobileRelayUI.d.ts.map