UseOperatorApprovalsProps
Defined in: packages/synapse-react/src/payments/index.ts:76
Extends
Section titled “Extends”SetOptional<OperatorApprovalsOptions,"address">
Properties
Section titled “Properties”address?
Section titled “address?”optional address: `0x${string}`;Defined in: packages/synapse-core/dist/src/pay/operators.d.ts:4
Inherited from
Section titled “Inherited from”SetOptional.addressoperator?
Section titled “operator?”optional operator: `0x${string}`;Defined in: packages/synapse-core/dist/src/pay/operators.d.ts:5
Inherited from
Section titled “Inherited from”SetOptional.operatorquery?
Section titled “query?”optional query: Omit<UseQueryOptions<OperatorApprovalsResult, Error, OperatorApprovalsResult, readonly unknown[]>, "queryKey" | "queryFn">;Defined in: packages/synapse-react/src/payments/index.ts:77
token?
Section titled “token?”optional token: `0x${string}`;Defined in: packages/synapse-core/dist/src/pay/operators.d.ts:3
Inherited from
Section titled “Inherited from”SetOptional.token