aboutsummaryrefslogtreecommitdiffstats
path: root/src/types.ts
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2017-05-29 19:37:08 +0800
committerFabio Berger <me@fabioberger.com>2017-05-29 19:37:08 +0800
commiteb90367fc4fc666786398ab9803b77bfb900c661 (patch)
tree711e4e92060828508e22d6cace759a4d47ad1ec4 /src/types.ts
parent232e03195974403878f303a59f0ff8669b54f205 (diff)
downloaddexon-sol-tools-eb90367fc4fc666786398ab9803b77bfb900c661.tar
dexon-sol-tools-eb90367fc4fc666786398ab9803b77bfb900c661.tar.gz
dexon-sol-tools-eb90367fc4fc666786398ab9803b77bfb900c661.tar.bz2
dexon-sol-tools-eb90367fc4fc666786398ab9803b77bfb900c661.tar.lz
dexon-sol-tools-eb90367fc4fc666786398ab9803b77bfb900c661.tar.xz
dexon-sol-tools-eb90367fc4fc666786398ab9803b77bfb900c661.tar.zst
dexon-sol-tools-eb90367fc4fc666786398ab9803b77bfb900c661.zip
Port over signOrderHashAsync
Diffstat (limited to 'src/types.ts')
-rw-r--r--src/types.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/types.ts b/src/types.ts
index 4da03a4d3..3bed01547 100644
--- a/src/types.ts
+++ b/src/types.ts
@@ -13,6 +13,7 @@ export const ZeroExError = strEnum([
'CONTRACT_DOES_NOT_EXIST',
'UNHANDLED_ERROR',
'USER_HAS_NO_ASSOCIATED_ADDRESSES',
+ 'INVALID_SIGNATURE',
]);
export type ZeroExError = keyof typeof ZeroExError;