Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ccxt/ccxt
/ uuid
Method
uuid
java/lib/src/main/java/io/github/ccxt/base/Strings.java:19–21 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
17
}
18
19
public
static
String uuid() {
20
return
uuid2();
21
}
22
23
public
static
String uuid16() {
24
String base = BaseUID();
// 32 hex chars, so substring(0,16) is safe
Callers
15
uuid
Method · 0.95
createExtendedOrderRequest
Method · 0.45
orderRequest
Method · 0.45
createOrder
Method · 0.45
editOrder
Method · 0.45
createContractOrderRequest
Method · 0.45
createSpotOrderRequest
Method · 0.45
sign
Method · 0.45
createOrder
Method · 0.45
createOrder
Method · 0.45
sign
Method · 0.45
transfer
Method · 0.45
Calls
1
uuid2
Method · 0.95
Tested by
no test coverage detected