splitsStore
Contract: JBPayoutRedemptionPaymentTerminal
Interface: IJBPayoutRedemptionPaymentTerminal
The contract that stores splits for each project.
Definition
/**
@notice
The contract that stores splits for each project.
*/
IJBSplitsStore public immutable override splitsStore;
- Once set the value cannot be changed.
- The resulting view function can be accessed externally by anyone.
- The resulting function overrides a function definition from the
IJBPayoutRedemptionPaymentTerminal
interface.