SetTerminal
Emitted from:
Definition:
event SetTerminals(
    uint256 indexed projectId,
    IJBPaymentTerminal[] indexed terminals,
    address caller
  );
projectIdis the ID of the project that set terminals.terminalsare the terminals that were set.calleris the address that issued the transaction within which the event was emitted.