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

Method uuid22

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

Source from the content-addressed store, hash-verified

1120 }
1121
1122 public String uuid22() {
1123 return Strings.uuid22();
1124 }
1125
1126 public String uuid() {
1127 return Strings.uuid();

Callers 9

testUuidFunction · 0.95
editSpotOrderRequestMethod · 0.45
createOrderRequestMethod · 0.45
signMethod · 0.45
signMethod · 0.45
createOrderMethod · 0.45
withdrawMethod · 0.45

Calls 1

uuid22Method · 0.95

Tested by

no test coverage detected