Finalize
Emitted from:
Definition
event Finalize(
uint256 indexed projectId,
uint256 indexed configuration,
JBBallotState indexed ballotState,
address caller
);
projectIdis the ID of the project whose ballot state was finalized.configurationis the configuration that was finalized.ballotStateis the final ballot state.calleris the address that issued the transaction within which the event was emitted.