UNPKG

react-use-wyre

Version:

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

6 lines (5 loc) • 290 B
export default function usePaymentMethod(): { createPaymentMethod: ({ publicToken, country, paymentMethodType }: any) => Promise<any>; listPaymentMethods: () => Promise<any>; attachBlockchain: ({ paymentMethodId, blockchains, notifyUrl, muteMessages }: any) => Promise<any>; };