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