# useOperatorApprovals

```ts
function useOperatorApprovals(props?): UseQueryResult<OperatorApprovalsResult, Error>;
```

Defined in: [synapse-react/src/payments/index.ts:88](https://github.com/FilOzone/synapse-sdk/blob/1d6c4b9fe34534bf1087dfe41491b72be0b46858/packages/synapse-react/src/payments/index.ts#L88)

Get the operator approvals from the payments contract.

## Parameters

| Parameter | Type | Description |
| ------ | ------ | ------ |
| `props?` | [`UseOperatorApprovalsProps`](/reference/filoz/synapse-react/interfaces/useoperatorapprovalsprops/) | The props for the balance. |

## Returns

`UseQueryResult`\<[`OperatorApprovalsResult`](/reference/filoz/synapse-react/type-aliases/operatorapprovalsresult/), [`Error`](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Error)\>

The operator approvals.