Export RPC data types from web3-wrapper
This commit is contained in:
@@ -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';
|
||||
|
Reference in New Issue
Block a user