@0x/contracts-zero-ex
: Introduce transformer contracts.
This commit is contained in:
committed by
Lawrence Forman
parent
0e1a5a375a
commit
2ba3818b65
@@ -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';
|
||||
|
Reference in New Issue
Block a user