コード例 #1
0
ファイル: rpc.py プロジェクト: EarnInternetMoney/web3.py
 def get_request_headers(self) -> Dict[str, str]:
     return {
         'Content-Type': 'application/json',
         'User-Agent': construct_user_agent(str(type(self))),
     }
コード例 #2
0
ファイル: rpc.py プロジェクト: miohtama/web3.py
 def get_request_headers(self):
     return {
         'Content-Type': 'application/json',
         'User-Agent': construct_user_agent(str(type(self))),
     }