Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ccxt/ccxt
/ lock_id
Method
lock_id
python/ccxt/base/exchange.py:2260–2261 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2258
return
'0x'
+ self.binary_to_base16(tx.SerializeToString())
2259
2260
def
lock_id(self):
2261
return
None
2262
2263
def
unlock_id(self):
2264
return
None
Callers
15
request_id
Method · 0.80
request_id
Method · 0.80
request_id
Method · 0.80
request_id
Method · 0.80
request_id
Method · 0.80
request_id
Method · 0.80
request_id
Method · 0.80
request_id
Method · 0.80
request_id
Method · 0.80
request_id
Method · 0.80
request_id
Method · 0.80
request_id
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected