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