harp_apps.storage.types¶
- class IStorage[source]¶
Bases:
Protocol
- __init__(*args, **kwargs)¶
- async finalize()[source]¶
Coroutine function to finalize the instance. Should release resources, close files etc… The caller should make sure to call finalize on all cases where the instance is not needed anymore to get a clean shutdown.
- async get_transaction_list(*, username, with_messages=False, filters=None, page=1, cursor='', text_search='')[source]¶
Find transactions, using optional filters, for example to be displayed in the dashboard.