After Pay Callback
#
Functions#
afterPayAn interface that accepts a payment from a payee in order to execute any arbitrary code in a smart contract
#
Parameters:Name | Type | Description |
---|---|---|
sender | address | the address of the payee making the payment |
token | address | the contract address of the token being used |
amount | uint256 | the amount of tokenAmount sent |
data | bytes | any aribitrary data needed to execute the Flash App |