useLazyLoadQueryWithRefresh
Callable
Type parameters
- TChainId: any
- TQuery: any
Parameters
query: TQuery
The function to create the query
optionaloptions: ChainHookOptions<TChainId>
Additional options
Returns [data: InferQueryArgumentResult<TChainId, TQuery>, refresh: (...args: []) => void]
The data response & a function to refresh it
Hook for querying data from chain, returning the response & a refresher function.