Esempio n. 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
Esempio n. 2
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