feeGauge
Contract: JBPayoutRedemptionPaymentTerminal
Interface: IJBPayoutRedemptionPaymentTerminal
The data source that returns a discount to apply to a project's fee.
Definition
/**
@notice
The data source that returns a discount to apply to a project's fee.
*/
IJBFeeGauge public override feeGauge;
- The resulting view function can be accessed externally by anyone.
- The resulting function overrides a function definition from the
IJBPayoutRedemptionPaymentTerminal
interface.