Skip to main content

IJBRedemptionDelegate3_1_1

Git Source

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

NameTypeDescription
dataJBDidRedeemData3_1_1the data passed by the terminal, as a JBDidRedeemData struct: