feat: export AssetData from utils

This commit is contained in:
fragosti 2018-10-16 17:00:18 -07:00
parent d2adbc3647
commit 009b5b575c
2 changed files with 5 additions and 0 deletions

View File

@ -24,6 +24,10 @@
{
"note": "Make web3-provider-engine types a 'dependency' so it's available to users of the library",
"pr": 1105
},
{
"note": "Export new `AssetData` type from types",
"pr": 1131
}
]
},

View File

@ -79,6 +79,7 @@ export {
OrderStateInvalid,
OrderState,
AssetProxyId,
AssetData,
ERC20AssetData,
ERC721AssetData,
SignatureType,