finalized
Contract: JBV1TokenPaymentTerminal
Interface: IJBV1TokenPaymentTerminal
A flag indicating if a project's migration has finished.
Definition
/**
  @notice
  A flag indicating if a project's migration has finished.
  _projectId The ID of the project to check the migration status.
*/
mapping(uint256 => bool) public override finalized;
- Arguments:
_projectIdis the ID of the project to check the migration status.
 - The resulting view function can be accessed externally by anyone.
 - The resulting function overrides a function definition from the 
IJBV1TokenPaymentTerminalinterface.