aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/test-utils/src/types.ts
diff options
context:
space:
mode:
Diffstat (limited to 'contracts/test-utils/src/types.ts')
-rw-r--r--contracts/test-utils/src/types.ts8
1 files changed, 0 insertions, 8 deletions
diff --git a/contracts/test-utils/src/types.ts b/contracts/test-utils/src/types.ts
index 60cb2b102..16c3a9f3d 100644
--- a/contracts/test-utils/src/types.ts
+++ b/contracts/test-utils/src/types.ts
@@ -107,14 +107,6 @@ export enum ContractName {
BalanceThresholdFilter = 'BalanceThresholdFilter',
}
-export interface SignedTransaction {
- exchangeAddress: string;
- salt: BigNumber;
- signerAddress: string;
- data: string;
- signature: string;
-}
-
export interface TransferAmountsByMatchOrders {
// Left Maker
amountBoughtByLeftMaker: BigNumber;