Skip to main content

PostInteraction

Functions#

postInteraction#

function postInteraction(  address taker,  address makerAsset,  address takerAsset,  uint256 makingAmount,  uint256 takingAmount,  bytes interactiveData) external

Callback method that gets called after taker transferred funds to maker but before the opposite transfer happened

Parameters:#

NameTypeDescription
takeraddress
makerAssetaddress
takerAssetaddress
makingAmountuint256
takingAmountuint256
interactiveDatabytes