Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 738 Bytes

File metadata and controls

21 lines (15 loc) · 738 Bytes

directory

Contract: JBSingleTokenPaymentTerminalStore​‌

Interface: IJBSingleTokenPaymentTerminalStore

The directory of terminals and controllers for projects.

Definition

/**
  @notice
  The directory of terminals and controllers for projects.
*/
IJBDirectory public immutable override directory;
  • 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 JBSingleTokenPaymentTerminalStore interface.