Interface PayableLimitedSignerValidatorV2Payload

Object representation of a PayableLimitedSignerValidatorV2 initialization payload

PayableLimitedSignerValidatorV2Payload

interface PayableLimitedSignerValidatorV2Payload {
    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