跳到主要内容

IJBPayDelegate3_1_1

Git Source

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

NameTypeDescription
dataJBDidPayData3_1_1the data passed by the terminal, as a JBDidPayData3_1_1 struct: