MerkleFactory
Structs
CustomFee
Struct encapsulating the custom fee details for a given campaign creator.
struct CustomFee {
    bool enabled;
    uint256 fee;
}
Properties
| Name | Type | Description | 
|---|---|---|
| enabled | bool | Whether the fee is enabled. If false, the default fee will be applied for campaigns created by the given creator. | 
| fee | uint256 | The fee amount. |