Type alias BiconomyProviderProps
BiconomyProviderProps: {
children: ReactNode;
config: Partial<BiconomySmartAccountV2Config> & {
biconomyPaymasterApiKey: string;
bundlerUrl: string;
};
queryClient: QueryClient | undefined;
}
Type declaration
children: ReactNode
config: Partial<BiconomySmartAccountV2Config> & {
biconomyPaymasterApiKey: string;
bundlerUrl: string;
}
queryClient: QueryClient | undefined
The children of the provider