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

 
Modules
       
eth_utils
logging
os

 
Classes
       
builtins.object
AquaTool

 
class AquaTool(builtins.object)
     Methods defined here:
Result(self, method, params)
# Result returns the RPC response (or empty string), and logs any errors
__init__(self, rpchost='', ipcpath='')
Initialize self.  See help(type(self)) for accurate signature.
checksum_encode(self, address)
create_wallet(self, private_key, password='')
from_hex(self, s)
from_hex_i(self, i)
from_wei(self, amount, denom='ether')
generate_key(self)
generate_phrase(self)
generate_seed(self)
getaccounts(self)
getbalance(self, account, fromblock='latest')
# account
getblock(self, number)
getblockbyhash(self, hash)
gethead(self)
# block stuff
gethead_header(self)
getheader(self, number)
getheaderbyhash(self, hash)
getnonce(self, acct, fromblock='pending')
getrpc(self)
gettransaction(self, hash)
# tx
key_from_mnemonic(self, words, password='')
key_from_seed(self, seed)
seed_from_mnemonic(self, words, password='')
seed_to_mnemonic(self, data)
send_raw_tx(self, rawtx)
sendtx(self, tx)
setrpc(self, host)
sign_tx(self, private, tx)
to_hex(self, anything)
to_wei(self, amount, denom='ether')

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

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