Interface LimitedSignerValidatorInputParams

Object representation of a LimitedSignerValidatorInputParams initialization payload

LimitedSignerValidatorInputParams

interface LimitedSignerValidatorInputParams {
    signer: `0x${string}`;
    signature: `0x${string}`;
    incentiveQuantity: number;
}

Properties

signer: `0x${string}`

The signer address.

signature: `0x${string}`

The signature data.

incentiveQuantity: number

The incentive quantity.