Reorganize entities. Make scripts work from any directory.

This commit is contained in:
Alex Browne
2018-11-08 10:15:09 -08:00
parent 954c3b9272
commit ccad046eb6
15 changed files with 38 additions and 14 deletions

View File

@@ -0,0 +1,7 @@
export { Block } from './block';
export { ExchangeCancelEvent } from './exchange_cancel_event';
export { ExchangeCancelUpToEvent } from './exchange_cancel_up_to_event';
export { ExchangeFillEvent } from './exchange_fill_event';
export { Relayer } from './relayer';
export { SraOrder } from './sra_order';
export { Transaction } from './transaction';