UNPKG

@frak-labs/react-sdk

Version:

React SDK of the Frak wallet, low level library to interact directly with the frak ecosystem.

11 lines (10 loc) 569 B
export { useReferralInteraction } from "./helper/useReferralInteraction"; export { useDisplayModal } from "./useDisplayModal"; export { useFrakClient } from "./useFrakClient"; export { useFrakConfig } from "./useFrakConfig"; export { useGetMerchantInformation } from "./useGetMerchantInformation"; export { useOpenSso } from "./useOpenSso"; export { usePrepareSso } from "./usePrepareSso"; export { useSendTransactionAction } from "./useSendTransaction"; export { useSiweAuthenticate } from "./useSiweAuthenticate"; export { useWalletStatus } from "./useWalletStatus";