function getAskOrderInfo(bytes params, address) external pure returns (struct DataTypes.OrderInfo orderInfo)
function getBidOrderInfo(bytes params) external pure returns (struct DataTypes.OrderInfo orderInfo)
function matchAskWithTakerBid(address marketplace, bytes params, uint256 value) external payable returns (bytes)
function matchBidWithTakerAsk(address marketplace, bytes params) external returns (bytes)
function isBasicOrder(struct AdvancedOrder advancedOrder) private pure returns (bool)