UNPKG

enclave-wallet-sdk

Version:

A simple enclave wallet SDK for React applications

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