Toggle setApprovalForAll on Conditional Tokens via the relayer.
setApprovalForAll on the Conditional Tokens contract (or a custom address). This enables the operator to move outcome tokens before Safe deployments are available.
https://relayer.forka.st/operations/set-approval with the usual L2 headers. The relayer signs on behalf of its custodial address and returns the broadcast transaction hash.| Field | Type | Required | Description |
|---|---|---|---|
operator | string | Yes | Address that should gain or lose setApprovalForAll privileges. |
approved | boolean | Yes | true to grant approvals, false to revoke. |
contract | string | No | ERC-1155 contract to target. Defaults to the Conditional Tokens address when omitted. |
contract is omitted, the relayer uses the default Conditional Tokens deployment for the connected chain.approved: true twice yields the same response while keeping confirmations accurate.400 (validation) or 502 (RPC broadcast). Check the returned error field for troubleshooting details.