@0x/contracts-zero-ex: Introduce transformer contracts.

This commit is contained in:
Lawrence Forman
2020-04-09 13:20:53 -04:00
committed by Lawrence Forman
parent 0e1a5a375a
commit 2ba3818b65
24 changed files with 2392 additions and 37 deletions

View File

@@ -1,9 +1,14 @@
export { artifacts } from './artifacts';
export {
FillQuoteTransformerContract,
IOwnableContract,
IOwnableEvents,
ISimpleFunctionRegistryContract,
ISimpleFunctionRegistryEvents,
ITokenSpenderContract,
ITransformERC20Contract,
PayTakerTransformerContract,
WethTransformerContract,
ZeroExContract,
} from './wrappers';
export { ZeroExRevertErrors } from '@0x/utils';
@@ -36,4 +41,6 @@ export {
TupleDataItem,
StateMutability,
} from 'ethereum-types';
export { rlpEncodeNonce } from './nonce_utils';
export * from './constants';
export * from './transformer_data_encoders';