MCPcopy Index your code
hub / github.com/ccxt/ccxt / nonce

Method nonce

java/lib/src/main/java/io/github/ccxt/exchanges/WooCore.java:3441–3444  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3439 }
3440
3441 public Object nonce()
3442 {
3443 return Helpers.subtract(this.milliseconds(), Helpers.GetValue(this.options, "timeDifference"));
3444 }
3445
3446 public Object sign(Object path, Object... optionalArgs)
3447 {

Callers 2

signMethod · 0.95
authenticateMethod · 0.95

Calls 3

subtractMethod · 0.95
GetValueMethod · 0.95
millisecondsMethod · 0.45

Tested by

no test coverage detected