# operatorApprovals

```ts
function operatorApprovals(client, options): Promise<OperatorApprovalsResult>;
```

Defined in: [packages/synapse-core/src/pay/operators.ts:46](https://github.com/FilOzone/synapse-sdk/blob/1d6c4b9fe34534bf1087dfe41491b72be0b46858/packages/synapse-core/src/pay/operators.ts#L46)

Get the operator approvals from the payments contract.

## Parameters

| Parameter | Type | Description |
| ------ | ------ | ------ |
| `client` | `Client`\<`Transport`, `Chain`\> | The client to use. |
| `options` | [`OperatorApprovalsOptions`](/reference/filoz/synapse-core/pay/type-aliases/operatorapprovalsoptions/) | The options to use. |

## Returns

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

The operator approvals.

## Throws

- ReadContractErrorType if the read contract fails.