Add SignedOrder, Order, and ECSignature types to the types package

This commit is contained in:
Brandon Millman
2018-03-14 15:02:58 -07:00
parent 4a27a7dc58
commit ffe7363776
18 changed files with 67 additions and 93 deletions

View File

@@ -1,10 +1,10 @@
import { ECSignature, SignedOrder } from '@0xproject/types';
import { BigNumber } from '@0xproject/utils';
import * as chai from 'chai';
import 'mocha';
import { ZeroEx } from '../src/0x';
import { RemainingFillableCalculator } from '../src/order_watcher/remaining_fillable_calculator';
import { ECSignature, SignedOrder } from '../src/types';
import { chaiSetup } from './utils/chai_setup';