Skip to content

useOperatorApprovals

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

Defined in: packages/iso-filecoin-synapse/src/hooks/payments/index.ts:93

Get the operator approvals from the payments contract.

ParameterTypeDescription
props?UseOperatorApprovalsPropsThe props for the balance.

UseQueryResult<OperatorApprovalsResult, Error>

The operator approvals.