useQueryRefresher
Callable
Type parameters
- TChainId: any
- TQuery: any
Parameters
query: TQuery
The function to create the query
optionaloptions: Partial<ChainOptions<TChainId>>
Additional options
Returns () => void
The function to refresh the query
Returns void
Hook for refreshing cached query.