Type alias BiconomyProviderProps

BiconomyProviderProps: {
    children: ReactNode;
    config: Partial<BiconomySmartAccountV2Config> & {
        biconomyPaymasterApiKey: string;
        bundlerUrl: string;
    };
    queryClient: QueryClient | undefined;
}

Type declaration

  • children: ReactNode

    The children of the provider

  • config: Partial<BiconomySmartAccountV2Config> & {
        biconomyPaymasterApiKey: string;
        bundlerUrl: string;
    }

    The Biconomy configuration

  • queryClient: QueryClient | undefined

    The Tanstack Query client instance