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

Method seconds

java/lib/src/main/java/io/github/ccxt/Exchange.java:1137–1139  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1135 }
1136
1137 public Long seconds() {
1138 return Time.seconds();
1139 }
1140
1141 public long microseconds() {
1142 return Time.microseconds();

Callers 3

testSecondsFunction · 0.95
nonceMethod · 0.95
nonceMethod · 0.95

Calls 1

secondsMethod · 0.95

Tested by

no test coverage detected