UNPKG

@enclavemoney/enclave-wallet-sdk

Version:

A simple enclave wallet SDK for React applications

8 lines (7 loc) 187 B
import React from "react"; export declare const QRNetworks: React.FC<{ walletAddress: string; solanaAddress: string; bitcoinWalletAddress: string; onBack: () => void; }>;