useLazyLoadQuery<TChainIds, TOptions>(queryOptions: TOptions & { [ P in string | number | symbol ]: QueryOptions<TChainIds[P<P>]> }, options?: FetchOptions): { [ P in keyof TOptions ]: InferQueryArgumentResult<TOptions[P][chainId], TOptions[P][query]> }
Hook for querying data from chain, and returning the response.
Hook for querying data from chain, and returning the response.