Example #1
0
 def __init__(self, user_json, address):
     self.user_json = user_json
     self.address = address
     self.private_key, self.shared_key = keys.api_key_gen()
Example #2
0
    def __init__(self, user_json):
        self.user_json = user_json

        self.api_key, self.shared_key = keys.api_key_gen()