UNPKG

@dynamic-labs/sdk-react-core

Version:

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

5 lines (4 loc) 257 B
import { FC, PropsWithChildren } from 'react'; import { SendBalanceContextProps } from './SendBalanceContext.types'; export declare const SendBalanceContextProvider: FC<PropsWithChildren>; export declare const useSendBalance: () => SendBalanceContextProps;