UNPKG

react-use-wyre

Version:

🤑 React.js hooks for making payments using SendWyre. https://docs.sendwyre.com/

6 lines (5 loc) • 154 B
export default function useFetchWallet(): { fetchWallet: ({ walletId }: { readonly walletId: string; }, extras?: any) => Promise<any>; };