directory
Contract: JBETHERC20ProjectPayer
Interface: IJBProjectPayer
A contract storing directories of terminals and controllers for each project.
Definition
/**
@notice
A contract storing directories of terminals and controllers for each project.
*/
IJBDirectory public immutable override directory;
- The resulting view function can be accessed externally by anyone.
- The resulting function overrides a function definition from the
IJBProjectPayer
interface.