IJBPayHook
Inherits: IERC165
Hook called after a terminal's pay(...)
logic completes (if passed by the ruleset's data hook).
Functionsβ
afterPayRecordedWithβ
This function is called by the terminal's pay(...)
function after the payment has been recorded in the
terminal store.
Critical business logic should be protected by appropriate access control.
function afterPayRecordedWith(JBAfterPayRecordedContext calldata context) external payable;
Parameters
Name | Type | Description |
---|---|---|
context | JBAfterPayRecordedContext | The context passed in by the terminal, as a JBAfterPayRecordedContext struct. |