Skip to main content

MerkleFactory

Git Source

Structs

CustomFee

Struct encapsulating the custom fee details for a given campaign creator.

struct CustomFee {
bool enabled;
uint256 fee;
}

Properties

NameTypeDescription
enabledboolWhether the fee is enabled. If false, the default fee will be applied for campaigns created by the given creator.
feeuint256The fee amount.