Add missing types from 0x.js index.ts
This commit is contained in:
@@ -1,6 +1,13 @@
|
|||||||
export { ZeroEx } from './0x';
|
export { ZeroEx } from './0x';
|
||||||
|
|
||||||
export { Web3ProviderEngine, RPCSubprovider } from '@0xproject/subproviders';
|
export {
|
||||||
|
Web3ProviderEngine,
|
||||||
|
RPCSubprovider,
|
||||||
|
Callback,
|
||||||
|
JSONRPCRequestPayloadWithMethod,
|
||||||
|
ErrorCallback,
|
||||||
|
Subprovider,
|
||||||
|
} from '@0xproject/subproviders';
|
||||||
|
|
||||||
export {
|
export {
|
||||||
EventCallback,
|
EventCallback,
|
||||||
@@ -75,4 +82,6 @@ export {
|
|||||||
LogEntry,
|
LogEntry,
|
||||||
DecodedLogArgs,
|
DecodedLogArgs,
|
||||||
LogEntryEvent,
|
LogEntryEvent,
|
||||||
|
DecodedLogEntry,
|
||||||
|
DecodedLogEntryEvent,
|
||||||
} from 'ethereum-types';
|
} from 'ethereum-types';
|
||||||
|
|||||||
Reference in New Issue
Block a user