Skip to main content

DelegateDidRedeem

Emitted from:

Definition

event DelegateDidRedeem(
IJBRedemptionDelegate indexed delegate,
JBDidRedeemData data,
address caller
);
  • delegate is the IJBRedeemDelegate whos didRedeem transaction was triggered.
  • data is the JBDidRedeemData that was sent to the IJBRedeemDelegate's didRedeem function.
  • caller is the address that issued the transaction within which the event was emitted.