UNPKG

@enclavemoney/enclave-wallet-playground

Version:

A simple playground for enclave wallet SDK

9 lines (8 loc) 198 B
import React from "react"; declare const TransferToken: React.FC<{ onBack: () => void; onClose: () => void; walletSdkKey: string; username: string; }>; export default TransferToken;