Fix index.ts given fix in doc generation
This commit is contained in:
parent
301cb296ec
commit
22de88035c
@ -11,7 +11,6 @@ export {
|
||||
ForwarderWrapper,
|
||||
IndexedFilterValues,
|
||||
BlockRange,
|
||||
ContractEventArgs,
|
||||
ContractWrappersConfig,
|
||||
MethodOpts,
|
||||
OrderTransactionOpts,
|
||||
@ -38,11 +37,10 @@ export {
|
||||
ExchangeSignatureValidatorApprovalEventArgs,
|
||||
ExchangeFillEventArgs,
|
||||
ExchangeCancelEventArgs,
|
||||
ExchangeEventArgs,
|
||||
ExchangeEvents,
|
||||
ContractEvents,
|
||||
EventCallback,
|
||||
DecodedLogEvent,
|
||||
ExchangeEventArgs,
|
||||
} from '@0xproject/contract-wrappers';
|
||||
|
||||
export { OrderWatcher, OnOrderStateChangeCallback, OrderWatcherConfig } from '@0xproject/order-watcher';
|
||||
@ -97,9 +95,4 @@ export {
|
||||
DataItem,
|
||||
ConstructorStateMutability,
|
||||
StateMutability,
|
||||
ContractArtifact,
|
||||
GeneratedCompilerOptions,
|
||||
ContractNetworks,
|
||||
ContractNetworkData,
|
||||
Source,
|
||||
} from 'ethereum-types';
|
||||
|
@ -11,14 +11,12 @@ export {
|
||||
ContractWrappersError,
|
||||
IndexedFilterValues,
|
||||
BlockRange,
|
||||
ContractEventArgs,
|
||||
ContractWrappersConfig,
|
||||
MethodOpts,
|
||||
OrderTransactionOpts,
|
||||
TransactionOpts,
|
||||
OrderStatus,
|
||||
OrderInfo,
|
||||
ContractEvents,
|
||||
EventCallback,
|
||||
DecodedLogEvent,
|
||||
} from './types';
|
||||
@ -31,15 +29,10 @@ export {
|
||||
ContractEventArg,
|
||||
Provider,
|
||||
ContractAbi,
|
||||
LogEntry,
|
||||
RawLog,
|
||||
JSONRPCRequestPayload,
|
||||
JSONRPCResponsePayload,
|
||||
JSONRPCErrorCallback,
|
||||
DecodedLogEntry,
|
||||
LogEntryEvent,
|
||||
AbiDefinition,
|
||||
DecodedLogEntryEvent,
|
||||
LogWithDecodedArgs,
|
||||
FunctionAbi,
|
||||
EventAbi,
|
||||
@ -51,11 +44,6 @@ export {
|
||||
DataItem,
|
||||
ConstructorStateMutability,
|
||||
StateMutability,
|
||||
ContractArtifact,
|
||||
GeneratedCompilerOptions,
|
||||
ContractNetworks,
|
||||
Source,
|
||||
ContractNetworkData,
|
||||
} from 'ethereum-types';
|
||||
|
||||
export {
|
||||
|
@ -1,2 +1,2 @@
|
||||
export { Compiler } from './compiler';
|
||||
export { ContractArtifact, CompilerOptions, ContractNetworks } from 'ethereum-types';
|
||||
export { CompilerOptions, CompilerSettings, OutputField } from 'ethereum-types';
|
||||
|
@ -7,14 +7,13 @@ export { AbstractArtifactAdapter } from './artifact_adapters/abstract_artifact_a
|
||||
export { ProfilerSubprovider } from './profiler_subprovider';
|
||||
export { RevertTraceSubprovider } from './revert_trace_subprovider';
|
||||
|
||||
export { ContractData, TraceInfo, Subtrace, TraceInfoNewContract, TraceInfoExistingContract } from './types';
|
||||
export {
|
||||
StructLog,
|
||||
JSONRPCRequestPayload,
|
||||
Provider,
|
||||
JSONRPCErrorCallback,
|
||||
OpCode,
|
||||
JSONRPCResponsePayload,
|
||||
} from 'ethereum-types';
|
||||
export { ContractData } from './types';
|
||||
export { JSONRPCRequestPayload, Provider, JSONRPCErrorCallback, JSONRPCResponsePayload } from 'ethereum-types';
|
||||
|
||||
export { JSONRPCRequestPayloadWithMethod } from '@0xproject/subproviders';
|
||||
export {
|
||||
JSONRPCRequestPayloadWithMethod,
|
||||
NextCallback,
|
||||
ErrorCallback,
|
||||
OnNextCompleted,
|
||||
Callback,
|
||||
} from '@0xproject/subproviders';
|
||||
|
Loading…
x
Reference in New Issue
Block a user