@daimo/pay
Version:
Seamless crypto payments. Onboard users from any chain, any coin into your app with one click.
13 lines (12 loc) • 623 B
TypeScript
import React from "react";
/**
* Continues a Daimo Pay flow in another app.
* - If the pendingConnectorId is a mobile wallet, deeplink directly into that
* wallet. This opens the flow in eg. the Rainbow in-app browser, letting the
* user finish the flow in a single app switch instead of multiple.
* - If the pendingConnectorId is MOBILE_WALLETS_CONNECTOR_ID, then show a QR
* that the user can scan from their phone. This opens the flow in eg. mobile
* Safari, letting them pick which app they want to use & finish there.
*/
declare const ConnectWithQRCode: React.FC<{}>;
export default ConnectWithQRCode;