コード例 #1
0
 def get_pubkey_for_address(address):
     # returns None if the address has made 0 transactions (as we wouldn't be able to get the public key)
     return blockchain.get_pubkey_for_address(address) or False
コード例 #2
0
ファイル: api.py プロジェクト: tellurion-dev/counterblock
 def get_pubkey_for_address(address):
     #returns None if the address has made 0 transactions (as we wouldn't be able to get the public key)
     return blockchain.get_pubkey_for_address(address) or False