MCPcopy Create free account
hub / github.com/ccxt/ccxt / load_lighter_library

Method load_lighter_library

python/ccxt/base/exchange.py:2269–2270  ·  view source on GitHub ↗
(self, path, chainId, privateKey, apiKeyIndex, accountIndex, createClient)

Source from the content-addressed store, hash-verified

2267 return True
2268
2269 def load_lighter_library(self, path, chainId, privateKey, apiKeyIndex, accountIndex, createClient):
2270 return self.load_lighter_library_helper(path, chainId, privateKey, apiKeyIndex, accountIndex, createClient)
2271
2272 def load_lighter_library_helper(self, path, chainId, privateKey, apiKeyIndex, accountIndex, createClient):
2273 if path is None:

Callers 1

load_accountMethod · 0.45

Calls 1

Tested by

no test coverage detected