New
-
all functions with the userId/traderId as an input now accepts:
- hex string with
0x
prefix; - hex string of 64 char length without
0x
prefix; - decimal string.
- hex string with
-
Trader.deployEverWallet
accepts token parameters asTokenValue
instead ofnumber
's. -
Changed contract errors: " failed with exit code . .".
-
Replaced
number
withstring
andTokenValue
in SDK parameters and results.