You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**`contextVariable`** (\*) | The context variable to check (e.g., ":userAddress", ":customParam") |`string` (_regex: `/^:[a-zA-Z_][a-zA-Z0-9_]*$/`_) |
113
+
|**`returnValueTest`** (\*) | Test to perform on a value. Supports comparison operators like ==, >, <, >=, <=, !=, in, !in |[ReturnValueTest](#returnvaluetest)|
114
+
115
+
_(\*) Required._
116
+
103
117
## ContractCondition
104
118
105
119
_Object containing the following properties:_
@@ -232,6 +246,8 @@ _(\*) Required._
232
246
233
247
## ReturnValueTest
234
248
249
+
Test to perform on a value. Supports comparison operators like ==, >, <, >=, <=, !=, in, !in
250
+
235
251
_Object containing the following properties:_
236
252
237
253
| Property | Type |
@@ -344,20 +360,6 @@ _Object containing the following properties:_
344
360
345
361
_(\*) Required._
346
362
347
-
## AddressAllowlistCondition
348
-
349
-
Address Allowlist Condition for allowing decryption for specific wallet addresses. It is very handy when combined with other conditions.
|**`userAddress`** (\*) | This is a context variable that will be replaced at decryption time. It represents the Ethereum address of the requester attempting decryption. |[UserAddress](#useraddress)|
357
-
|**`addresses`** (\*) | List of wallet addresses allowed to decrypt. Addresses should be provided in checksummed form. |`Array<string>` (_min: 1, max: 25_) |
358
-
359
-
_(\*) Required._
360
-
361
363
## More resources
362
364
363
365
For more information, please refer to the TACo documentation:
0 commit comments