Type Alias CreateBoostPayload

CreateBoostPayload: {
    budget: Budget;
    action: Action;
    incentives: Incentive[];
    validator?: Validator;
    allowList?: AllowList;
    protocolFee?: bigint;
    maxParticipants?: bigint;
    owner?: Address;
}

The interface required to create a new Boost.