Make assetData a static property and add to CHANGELOG
This commit is contained in:
parent
94ea7cc451
commit
f2393de59b
@ -36,6 +36,9 @@
|
|||||||
{
|
{
|
||||||
"note": "Remove stateLayer config from OrderWatcher. It now always operates on the latest block",
|
"note": "Remove stateLayer config from OrderWatcher. It now always operates on the latest block",
|
||||||
"pr": 875
|
"pr": 875
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"note": "Export ZeroEx.assetData with methods to decode/encode AssetData fields found in 0x orders"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -38,7 +38,7 @@ export class ZeroEx {
|
|||||||
/**
|
/**
|
||||||
* A set of methods to easily decode/encode assetData fields found in 0x orders.
|
* A set of methods to easily decode/encode assetData fields found in 0x orders.
|
||||||
*/
|
*/
|
||||||
public assetData = assetDataUtils;
|
public static assetData = assetDataUtils;
|
||||||
/**
|
/**
|
||||||
* An instance of the ExchangeWrapper class containing methods for interacting with the 0x Exchange smart contract.
|
* An instance of the ExchangeWrapper class containing methods for interacting with the 0x Exchange smart contract.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user