Type Alias: ClickAction

@torque-labs/torque-utilsDocs


@torque-labs/torque-utils / ClickAction

Type Alias: ClickAction

type ClickAction: {
  antiSybilFee: number;
  requireSignature: boolean;
  targetUrl: string;
};

Click action type

Type declaration

NameTypeDescription

antiSybilFee?

number

Require anti-sybil fee for the click action. If true, the user must pay a transaction fee to complete the requirement.

requireSignature

boolean

Require signature for the click action. If true, the user must sign a transaction to complete the requirement.

targetUrl

string

Target URL for the click action

Defined in

types/eventConfig/requirements.ts:222

Last updated