DelegateDidRedeem
Emitted from:
Definition
event DelegateDidRedeem(
  IJBRedemptionDelegate indexed delegate,
  JBDidRedeemData data,
  address caller
);
- delegateis the- IJBRedeemDelegatewhos- didRedeemtransaction was triggered.
- datais the- JBDidRedeemDatathat was sent to the- IJBRedeemDelegate's- didRedeemfunction.
- calleris the address that issued the transaction within which the event was emitted.