Interface PayableLimitedSignerValidatorPayload

Object representation of a PayableLimitedSignerValidator initialization payload

PayableLimitedSignerValidatorPayload

interface PayableLimitedSignerValidatorPayload {
    signers: `0x${string}`[];
    validatorCaller: `0x${string}`;
    maxClaimCount: number;
}

Properties

signers: `0x${string}`[]

The list of authorized signers. The first address in the list will be the initial owner of the contract.

validatorCaller: `0x${string}`

The authorized caller of the validator function

maxClaimCount: number

The max quantity of claims a user can make for a given incentive