Interface SignerValidatorValidatePayload

Description placeholder

SignerValidatorValidatePayload

interface SignerValidatorValidatePayload {
    boostId: bigint;
    incentiveId: bigint;
    claimant: `0x${string}`;
    claimData: `0x${string}`;
}

Properties

boostId: bigint

The ID of the boost.

incentiveId: bigint

The ID of the incentive.

claimant: `0x${string}`

The address of the claimant.

claimData: `0x${string}`

The claim data.