Add gettotalbalance

This commit is contained in:
Jay Graber 2017-04-20 18:06:40 -07:00
parent 436a49385b
commit 4ce00fd44e
1 changed files with 3 additions and 0 deletions

View File

@ -113,6 +113,9 @@ class ZDaemon(object):
print "Status: ", status[0]['status']
# zaddr methods
def z_gettotalbalance(self):
return self._call('z_gettotalbalance')
def z_getnewaddress(self):
return self._call('z_getnewaddress')