ui: Expose Particl blinded and anon balances.

This commit is contained in:
tecnovert
2021-02-07 00:35:12 +02:00
parent dd37156e65
commit b1ea76dcb6
6 changed files with 192 additions and 12 deletions

View File

@@ -30,6 +30,7 @@ def js_error(self, error_str):
def js_wallets(self, url_split, post_string, is_json):
# TODO: Withdrawals
return bytes(json.dumps(self.server.swap_client.getWalletsInfo()), 'UTF-8')