IExchange inherits from all other interfaces (in the same order as Exchange inherits Mixins)
This commit is contained in:
@@ -20,15 +20,19 @@ pragma solidity ^0.4.23;
|
||||
pragma experimental ABIEncoderV2;
|
||||
|
||||
import "./IExchangeCore.sol";
|
||||
import "./ISignatureValidator.sol";
|
||||
import "./IAssetProxyDispatcher.sol";
|
||||
import "./ITransactions.sol";
|
||||
import "./IWrapperFunctions.sol";
|
||||
import "./IMatchOrders";
|
||||
import "./ISettlement";
|
||||
import "./ISignatureValidator";
|
||||
import "./ITransactions";
|
||||
import "./IAssetProxyDispatcher";
|
||||
import "./IWrapperFunctions";
|
||||
|
||||
contract IExchange is
|
||||
IWrapperFunctions,
|
||||
IExchangeCore,
|
||||
IMatchOrders,
|
||||
ISettlement,
|
||||
ISignatureValidator,
|
||||
ITransactions,
|
||||
IAssetProxyDispatcher
|
||||
IAssetProxyDispatcher,
|
||||
IWrapperFunctions
|
||||
{}
|
||||
|
Reference in New Issue
Block a user