IJBRedemptionDelegate3_1_1
Inherits: IERC165
Delegate called after JBTerminal.redeemTokensOf(..) logic completion (if passed by the funding cycle datasource)
Functionsβ
didRedeemβ
This function is called by JBPaymentTerminal.redeemTokensOf(..), after the execution of its logic
Critical business logic should be protected by an appropriate access control
function didRedeem(JBDidRedeemData3_1_1 calldata data) external payable;
Parameters
Name | Type | Description |
---|---|---|
data | JBDidRedeemData3_1_1 | the data passed by the terminal, as a JBDidRedeemData struct: |