0x.js: Export GethCallOverrides.

This commit is contained in:
Lawrence Forman
2020-07-01 21:08:25 -04:00
parent 11940fb98e
commit 89adbe4127
2 changed files with 10 additions and 0 deletions

View File

@@ -1,4 +1,13 @@
[
{
"version": "9.2.0",
"changes": [
{
"note": "Export `GethCallOverrides` type",
"pr": 2620
}
]
},
{
"timestamp": 1592969527,
"version": "9.1.6",

View File

@@ -115,6 +115,7 @@ export {
TxData,
ContractArtifact,
CallData,
GethCallOverrides,
BlockParam,
CompilerOpts,
StandardContractOutput,