File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ pragma solidity 0.8.26;
33
44import { CampaignBase } from "contracts/incentives/campaigns/CampaignBase.sol " ;
55
6+ // TODO add exclusion or restrictions for specific content
7+ // eg. scope = rental, allow only = content2, content3 and content4
8+
69/// @title SubscriptionCampaign
710/// @notice Abstract contract for managing subscription-based campaigns.
811contract SubscriptionCampaignTpl is CampaignBase {
Original file line number Diff line number Diff line change 11// SPDX-License-Identifier: MIT
22pragma solidity 0.8.26 ;
33
4- import { T } from "@synaps3/core/primitives/Types.sol " ;
5-
64/// @title ICampaign
75/// @notice Interface for managing campaigns, providing functionality for execution and retrieving campaign terms.
86/// @dev Defines the required functions for implementing campaign operations.
You can’t perform that action at this time.
0 commit comments