aquachain.aquakeys
index
/home/user/.local/lib/python3.6/site-packages/aquachain/aquakeys.py

 
Modules
       
datetime
errno
json
logging
os

 
Classes
       
builtins.object
Keystore

 
class Keystore(builtins.object)
    Keystore has a directory and a HD path, creates and manages keys.
 
  Methods defined here:
__init__(self, directory='', hdpath="m/44'/60'/0'/0")
Initialize self.  See help(type(self)) for accurate signature.
from_parent_key(self, key, i)
# from_parent_key returns a key derived from the parent key, at i
is_valid(self, phrase)
listphrases(self)
# listphrases returns available phrases in keystore directory
load_phrase(self, phrase, password)
# load_phrase returns a HDKey from the phrase with given password
load_phrases(self, phrases, password)
# load_phrase returns a list of keys, from the given phrases and password.
readfile(self, filename)
# readfile reads aquachain phrase files containing 'poem' field
save_phrase(self, phrase)
# save_phrase writes a new phrase file to the keystore directory

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

 
Functions
       
default_keystore_dir()
mkdir_if_not_exist(path)

 
Data
        log = <Logger aquachain.aquakeys (INFO)>