Skip to content

useOperatorApprovals

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

Defined in: packages/synapse-react/src/payments/index.ts:88

Get the operator approvals from the payments contract.

ParameterTypeDescription
props?UseOperatorApprovalsPropsThe props for the balance.

UseQueryResult<OperatorApprovalsResult, Error>

The operator approvals.