UseOperatorApprovalsProps
Defined in: packages/iso-filecoin-synapse/src/hooks/payments/index.ts:80
Extends
Section titled “Extends”SetOptional<OperatorApprovalsOptions,"address">
Properties
Section titled “Properties”address?
Section titled “address?”
optionaladdress:`0x${string}`
Defined in: packages/iso-filecoin-synapse/src/actions/pay/operators.ts:28
The address of the account to query.
Inherited from
Section titled “Inherited from”SetOptional.address
operator?
Section titled “operator?”
optionaloperator:`0x${string}`
Defined in: packages/iso-filecoin-synapse/src/actions/pay/operators.ts:33
The address of the operator to query. If not provided, the Warm Storage contract address will be used.
Inherited from
Section titled “Inherited from”SetOptional.operator
query?
Section titled “query?”
optionalquery:Omit<UseQueryOptions<OperatorApprovalsResult,Error,OperatorApprovalsResult, readonlyunknown[]>,"queryKey"|"queryFn">
Defined in: packages/iso-filecoin-synapse/src/hooks/payments/index.ts:82
token?
Section titled “token?”
optionaltoken:`0x${string}`
Defined in: packages/iso-filecoin-synapse/src/actions/pay/operators.ts:24
The address of the ERC20 token to query. If not provided, the USDFC token address will be used.
Inherited from
Section titled “Inherited from”SetOptional.token