aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js/src
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-08-16 07:38:07 +0800
committerFabio Berger <me@fabioberger.com>2018-08-16 07:38:07 +0800
commit237bac920acf8ade0bba2e7ccc1c46eb272c36d0 (patch)
tree97a3a4bbc323e2fc5806b874f6e102f1a9330f95 /packages/0x.js/src
parent6e74d1519b2071b8c8c19639b0e9726a278d8a84 (diff)
downloaddexon-sol-tools-237bac920acf8ade0bba2e7ccc1c46eb272c36d0.tar
dexon-sol-tools-237bac920acf8ade0bba2e7ccc1c46eb272c36d0.tar.gz
dexon-sol-tools-237bac920acf8ade0bba2e7ccc1c46eb272c36d0.tar.bz2
dexon-sol-tools-237bac920acf8ade0bba2e7ccc1c46eb272c36d0.tar.lz
dexon-sol-tools-237bac920acf8ade0bba2e7ccc1c46eb272c36d0.tar.xz
dexon-sol-tools-237bac920acf8ade0bba2e7ccc1c46eb272c36d0.tar.zst
dexon-sol-tools-237bac920acf8ade0bba2e7ccc1c46eb272c36d0.zip
Remove unused types from 0x.js index.ts discovered
Diffstat (limited to 'packages/0x.js/src')
-rw-r--r--packages/0x.js/src/index.ts26
1 files changed, 0 insertions, 26 deletions
diff --git a/packages/0x.js/src/index.ts b/packages/0x.js/src/index.ts
index d8ad6a969..5ac3da00d 100644
--- a/packages/0x.js/src/index.ts
+++ b/packages/0x.js/src/index.ts
@@ -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';