Type Alias CreateBoostPayload

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

The interface required to create a new Boost.