export * from './ethereum'; import * as contracts from './contracts'; import { txUtils } from './ethereum/txUtils'; export { contracts, txUtils };