Type Alias: ClickRequirement
Last updated
Last updated
@torque-labs/torque-utils • Docs
@torque-labs/torque-utils / ClickRequirement
Click requirement type
Name | Type | Default value | Description |
---|---|---|---|
requirement
{ antiSybilFee
: number
; requireSignature
: boolean
; targetUrl
: string
; }
ClickActionSchema
-
requirement.antiSybilFee
?
number
-
Require anti-sybil fee for the click action. If true, the user must pay a transaction fee to complete the requirement.
requirement.requireSignature
boolean
-
Require signature for the click action. If true, the user must sign a transaction to complete the requirement.
requirement.targetUrl
string
-
Target URL for the click action
type
CLICK
-
-