Interface ClaimPayload

The object representation of an Incentive.ClaimPayload

ClaimPayload

interface ClaimPayload {
    target: `0x${string}`;
    data?: `0x${string}`;
}

Properties

Properties

target: `0x${string}`

The address of the recipient

data?: `0x${string}`

The implementation-specific data for the claim, if needed