Add missing exported types

This commit is contained in:
Fabio Berger
2019-02-19 23:59:12 -08:00
parent 31d289c504
commit ba56019f2d
4 changed files with 36 additions and 4 deletions

View File

@@ -108,10 +108,9 @@ export {
BlockParam,
LogWithDecodedArgs,
ContractEventArg,
Provider,
SupportedProvider,
JSONRPCRequestPayload,
JSONRPCResponsePayload,
JSONRPCErrorCallback,
JSONRPCResponseError,
LogEntry,
DecodedLogArgs,
@@ -129,4 +128,13 @@ export {
DataItem,
ConstructorStateMutability,
StateMutability,
Web3JsProvider,
GanacheProvider,
EIP1193Provider,
ZeroExProvider,
EIP1193Event,
JSONRPCErrorCallback,
Web3JsV1Provider,
Web3JsV2Provider,
Web3JsV3Provider,
} from 'ethereum-types';