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

Method nonce

java/lib/src/main/java/io/github/ccxt/exchanges/GeminiCore.java:2022–2030  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2020 }
2021
2022 public Object nonce()
2023 {
2024 Object nonceMethod = this.safeString(this.options, "nonce", "milliseconds");
2025 if (Helpers.isTrue(Helpers.isEqual(nonceMethod, "milliseconds")))
2026 {
2027 return this.milliseconds();
2028 }
2029 return this.seconds();
2030 }
2031
2032 /**
2033 * @method

Callers 1

signMethod · 0.95

Calls 5

isTrueMethod · 0.95
isEqualMethod · 0.95
safeStringMethod · 0.45
millisecondsMethod · 0.45
secondsMethod · 0.45

Tested by

no test coverage detected