UNPKG

@funkit/connect

Version:

Funkit Connect SDK elevates DeFi apps via web2 sign-ins and one-click checkouts.

10 lines (9 loc) 540 B
import type { TokenTransferConfig } from '../utils/tokenTransfer/types'; /** * Resolve the token-transfer (UDA deposit) token list: the curated Statsig * `tokentransferconfig` chains/assets, filtered by the disabled list and merged * with `/assets/supported` metadata. The pure resolution lives in * `@funkit/connect-core` (shared with React Native); this hook supplies the * platform reads (Statsig + react-query) and the loading state. */ export declare function useTokenTransferConfig(isWithdrawal?: boolean): TokenTransferConfig;