Port over signOrderHashAsync

This commit is contained in:
Fabio Berger
2017-05-29 13:37:08 +02:00
parent 232e031959
commit eb90367fc4
5 changed files with 73 additions and 1 deletions

View File

@@ -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;