Export RPC data types from web3-wrapper

This commit is contained in:
Leonid Logvinov
2018-08-03 13:36:16 +02:00
parent ab398751e1
commit bd488020df
2 changed files with 14 additions and 1 deletions

View File

@@ -1,3 +1,13 @@
export { Web3Wrapper } from './web3_wrapper';
export { marshaller } from './marshaller';
export { Web3WrapperErrors, NodeType } from './types';
export {
Web3WrapperErrors,
NodeType,
CallDataRPC,
CallTxDataBaseRPC,
AbstractBlockRPC,
BlockWithoutTransactionDataRPC,
BlockWithTransactionDataRPC,
TransactionRPC,
TxDataRPC,
} from './types';