switch @0x/contract-wrappers to generated wrappers (#2037)

* switch @0x/contract-wrappers to generated wrappers

- remove TransactionEncoder
- move TokenUtils to @0x/dev-utils
- detailed changes in #2040
This commit is contained in:
Xianny
2019-08-08 07:29:30 -07:00
committed by GitHub
parent 5ac7ff7084
commit 8ce390be3c
112 changed files with 37252 additions and 7181 deletions

View File

@@ -68,6 +68,11 @@ export const docGenConfigs: DocGenConfigs = {
'ForwarderWrapperError',
'CoordinatorServerError',
'CoordinatorServerCancellationResponse',
'EventCallback',
'IndexedFilterValues',
'OrderInfo',
'TransactionOpts',
'EventCallback ',
],
// Some libraries only export types. In those cases, we cannot check if the exported types are part of the
// "exported public interface". Thus we add them here and skip those checks.