DelegateDidRedeem
Emitted from:
Definition
event DelegateDidRedeem(
IJBRedemptionDelegate indexed delegate,
JBDidRedeemData data,
address caller
);
delegateis theIJBRedeemDelegatewhosdidRedeemtransaction was triggered.datais theJBDidRedeemDatathat was sent to theIJBRedeemDelegate'sdidRedeemfunction.calleris the address that issued the transaction within which the event was emitted.