Renamed tec package to coordinator package

This commit is contained in:
Greg Hysen
2019-03-06 14:31:55 -08:00
parent 3c2efd4b67
commit 5e102526ec
45 changed files with 1426 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
export { hashUtils } from './hash_utils';
export { signingUtils } from './signing_utils';
export { CoordinatorTransactionFactory } from './coordinator_transaction_factory';
export { ApprovalFactory } from './approval_factory';
export { constants } from './constants';
export { exchangeDataEncoder } from './exchange_data_encoder';
export * from './types';