Remove unused types from 0x.js index.ts discovered
This commit is contained in:
		| @@ -9,19 +9,13 @@ export { | ||||
|     ERC20ProxyWrapper, | ||||
|     ERC721ProxyWrapper, | ||||
|     ForwarderWrapper, | ||||
|     ContractWrappersError, | ||||
|     EventCallback, | ||||
|     ContractEvent, | ||||
|     IndexedFilterValues, | ||||
|     BlockRange, | ||||
|     OrderFillRequest, | ||||
|     ContractEventArgs, | ||||
|     ContractWrappersConfig, | ||||
|     MethodOpts, | ||||
|     OrderTransactionOpts, | ||||
|     TransactionOpts, | ||||
|     LogEvent, | ||||
|     DecodedLogEvent, | ||||
|     OrderStatus, | ||||
|     OrderInfo, | ||||
|     WETH9Events, | ||||
| @@ -75,7 +69,6 @@ export { | ||||
|     OrderState, | ||||
|     AssetProxyId, | ||||
|     SignerType, | ||||
|     Token, | ||||
|     ERC20AssetData, | ||||
|     ERC721AssetData, | ||||
|     SignatureType, | ||||
| @@ -86,7 +79,6 @@ export { | ||||
|     ContractArtifact, | ||||
|     GeneratedCompilerOptions, | ||||
|     ContractNetworks, | ||||
|     ContractVersionData, | ||||
|     ContractNetworkData, | ||||
|     Source, | ||||
| } from '@0xproject/sol-compiler'; | ||||
| @@ -94,18 +86,13 @@ export { | ||||
| export { | ||||
|     BlockParamLiteral, | ||||
|     ContractAbi, | ||||
|     FilterObject, | ||||
|     BlockParam, | ||||
|     LogWithDecodedArgs, | ||||
|     ContractEventArg, | ||||
|     Provider, | ||||
|     TransactionReceipt, | ||||
|     TransactionReceiptWithDecodedLogs, | ||||
|     LogTopic, | ||||
|     JSONRPCRequestPayload, | ||||
|     JSONRPCResponsePayload, | ||||
|     JSONRPCErrorCallback, | ||||
|     TransactionReceiptStatus, | ||||
|     LogEntry, | ||||
|     DecodedLogArgs, | ||||
|     LogEntryEvent, | ||||
| @@ -113,26 +100,13 @@ export { | ||||
|     DecodedLogEntryEvent, | ||||
|     RawLog, | ||||
|     AbiDefinition, | ||||
|     TxData, | ||||
|     CallData, | ||||
|     BlockWithoutTransactionData, | ||||
|     BlockWithTransactionData, | ||||
|     Transaction, | ||||
|     TraceParams, | ||||
|     TransactionTrace, | ||||
|     AbstractBlock, | ||||
|     CallTxDataBase, | ||||
|     StructLog, | ||||
|     TxDataPayable, | ||||
|     FunctionAbi, | ||||
|     EventAbi, | ||||
|     EventParameter, | ||||
|     OpCode, | ||||
|     MethodAbi, | ||||
|     ConstructorAbi, | ||||
|     FallbackAbi, | ||||
|     DataItem, | ||||
|     ConstructorStateMutability, | ||||
|     StateMutability, | ||||
|     AbiType, | ||||
| } from 'ethereum-types'; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user