Type alias UseQueryClient

UseQueryClient: {
    isLoading: boolean;
    queryClient?: QueryClient;
}

A type that represents the return value of the useQueryClient hook.

Param

Boolean value for when the initial loading is happening. Set to true if the client is unavailable.

Param

The requested QueryClient object that can be used to query the chain.

Type declaration

Generated using TypeDoc