DelegateDidPay
Emitted from:
Definition
event DelegateDidPay(IJBPayDelegate indexed delegate, JBDidPayData data, address caller);
delegate
is theIJBPayDelegate
whosdidPay
transaction was triggered.data
is theJBDidPayData
that was sent to theIJBPayDelegate
'sdidPay
function.caller
is the address that issued the transaction within which the event was emitted.