Interface SignerValidatorInputParams

Object representation of a SignerValidatorInputParams initialization payload

SignerValidatorInputParams

interface SignerValidatorInputParams {
    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.