(self, path, chainId, privateKey, apiKeyIndex, accountIndex, createClient)
| 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: |
no test coverage detected