Add missing types to web3-wrapper index.ts
This commit is contained in:
@@ -13,4 +13,13 @@ export {
|
||||
FilterObject,
|
||||
CallData,
|
||||
TransactionReceiptWithDecodedLogs,
|
||||
BlockWithTransactionData,
|
||||
LogTopic,
|
||||
JSONRPCRequestPayload,
|
||||
TransactionReceiptStatus,
|
||||
LogWithDecodedArgs,
|
||||
DecodedLogArgs,
|
||||
StructLog,
|
||||
JSONRPCErrorCallback,
|
||||
BlockParamLiteral,
|
||||
} from 'ethereum-types';
|
||||
|
Reference in New Issue
Block a user