Skip to content
Snippets Groups Projects

Ms new wallet methods

Closed Marcin Sobczyk requested to merge ms-new-wallet-methods into develop
Files
5
@@ -5,6 +5,9 @@ class CondenserApi(ApiBase):
def __init__(self, node):
super().__init__(node, 'condenser_api')
def get_account_history(self, account, start, limit):
return self._send('get_account_history', [account, start, limit])
def get_key_references(self, keys):
return self._send('get_key_references', keys)
Loading