Type Alias: GetIotaClientQueryOptions<T>
type GetIotaClientQueryOptions<T> = object & undefined extends IotaRpcMethods[T]["params"] ? object : object;
Type Declaration
| Name | Type |
|---|---|
client | IotaClient |
network | string |
method | T |
options? | PartialBy<Omit<UndefinedInitialDataOptions<IotaRpcMethods[T]["result"]>, "queryFn">, "queryKey"> |
Type Parameters
| Type Parameter |
|---|
T extends keyof IotaRpcMethods |