DelegateDidRedeem
Emitted from:
Definition
event DelegateDidRedeem(
IJBRedemptionDelegate indexed delegate,
JBDidRedeemData data,
address caller
);
delegate
is theIJBRedeemDelegate
whosdidRedeem
transaction was triggered.data
is theJBDidRedeemData
that was sent to theIJBRedeemDelegate
'sdidRedeem
function.caller
is the address that issued the transaction within which the event was emitted.