Skip to content

Version: 0.11.0

Latest
Compare
Choose a tag to compare
@d3p d3p released this 02 Nov 21:36
981b7c8

New

  • all functions with the userId/traderId as an input now accepts:

    1. hex string with 0x prefix;
    2. hex string of 64 char length without 0x prefix;
    3. decimal string.
  • Trader.deployEverWallet accepts token parameters as TokenValue instead of number's.

  • Changed contract errors: " failed with exit code . .".

  • Replaced number with string and TokenValue in SDK parameters and results.