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