Options accepted by ReactQueryContractHelper.queryOptions(...).
TanStack queryKey and queryFn are generated from the contract. Pass
key to override the generated query key while keeping the generated query
function. Pass select to narrow the observed data type; the generated
queryFn still returns the raw contract response.
Options accepted by
ReactQueryContractHelper.queryOptions(...).TanStack
queryKeyandqueryFnare generated from the contract. Passkeyto override the generated query key while keeping the generated query function. Passselectto narrow the observed data type; the generatedqueryFnstill returns the raw contract response.