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

Method nonce

java/lib/src/main/java/io/github/ccxt/exchanges/BigoneCore.java:2087–2091  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2085 }
2086
2087 public Object nonce()
2088 {
2089 Object exchangeTimeCorrection = Helpers.multiply(this.safeInteger(this.options, "exchangeMillisecondsCorrection", 0), 1000000);
2090 return this.sum(Helpers.multiply(this.microseconds(), 1000), exchangeTimeCorrection);
2091 }
2092
2093 public Object sign(Object path, Object... optionalArgs)
2094 {

Callers 1

signMethod · 0.95

Calls 4

multiplyMethod · 0.95
safeIntegerMethod · 0.45
sumMethod · 0.45
microsecondsMethod · 0.45

Tested by

no test coverage detected