Export marshaller from web3-wrapper

This commit is contained in:
Leonid Logvinov
2018-08-03 13:32:45 +02:00
parent 6f0daa5463
commit 74d5f2f0b9
2 changed files with 9 additions and 0 deletions

View File

@@ -1,4 +1,12 @@
[
{
"version": "1.2.0",
"changes": [
{
"note": "Export marshaller to convert between RPC and user-space data formats"
}
]
},
{
"timestamp": 1532619515,
"version": "1.1.2",

View File

@@ -1,2 +1,3 @@
export { Web3Wrapper } from './web3_wrapper';
export { marshaller } from './marshaller';
export { Web3WrapperErrors, NodeType } from './types';