v1ProjectIdOf
Contract: JBV1TokenPaymentTerminal
Interface: IJBV1TokenPaymentTerminal
The v1 project ID for a v2 project.
Definition
/**
  @notice
  The v1 project ID for a v2 project.
  _projectId The ID of the v2 project to exchange tokens for.
*/
mapping(uint256 => uint256) public override v1ProjectIdOf;
- Arguments:
_projectIdis the ID of the v2 project to exchange tokens for.
 - The resulting view function can be accessed externally by anyone.
 - The resulting function overrides a function definition from the 
IJBV1TokenPaymentTerminalinterface.