Configure
Emitted from:
Definition
event Configure(
  uint256 indexed configuration,
  uint256 indexed projectId,
  JBFundingCycleData data,
  uint256 metadata,
  uint256 mustStartAtOrAfter,
  address caller
);
- configurationis the funding cycle configuration that was successfully updated.
- projectIdis the ID of the project to which the configured funding cycle belongs.
- dataare the data of the configuration.
- metadatais the metadata attached the configuration.
- mustStartAtOrAfteris the time before which the initialized funding cycle can't start.
- calleris the address that issued the transaction within which the event was emitted.