Interface SignerValidatorSignaturePayload

Object representing the payload for signing before validaton.

SignerValidatorSignaturePayload

interface SignerValidatorSignaturePayload {
    boostId: bigint;
    incentiveQuantity: number;
    claimant: `0x${string}`;
    incentiveData: `0x${string}`;
}

Properties

boostId: bigint

The ID of the boost.

incentiveQuantity: number

The ID of the incentive.

claimant: `0x${string}`

The address of the claimant.

incentiveData: `0x${string}`

The claim data.