UNPKG

@dynamic-labs/sdk-react-core

Version:

A React SDK for implementing wallet web3 authentication and authorization to your website.

7 lines (6 loc) 274 B
import { ExchangeKeyEnum } from '@dynamic-labs/sdk-api-core'; type ConnectExchangeForFundingProps = { initiatedByWidget: boolean; }; export declare const useConnectExchangeForFunding: () => (props: ConnectExchangeForFundingProps) => Promise<ExchangeKeyEnum>; export {};