AlchemyAccountProvider
Provider for Alchemy accounts.
Import
Usage
Parameters
props
React.PropsWithChildren<AlchemyAccountsProviderProps>
alchemy accounts provider props
props.config
AlchemyAccountsConfig
the acccount config generated using createConfig
props.queryClient
QueryClient
the react-query query client to use
props.uiConfig
AlchemyAccountsUIConfig
optional UI configuration
props.children
React.ReactNode | undefined
react components that should have this accounts context
Returns
React.JSX.Element
The element to wrap your application in for Alchemy Accounts context.