def getsubaccounts(session): """Show all subaccounts for the wallet.""" return gdk.get_subaccounts(session.session_obj)
def getsubaccounts(session): return gdk.get_subaccounts(session.session_obj)
def getsubaccounts(session, details): """Show all subaccounts for the wallet.""" return gdk.get_subaccounts(session.session_obj, json.dumps(details))