Skip to content
Snippets Groups Projects

Ms new wallet methods

Closed Marcin Sobczyk requested to merge ms-new-wallet-methods into develop
Files
5
@@ -10,3 +10,6 @@ class CondenserApi(ApiBase):
def get_key_references(self, keys):
return self._send('get_key_references', keys)
def get_account_history(self, params):
return self._send('get_account_history', params)
Loading