コード例 #1
0
 def jsonrpc_ipc_path(self) -> Path:
     return get_jsonrpc_socket_path(self.data_dir)
コード例 #2
0
ファイル: config.py プロジェクト: wimel/py-evm
 def jsonrpc_ipc_path(self) -> Path:
     """
     Path for the JSON-RPC server IPC socket.
     """
     return get_jsonrpc_socket_path(self.data_dir)